netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Geneve Cleanups
@ 2015-01-03  2:26 Jesse Gross
  2015-01-03  2:26 ` [PATCH net-next 1/4] geneve: Remove workqueue Jesse Gross
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jesse Gross @ 2015-01-03  2:26 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Much of the basis for the Geneve code comes from VXLAN. However,
Geneve is quite a bit simpler than VXLAN and so this cleans up a
lot of the infrastruction - particularly around locking - where the
extra complexity is not necessary.

Jesse Gross (4):
  geneve: Remove workqueue.
  geneve: Simplify locking.
  geneve: Remove socket hash table.
  geneve: Check family when reusing sockets.

 include/net/geneve.h |   5 +--
 net/ipv4/geneve.c    | 101 +++++++++++++++++----------------------------------
 2 files changed, 35 insertions(+), 71 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-01-05  3:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-03  2:26 [PATCH net-next 0/4] Geneve Cleanups Jesse Gross
2015-01-03  2:26 ` [PATCH net-next 1/4] geneve: Remove workqueue Jesse Gross
2015-01-03  2:26 ` [PATCH net-next 2/4] geneve: Simplify locking Jesse Gross
2015-01-03  2:26 ` [PATCH net-next 3/4] geneve: Remove socket hash table Jesse Gross
2015-01-03  2:26 ` [PATCH net-next 4/4] geneve: Check family when reusing sockets Jesse Gross
2015-01-05  3:22 ` [PATCH net-next 0/4] Geneve Cleanups 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).