linux/net/llc
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
..
Kconfig
Makefile
af_llc.c Fix occurrences of "the the " 2007-05-09 08:57:56 +02:00
llc_c_ac.c
llc_c_ev.c
llc_c_st.c
llc_conn.c
llc_core.c [NET]: Rework dev_base via list_head (v3) 2007-05-03 15:13:45 -07:00
llc_if.c
llc_input.c [SK_BUFF]: unions of just one member don't get anything done, kill them 2007-04-25 22:26:20 -07:00
llc_output.c [LLC]: Use skb_reset_mac_header in llc_mac_hdr_init 2007-04-25 22:24:35 -07:00
llc_pdu.c
llc_proc.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
llc_s_ac.c
llc_s_ev.c
llc_s_st.c
llc_sap.c [SK_BUFF]: Introduce skb_reset_transport_header(skb) 2007-04-25 22:25:15 -07:00
llc_station.c
sysctl_net_llc.c [PATCH] sysctl: remove insert_at_head from register_sysctl 2007-02-14 08:09:59 -08:00