01 Aug, 2017

1 commit


02 Jun, 2017

1 commit


09 Aug, 2016

1 commit


09 Nov, 2015

1 commit

  • This module wants to access sk->sk_security, which is not
    available for request sockets.

    Fixes: ca6fb0651883 ("tcp: attach SYNACK messages to request sockets instead of listener")
    Signed-off-by: Eric Dumazet
    Signed-off-by: David S. Miller

    Eric Dumazet
     

17 Oct, 2015

1 commit

  • since commit 8405a8fff3f8 ("netfilter: nf_qeueue: Drop queue entries on
    nf_unregister_hook") all pending queued entries are discarded.

    So we can simply remove all of the owner handling -- when module is
    removed it also needs to unregister all its hooks.

    Signed-off-by: Florian Westphal
    Signed-off-by: Pablo Neira Ayuso

    Florian Westphal
     

19 Sep, 2015

1 commit


05 Apr, 2015

1 commit


21 Jan, 2015

1 commit

  • Smack uses CIPSO to label internet packets and thus provide
    for access control on delivery of packets. The netfilter facility
    was not used to allow for Smack to work properly without netfilter
    configuration. Smack does not need netfilter, however there are
    cases where it would be handy.

    As a side effect, the labeling of local IPv4 packets can be optimized
    and the handling of local IPv6 packets is just all out better.

    The best part is that the netfilter tools use "contexts" that
    are just strings, and they work just as well for Smack as they
    do for SELinux.

    All of the conditional compilation for IPv6 was implemented
    by Rafal Krypa

    Signed-off-by: Casey Schaufler

    Casey Schaufler