]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
authorDenis V. Lunev <den@openvz.org>
Tue, 20 Nov 2007 06:26:51 +0000 (22:26 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:54:25 +0000 (14:54 -0800)
commit79c67fc47d4931db79c111f836031c21e19bd8e9
tree6b7223df312aa27a5017c4d7c4d1e500a33ed8d8
parent90cec5e432ecf52921edd9f296f006a3b98f8c6e
[NET]: Make rtnetlink infrastructure network namespace aware (v3)

After this patch none of the netlink callback support anything
except the initial network namespace but the rtnetlink infrastructure
now handles multiple network namespaces.

Changes from v2:
- IPv6 addrlabel processing

Changes from v1:
- no need for special rtnl_unlock handling
- fixed IPv6 ndisc

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
21 files changed:
include/linux/rtnetlink.h
include/net/net_namespace.h
net/bridge/br_netlink.c
net/core/fib_rules.c
net/core/neighbour.c
net/core/rtnetlink.c
net/decnet/dn_dev.c
net/decnet/dn_route.c
net/decnet/dn_table.c
net/ipv4/devinet.c
net/ipv4/fib_semantics.c
net/ipv4/ipmr.c
net/ipv4/route.c
net/ipv6/addrconf.c
net/ipv6/addrlabel.c
net/ipv6/ndisc.c
net/ipv6/route.c
net/sched/act_api.c
net/sched/cls_api.c
net/sched/sch_api.c
net/wireless/wext.c