]> git.baikalelectronics.ru Git - kernel.git/commit
[NETNS][FRAGS]: Move ctl tables around.
authorPavel Emelyanov <xemul@openvz.org>
Tue, 22 Jan 2008 13:58:31 +0000 (05:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:34 +0000 (15:10 -0800)
commitc43464a011f53d9b43a15b7df64bc70f1a28dc86
tree465fd866b6f5b4ab9c05a5441697c07502d0f0ed
parentd49a2a41710f41a8ecee36e92a6b1fc6f8d77d68
[NETNS][FRAGS]: Move ctl tables around.

This is a preparation for sysctl netns-ization.
Move the ctl tables to the files, where the tuning
variables reside. Plus make the helpers to register
the tables.

This will simplify the later patches and will keep
similar things closer to each other.

ipv4, ipv6 and conntrack_reasm are patched differently,
but the result is all the tables are in appropriate files.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
include/net/ipv6.h
include/net/netfilter/ipv6/nf_conntrack_ipv6.h
net/ipv4/ip_fragment.c
net/ipv4/sysctl_net_ipv4.c
net/ipv6/af_inet6.c
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
net/ipv6/netfilter/nf_conntrack_reasm.c
net/ipv6/reassembly.c
net/ipv6/sysctl_net_ipv6.c