]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: allow hooks to pass error code back up the stack
authorEric Paris <eparis@redhat.com>
Tue, 16 Nov 2010 11:52:38 +0000 (11:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Nov 2010 18:54:34 +0000 (10:54 -0800)
commitc6d3a5871142426056423694b86e68b388e947b3
tree1661f8ec37787e77e604a4f26574d48c57016ed4
parent0a9147cff46d9d1d8fb7ea709c6aa94dd866fe7b
netfilter: allow hooks to pass error code back up the stack

SELinux would like to pass certain fatal errors back up the stack.  This patch
implements the generic netfilter support for this functionality.

Based-on-patch-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter.h
net/netfilter/core.c