alistair23-linux/net/decnet
Jan Engelhardt 5d877d876c netfilter: decnet: use NFPROTO values for NF_HOOK invocation
The semantic patch used was:
// <smpl>
@@
@@
 NF_HOOK(
-PF_DECnet,
+NFPROTO_DECNET,
 ...)
// </smpl>

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
2010-03-25 16:03:06 +01:00
..
netfilter
af_decnet.c net: use net_eq to compare nets 2009-11-25 15:14:13 -08:00
dn_dev.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 2009-12-08 07:55:01 -08:00
dn_fib.c net: use net_eq to compare nets 2009-11-25 15:14:13 -08:00
dn_neigh.c netfilter: decnet: use NFPROTO values for NF_HOOK invocation 2010-03-25 16:03:06 +01:00
dn_nsp_in.c netfilter: decnet: use NFPROTO values for NF_HOOK invocation 2010-03-25 16:03:06 +01:00
dn_nsp_out.c
dn_route.c netfilter: decnet: use NFPROTO values for NF_HOOK invocation 2010-03-25 16:03:06 +01:00
dn_rules.c net: Allow fib_rule_unregister to batch 2009-12-03 12:22:55 -08:00
dn_table.c net: Move && and || to end of previous line 2009-11-29 16:55:45 -08:00
dn_timer.c
Kconfig
Makefile
README
sysctl_net_decnet.c sysctl net: Remove unused binary sysctl code 2009-11-12 02:05:06 -08: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>