netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] netns: advertise netns via netlink
@ 2015-01-20 14:15 Nicolas Dichtel
  2015-01-20 14:15 ` [PATCH net-next 1/6] rtnl: fix error path when adding an iface with a link net Nicolas Dichtel
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Nicolas Dichtel @ 2015-01-20 14:15 UTC (permalink / raw)
  To: netdev; +Cc: davem


The first patch of the serie fix a bug of the previous serie (present in
net-next only).
The rest of the serie adds an attribute to advertise the peer netns for
rtnetlink messages where this information is needed by userland to be able to
interpret fully the received message.

 drivers/net/macvlan.c          | 6 ++++++
 drivers/net/veth.c             | 9 +++++++++
 drivers/net/vxlan.c            | 5 +++++
 include/uapi/linux/neighbour.h | 1 +
 net/8021q/vlan_netlink.c       | 8 ++++++++
 net/core/net_namespace.c       | 1 +
 net/core/rtnetlink.c           | 5 ++++-
 net/ipv6/ip6_gre.c             | 1 +
 8 files changed, 35 insertions(+), 1 deletion(-)

Comments are welcome.

Regards,
Nicolas

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-01-26  9:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20 14:15 [PATCH net-next 0/6] netns: advertise netns via netlink Nicolas Dichtel
2015-01-20 14:15 ` [PATCH net-next 1/6] rtnl: fix error path when adding an iface with a link net Nicolas Dichtel
2015-01-20 14:15 ` [PATCH net-next 2/6] ip6gretap: advertise link netns via netlink Nicolas Dichtel
2015-01-20 14:15 ` [PATCH net-next 3/6] vlan: " Nicolas Dichtel
2015-01-20 14:15 ` [PATCH net-next 4/6] macvlan: " Nicolas Dichtel
2015-01-20 14:15 ` [PATCH net-next 5/6] veth: " Nicolas Dichtel
2015-01-20 14:15 ` [PATCH net-next 6/6] vxlan: advertise netns of vxlan dev in fdb msg Nicolas Dichtel
2015-01-24  1:51 ` [PATCH net-next 0/6] netns: advertise netns via netlink David Miller
2015-01-26  9:20   ` Nicolas Dichtel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).