[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0.1-375-gb3bf7a5

OISF Git noreply at openinfosecfoundation.org
Fri Jun 3 07:00:37 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".

The branch, master has been updated
       via  b3bf7a57297a24be569f7d7bcff140ffbb908b91 (commit)
       via  cc2ed783c5ccb1b84f6f99d46661fb4ac0f177e3 (commit)
       via  1c0f20f0e568ab0864f5b8184ab92e0c949cf27d (commit)
       via  e11753e3f2e3a1260dda0eb9d538509d383e2d47 (commit)
       via  4369161b9265ab3586a4cf762d46a1d7ecab9b6c (commit)
       via  a8a918545bddf8bbdb449b99cedc73629bdb8294 (commit)
       via  d861bf100bf8bd249f40c90d13781762ca214b91 (commit)
       via  d58d02fed5e674011cca50d3e3ab203d9b93e335 (commit)
       via  f4465774126add54f42746a86fbdbe1b55e70847 (commit)
      from  d39e5754e646111bc6d23a736e9e8dbaf87c7201 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b3bf7a57297a24be569f7d7bcff140ffbb908b91
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Jul 11 23:14:14 2015 +0200

    output: introduce config and perf output levels
    
    Goal is to reduce info output

commit cc2ed783c5ccb1b84f6f99d46661fb4ac0f177e3
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Jul 11 23:22:37 2015 +0200

    output: improve notice and warning/error color handling

commit 1c0f20f0e568ab0864f5b8184ab92e0c949cf27d
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jun 2 10:06:38 2016 +0200

    yaml: profiling 'json' depend on jansson availability

commit e11753e3f2e3a1260dda0eb9d538509d383e2d47
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jun 2 08:06:07 2016 +0200

    profiling: fix minor compiler warning

commit 4369161b9265ab3586a4cf762d46a1d7ecab9b6c
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jun 2 10:49:35 2016 +0200

    netmap: get offloading settings and warn if needed
    
    Add FreeBSD lookup function and use the existing code on Linux.

commit a8a918545bddf8bbdb449b99cedc73629bdb8294
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jun 2 11:01:29 2016 +0200

    netmap: get correct RSS queues on Linux as well

commit d861bf100bf8bd249f40c90d13781762ca214b91
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jun 2 08:09:12 2016 +0200

    netmap: reduce verbosity at startup

commit d58d02fed5e674011cca50d3e3ab203d9b93e335
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jun 2 06:53:32 2016 +0200

    netmap: handle missing config with better defaults
    
    Default to 'threads: auto' which uses RSS RX count when no config
    has been created for a interface.

commit f4465774126add54f42746a86fbdbe1b55e70847
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jun 2 06:41:50 2016 +0200

    netmap: implement 'threads: auto'
    
    Add until function for retrieving RSS RX count from netmap. Use the
    RSS count to create the threads.

-----------------------------------------------------------------------

Summary of changes:
 src/alert-fastlog.c             |  2 +-
 src/alert-unified2-alert.c      |  4 +-
 src/app-layer-dns-udp.c         |  6 +--
 src/app-layer-htp.c             |  6 +--
 src/app-layer-modbus.c          |  6 +--
 src/defrag-hash.c               |  6 +--
 src/detect-engine-mpm.c         | 12 +++---
 src/detect-engine.c             | 10 ++---
 src/detect.c                    | 12 +++---
 src/flow-manager.c              |  8 ++--
 src/flow.c                      |  6 +--
 src/host.c                      | 10 ++---
 src/ippair.c                    | 10 ++---
 src/log-httplog.c               |  2 +-
 src/reputation.c                |  2 +-
 src/runmode-af-packet.c         | 34 +++++++--------
 src/runmode-netmap.c            | 45 +++++++++++---------
 src/runmodes.c                  |  2 +-
 src/source-af-packet.c          | 10 ++---
 src/source-netmap.c             | 91 +++++++++++++++++++++++++++++++++++++++++
 src/source-netmap.h             |  2 +
 src/stream-tcp-reassemble.c     | 14 +++----
 src/stream-tcp.c                | 24 +++++------
 src/suricata.c                  |  2 +-
 src/tmqh-flow.c                 |  4 +-
 src/tmqh-packetpool.c           |  4 +-
 src/util-debug.c                | 10 ++++-
 src/util-debug.h                |  7 ++++
 src/util-profiling-keywords.c   |  4 +-
 src/util-profiling-rulegroups.c |  6 ++-
 src/util-profiling-rules.c      |  8 ++--
 src/util-profiling.c            |  2 +-
 suricata.yaml.in                |  4 +-
 33 files changed, 246 insertions(+), 129 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list