[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-365-g9bbcc86

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Nov 25 15:50:16 UTC 2013


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  9bbcc8671e4f5ea965f7a55726e592efa0efb8af (commit)
       via  286258df86dcd710ab9f9b843154f7c450662e5d (commit)
       via  2855ee5aefbff1ed52231068fe1280e5c982bec8 (commit)
       via  fcc87595611e23eec4749e22d402644f9487b06e (commit)
       via  008ed41cb4d2e278305a008a9074e2438124ab1c (commit)
       via  853732210ee91a50c0a1ad89fa54afe390c8084b (commit)
      from  5330b1cae1b1761e2911e9ddc0a9a94a2a55c034 (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 9bbcc8671e4f5ea965f7a55726e592efa0efb8af
Author: Eric Leblond <eric at regit.org>
Date:   Thu Nov 21 11:19:17 2013 +0100

    util-ioctl: ioctl error should be a warning

commit 286258df86dcd710ab9f9b843154f7c450662e5d
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 20 11:47:28 2013 +0100

    pcap: add warning about GRO and LRO usage
    
    Use the new GetIfaceOffloading function to display a warning message
    if pcap capture is used on Linux with GRO or LRO activated. This is
    helpful for kernel after 2.6.31 were pcap will use mmaped capture.
    TPACKET_V2 is used and this limit the size of the packet resulting
    in truncated packets when merged packets are received.

commit 2855ee5aefbff1ed52231068fe1280e5c982bec8
Author: Eric Leblond <eric at regit.org>
Date:   Tue Nov 19 16:10:38 2013 +0100

    af-packet: add warning message if LRO or GRO are set
    
    This patch query the network interface to detect if LRO or GRO are
    used in mmap TPACKET_V2 mode.

commit fcc87595611e23eec4749e22d402644f9487b06e
Author: Eric Leblond <eric at regit.org>
Date:   Tue Nov 19 15:59:17 2013 +0100

    util-ioctl: add GRO/LRO detection capabilities
    
    This patch adds a new function GetIfaceOffloading which return 0
    if LRO and GRO are not set on a interface and 1 if not the case.

commit 008ed41cb4d2e278305a008a9074e2438124ab1c
Author: Eric Leblond <eric at regit.org>
Date:   Tue Nov 19 11:26:54 2013 +0100

    util-ioctl: minor code cleaning.
    
    Fix author e-mail and simplify an indentation.

commit 853732210ee91a50c0a1ad89fa54afe390c8084b
Author: Eric Leblond <eric at regit.org>
Date:   Tue Nov 19 11:06:50 2013 +0100

    pfring: improve error reporting at device opening
    
    This patch improves the error message displayed if pfring_open fails.

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

Summary of changes:
 configure.ac           |    1 +
 src/source-af-packet.c |    7 ++-
 src/source-pcap.c      |   10 +++++
 src/source-pfring.c    |    4 +-
 src/util-ioctl.c       |   97 ++++++++++++++++++++++++++++++++++++++++++++---
 src/util-ioctl.h       |    1 +
 6 files changed, 110 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list