08 Oct, 2008

1 commit


22 Jul, 2008

1 commit

  • This patch adds some fields to NFLOG to be able to send the complete
    hardware header with all necessary informations.
    It sends to userspace:
    * the type of hardware link
    * the lenght of hardware header
    * the hardware header

    Signed-off-by: Eric Leblond
    Signed-off-by: Patrick McHardy
    Signed-off-by: David S. Miller

    Eric Leblond
     

28 Mar, 2008

1 commit


11 Mar, 2008

2 commits


01 Feb, 2008

2 commits


29 Jan, 2008

8 commits


11 Oct, 2007

12 commits


21 Sep, 2007

1 commit

  • The following patch fixes the handling of netlink packets containing
    multiple messages.

    As exposed during netfilter workshop, nfnetlink_log was overwritten the
    message type of the last message (setting it to MSG_DONE) in a multipart
    packet. The consequence was libnfnetlink to ignore the last message in the
    packet.

    The following patch adds a supplementary message (with type MSG_DONE) af
    the end of the netlink skb.

    Signed-off-by: Eric Leblond
    Signed-off-by: Patrick McHardy
    Signed-off-by: David S. Miller

    Eric Leblond
     

11 Jul, 2007

1 commit


26 Apr, 2007

11 commits