kernel-ark/net/ax25
Eric W. Biederman 5dd3df105b net: Move all of the network sysctls without a namespace into init_net.
This makes it clearer which sysctls are relative to your current network
namespace.

This makes it a little less error prone by not exposing sysctls for the
initial network namespace in other namespaces.

This is the same way we handle all of our other network interfaces to
userspace and I can't honestly remember why we didn't do this for
sysctls right from the start.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-04-20 21:21:17 -04:00
..
af_ax25.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_addr.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_dev.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_ds_in.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_ds_subr.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_ds_timer.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_iface.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_in.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_ip.c net: cleanup unsigned to unsigned int 2012-04-15 12:44:40 -04:00
ax25_out.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_route.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_std_in.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_std_subr.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_std_timer.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_subr.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_timer.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ax25_uid.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
Kconfig
Makefile
sysctl_net_ax25.c net: Move all of the network sysctls without a namespace into init_net. 2012-04-20 21:21:17 -04:00
TODO