linux/net/decnet
Eric Paris fd77846152 security: remove the security_netlink_recv hook as it is equivalent to capable()
Once upon a time netlink was not sync and we had to get the effective
capabilities from the skb that was being received.  Today we instead get
the capabilities from the current task.  This has rendered the entire
purpose of the hook moot as it is now functionally equivalent to the
capable() call.

Signed-off-by: Eric Paris <eparis@redhat.com>
2012-01-05 18:53:01 -05:00
..
netfilter security: remove the security_netlink_recv hook as it is equivalent to capable() 2012-01-05 18:53:01 -05:00
af_decnet.c decnet: Reduce switch/case indent 2011-07-01 16:11:15 -07:00
dn_dev.c decnet: Reduce switch/case indent 2011-07-01 16:11:15 -07:00
dn_fib.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
dn_neigh.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
dn_nsp_in.c decnet: Reduce switch/case indent 2011-07-01 16:11:15 -07:00
dn_nsp_out.c decnet: Convert to use flowidn where applicable. 2011-03-12 15:08:55 -08:00
dn_route.c net: Add ->neigh_lookup() operation to dst_ops 2011-07-18 00:40:17 -07:00
dn_rules.c decnet: Convert to use flowidn where applicable. 2011-03-12 15:08:55 -08:00
dn_table.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
dn_timer.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
Kconfig
Makefile
README
sysctl_net_decnet.c decnet: Reduce switch/case indent 2011-07-01 16:11:15 -07:00
TODO

                       Linux DECnet Project
                      ======================

The documentation for this kernel subsystem is available in the
Documentation/networking subdirectory of this distribution and also
on line at http://www.chygwyn.com/DECnet/

Steve Whitehouse <SteveW@ACM.org>