kernel-ark/net/tipc
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe
Every user of the network device notifiers is either a protocol
stack or a pseudo device.  If a protocol stack that does not have
support for multiple network namespaces receives an event for a
device that is not in the initial network namespace it quite possibly
can get confused and do the wrong thing.

To avoid problems until all of the protocol stacks are converted
this patch modifies all netdev event handlers to ignore events on
devices that are not in the initial network namespace.

As the rest of the code is made network namespace aware these
checks can be removed.

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
..
addr.c
addr.h
bcast.c
bcast.h
bearer.c
bearer.h
cluster.c
cluster.h
config.c
config.h
core.c
core.h
dbg.c
dbg.h
discover.c
discover.h
eth_media.c [NET]: Make device event notification network namespace safe 2007-10-10 16:49:09 -07:00
handler.c mm: Remove slab destructors from kmem_cache_create(). 2007-07-20 10:11:58 +09:00
Kconfig [TIPC]: Use menuconfig objects. 2007-05-24 16:36:50 -07:00
link.c [TIPC]: Fix two minor sparse warnings. 2007-08-02 19:42:31 -07:00
link.h
Makefile
msg.c
msg.h net/* misc endianness annotations 2007-07-26 11:11:56 -07:00
name_distr.c
name_distr.h
name_table.c [TIPC]: Make function tipc_nameseq_subscribe static. 2007-08-02 19:42:30 -07:00
name_table.h
net.c
net.h
netlink.c [TIPC]: Fix infinite loop in netlink handler 2007-06-23 22:59:40 -07:00
node_subscr.c
node_subscr.h
node.c [TIPC]: Fix two minor sparse warnings. 2007-08-02 19:42:31 -07:00
node.h
port.c [TIPC]: Clean up duplicate includes in net/tipc/ 2007-08-13 22:52:07 -07:00
port.h [TIPC]: Optimize stream send routine to avoid fragmentation 2007-07-10 22:06:12 -07:00
ref.c
ref.h
socket.c [NET]: Make socket creation namespace safe. 2007-10-10 16:49:07 -07:00
subscr.c
subscr.h
user_reg.c
user_reg.h
zone.c
zone.h