Skip to content

Commit

Permalink
[NETFILTER]: split net/core/netfilter.c into net/netfilter/*.c
Browse files Browse the repository at this point in the history
This patch doesn't introduce any code changes, but merely splits the
core netfilter code into four separate files.  It also moves it from
it's old location in net/core/ to the recently-created net/netfilter/
directory.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Harald Welte authored and David S. Miller committed Aug 29, 2005
1 parent 210a9eb commit f6ebe77
Show file tree
Hide file tree
Showing 8 changed files with 829 additions and 738 deletions.
1 change: 0 additions & 1 deletion net/core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ obj-y += dev.o ethtool.o dev_mcast.o dst.o \

obj-$(CONFIG_XFRM) += flow.o
obj-$(CONFIG_SYSFS) += net-sysfs.o
obj-$(CONFIG_NETFILTER) += netfilter.o
obj-$(CONFIG_NET_DIVERT) += dv.o
obj-$(CONFIG_NET_PKTGEN) += pktgen.o
obj-$(CONFIG_NET_RADIO) += wireless.o
Expand Down
Loading

0 comments on commit f6ebe77

Please sign in to comment.