netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] vxlan updates
@ 2014-01-13 17:41 Daniel Borkmann
  2014-01-13 17:41 ` [PATCH net-next 1/2] net: vxlan: when lower dev unregisters remove vxlan dev as well Daniel Borkmann
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Daniel Borkmann @ 2014-01-13 17:41 UTC (permalink / raw)
  To: davem; +Cc: netdev

Did the split into two patches upon request from Cong Wang.

Changelog:

 v1->v2:
  - Removed BUG_ON as it's not needed.
 v2->v3:
  - Removed dev->reg_state check for netns.
 v3->v4:
  - Removed list_del(), we seem to do it in some places and
    in some others not; we agreed it's not really necessary.
  - Split patch into 2 patches, notifier part and module
    unload cleanup part.

Daniel Borkmann (2):
  net: vxlan: when lower dev unregisters remove vxlan dev as well
  net: vxlan: properly cleanup devs on module unload

 drivers/net/vxlan.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 51 insertions(+), 7 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2014-01-15  7:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13 17:41 [PATCH net-next 0/2] vxlan updates Daniel Borkmann
2014-01-13 17:41 ` [PATCH net-next 1/2] net: vxlan: when lower dev unregisters remove vxlan dev as well Daniel Borkmann
2014-01-14  2:22   ` Stephen Hemminger
2014-01-14 14:02     ` Daniel Borkmann
2014-01-13 17:41 ` [PATCH net-next 2/2] net: vxlan: properly cleanup devs on module unload Daniel Borkmann
2014-01-13 21:59 ` [PATCH net-next 0/2] vxlan updates Cong Wang
2014-01-15  7:39 ` David Miller

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