kernel-fxtec-pro1x/net
Eric W. Biederman b4b510290b [NET]: Support multiple network namespaces with netlink
Each netlink socket will live in exactly one network namespace,
this includes the controlling kernel sockets.

This patch updates all of the existing netlink protocols
to only support the initial network namespace.  Request
by clients in other namespaces will get -ECONREFUSED.
As they would if the kernel did not have the support for
that netlink protocol compiled in.

As each netlink protocol is updated to be multiple network
namespace safe it can register multiple kernel sockets
to acquire a presence in the rest of the network namespaces.

The implementation in af_netlink is a simple filter implementation
at hash table insertion and hash table look up time.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:49:09 -07:00
..
9p
802
8021q
appletalk
atm
ax25
bluetooth
bridge [NET]: Support multiple network namespaces with netlink 2007-10-10 16:49:09 -07:00
core [NET]: Support multiple network namespaces with netlink 2007-10-10 16:49:09 -07:00
dccp
decnet [NET]: Support multiple network namespaces with netlink 2007-10-10 16:49:09 -07:00
econet
ethernet
ieee80211
ipv4 [NET]: Support multiple network namespaces with netlink 2007-10-10 16:49:09 -07:00
ipv6 [NET]: Support multiple network namespaces with netlink 2007-10-10 16:49:09 -07:00
ipx
irda
iucv
key
lapb
llc
mac80211
netfilter [NET]: Support multiple network namespaces with netlink 2007-10-10 16:49:09 -07:00
netlabel
netlink [NET]: Support multiple network namespaces with netlink 2007-10-10 16:49:09 -07:00
netrom
packet
rfkill
rose
rxrpc
sched
sctp
sunrpc
tipc
unix
wanrouter
wireless
x25
xfrm [NET]: Support multiple network namespaces with netlink 2007-10-10 16:49:09 -07:00
compat.c
Kconfig
Makefile
nonet.c
socket.c
sysctl_net.c
TUNABLE