netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ipvlan: fix ipv6 autoconfiguration via RA
@ 2015-05-14 13:56 Konstantin Khlebnikov
  2015-05-14 13:56 ` [PATCH 1/3] ipv6: make inet6addr_chain blocking and always call with rtnl locked Konstantin Khlebnikov
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Konstantin Khlebnikov @ 2015-05-14 13:56 UTC (permalink / raw)
  To: netdev, David S. Miller; +Cc: Mahesh Bandewar, Jiri Benc, Hannes Frederic Sowa

This patchset fixes ipvlan and its interaction with ipv6 RA. Now ipvlan l2
ports get dev_id and construct unique ipv6 addresses using one mac address.

---

Konstantin Khlebnikov (3):
      ipv6: make inet6addr_chain blocking and always call with rtnl locked
      ipvlan: grab rcu_read_lock on xmit path
      ipvlan: set dev_id for l2 ports to generate unique IPv6 addresses


 Documentation/networking/ipvlan.txt |   12 +++++++++++-
 drivers/net/ipvlan/ipvlan.h         |    1 +
 drivers/net/ipvlan/ipvlan_main.c    |   24 ++++++++++++++++++++++++
 net/ipv6/addrconf.c                 |    7 ++++---
 net/ipv6/addrconf_core.c            |    8 ++++----
 5 files changed, 44 insertions(+), 8 deletions(-)

--
Konstantin

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

end of thread, other threads:[~2015-05-21 12:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14 13:56 [PATCH 0/3] ipvlan: fix ipv6 autoconfiguration via RA Konstantin Khlebnikov
2015-05-14 13:56 ` [PATCH 1/3] ipv6: make inet6addr_chain blocking and always call with rtnl locked Konstantin Khlebnikov
2015-05-16 21:22   ` David Miller
2015-05-18 10:13     ` Konstantin Khlebnikov
2015-05-14 13:56 ` [PATCH 2/3] ipvlan: grab rcu_read_lock on xmit path Konstantin Khlebnikov
2015-05-19 23:33   ` Mahesh Bandewar
2015-05-21  9:51     ` Konstantin Khlebnikov
2015-05-21 11:47       ` Hannes Frederic Sowa
2015-05-14 13:56 ` [PATCH 3/3] ipvlan: set dev_id for l2 ports to generate unique IPv6 addresses Konstantin Khlebnikov
2015-05-19 23:59   ` Mahesh Bandewar
2015-05-21 11:38     ` Konstantin Khlebnikov
2015-05-21 12:09       ` Hannes Frederic Sowa

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).