[NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/netfilter.c
authorHarald Welte <laforge@netfilter.org>
Wed, 10 Aug 2005 02:39:00 +0000 (19:39 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:35:01 +0000 (15:35 -0700)
commit020b4c12dbe3868d792a01d7c1470cd837abe10f
tree4c5963a206f67eda6f8ff74ac33f7ed7e4acc164
parent089af26c706d1473f641c909fee7c878d29c1f1a
[NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/netfilter.c

Netfilter cleanup
- Move ipv4 code from net/core/netfilter.c to net/ipv4/netfilter.c
- Move ipv6 netfilter code from net/ipv6/ip6_output.c to net/ipv6/netfilter.c

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netfilter.c
net/ipv4/Makefile
net/ipv4/netfilter.c [new file with mode: 0644]
net/ipv6/Makefile
net/ipv6/ip6_output.c
net/ipv6/ipv6_syms.c
net/ipv6/netfilter.c [new file with mode: 0644]