]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/decnet/dn_route.c
[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)
commit97c53cacf00d1f5aa04adabfebcc806ca8b22b10
tree6b7223df312aa27a5017c4d7c4d1e500a33ed8d8
parentb854272b3c732316676e9128f7b9e6f1e1ff88b0
[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