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 [NETNS]: Consolidate kernel netlink socket destruction. 2008-01-28 15:08:07 -08:00
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 net: skb->dst accessors 2009-06-03 02:51:04 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig [NET]: Rethink mark field in struct flowi 2006-12-02 21:21:39 -08:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sysctl_net_decnet.c sysctl net: Remove unused binary sysctl code 2009-11-12 02:05:06 -08:00
TODO Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00

                       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>