All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next v5 0/3] Refactor vxlan and l2tp to use common UDP tunnel APIs
@ 2014-09-11  3:29 Andy Zhou
  2014-09-11  3:29 ` [net-next v5 1/3] udp-tunnel: Expand " Andy Zhou
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andy Zhou @ 2014-09-11  3:29 UTC (permalink / raw)
  To: davem; +Cc: netdev, Andy Zhou

This patch series expend current UDP tunnel APIs and refactoring current
UDP tunnel based protocols to make use of the new APIs. The main motivation
is to reduce code duplication.

*** BLURB HERE ***

Andy Zhou (3):
  udp-tunnel: Expand UDP tunnel APIs
  vxlan: Refactor vxlan driver to make use of the common UDP tunnel
    functions.
  l2tp: Refactor l2tp core driver to make use of the common UDP tunnel 
       functions

 drivers/net/vxlan.c           |  174 ++++++++++++++--------------------
 include/net/udp_tunnel.h      |   73 +++++++++++++++
 include/net/vxlan.h           |   17 ++--
 net/ipv4/Kconfig              |    1 +
 net/ipv4/udp_tunnel.c         |  108 ++++++++++++++-------
 net/ipv6/Makefile             |    1 +
 net/ipv6/ip6_udp_tunnel.c     |  121 ++++++++++++++++++++++++
 net/l2tp/l2tp_core.c          |  208 +++++++++++++++++++++++++----------------
 net/openvswitch/vport-vxlan.c |    6 +-
 9 files changed, 480 insertions(+), 229 deletions(-)
 create mode 100644 net/ipv6/ip6_udp_tunnel.c

-- 
1.7.9.5

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-11  3:29 [net-next v5 0/3] Refactor vxlan and l2tp to use common UDP tunnel APIs Andy Zhou
2014-09-11  3:29 ` [net-next v5 1/3] udp-tunnel: Expand " Andy Zhou
2014-09-11 21:04   ` Tom Herbert
2014-09-12 20:42     ` Andy Zhou
2014-09-12 21:33       ` Tom Herbert
2014-09-12 21:35   ` Tom Herbert
2014-09-11  3:29 ` [net-next v5 2/3] vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions Andy Zhou
2014-09-11  3:29 ` [net-next v5 3/3] l2tp: Refactor l2tp core " Andy Zhou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.