android_kernel_xiaomi_sm8350/net/core
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace
This patch makes /proc/net per network namespace.  It modifies the global
variables proc_net and proc_net_stat to be per network namespace.
The proc_net file helpers are modified to take a network namespace argument,
and all of their callers are fixed to pass &init_net for that argument.
This ensures that all of the /proc/net files are only visible and
usable in the initial network namespace until the code behind them
has been updated to be handle multiple network namespaces.

Making /proc/net per namespace is necessary as at least some files
in /proc/net depend upon the set of network devices which is per
network namespace, and even more files in /proc/net have contents
that are relevant to a single network namespace.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:49:06 -07:00
..
datagram.c [NET]: Do not dereference iov if length is zero 2007-09-11 10:29:07 +02:00
dev_mcast.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
dev.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
dst.c
ethtool.c [ETHTOOL]: Internal cleanup of ethtool_value-related handlers 2007-10-10 16:48:09 -07:00
fib_rules.c
filter.c
flow.c mm: Remove slab destructors from kmem_cache_create(). 2007-07-20 10:11:58 +09:00
gen_estimator.c [NET]: gen_estimator deadlock fix 2007-07-18 01:46:50 -07:00
gen_stats.c
iovec.c
kmap_skb.h
link_watch.c
Makefile [NET]: Basic network namespace infrastructure. 2007-10-10 16:49:03 -07:00
neighbour.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
net_namespace.c [NET]: Basic network namespace infrastructure. 2007-10-10 16:49:03 -07:00
net-sysfs.c [NET]: Make NAPI polling independent of struct net_device objects. 2007-10-10 16:47:45 -07:00
netevent.c
netpoll.c [NET] netconsole: Support dynamic reconfiguration using configfs 2007-10-10 16:48:06 -07:00
pktgen.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
request_sock.c
rtnetlink.c [RTNETLINK]: Introduce generic rtnl_create_link(). 2007-10-10 16:47:45 -07:00
scm.c O_CLOEXEC for SCM_RIGHTS 2007-07-16 09:05:45 -07:00
skbuff.c mm: Remove slab destructors from kmem_cache_create(). 2007-07-20 10:11:58 +09:00
sock.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
stream.c
sysctl_net_core.c
user_dma.c
utils.c [NET] net/core/utils: fix sparse warning 2007-08-07 18:02:43 -07:00