netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next v7 0/4] Refactor vxlan and l2tp to use common UDP tunnel APIs
@ 2014-09-15 10:34 Andy Zhou
  2014-09-15 10:34 ` [net-next v7 1/4] udp_tunnel: Seperate ipv6 functions into its own file Andy Zhou
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Andy Zhou @ 2014-09-15 10:34 UTC (permalink / raw)
  To: davem; +Cc: netdev, Andy Zhou

Andy Zhou (4):
  udp_tunnel: Seperate ipv6 functions into its own file.
  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       |  105 ++++++++--------------------------
 include/net/udp_tunnel.h  |   83 ++++++++++++++++++++++++++-
 net/ipv4/udp_tunnel.c     |  138 ++++++++++++++++++++++++---------------------
 net/ipv6/Makefile         |    1 +
 net/ipv6/ip6_udp_tunnel.c |  105 ++++++++++++++++++++++++++++++++++
 net/l2tp/l2tp_core.c      |   24 ++++----
 6 files changed, 292 insertions(+), 164 deletions(-)
 create mode 100644 net/ipv6/ip6_udp_tunnel.c

-- 
1.7.9.5

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

end of thread, other threads:[~2014-09-16 18:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15 10:34 [net-next v7 0/4] Refactor vxlan and l2tp to use common UDP tunnel APIs Andy Zhou
2014-09-15 10:34 ` [net-next v7 1/4] udp_tunnel: Seperate ipv6 functions into its own file Andy Zhou
2014-09-15 10:34 ` [net-next v7 2/4] udp-tunnel: Expand UDP tunnel APIs Andy Zhou
2014-09-15 10:34 ` [net-next v7 3/4] vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions Andy Zhou
2014-09-15 12:54 ` [net-next v7 0/4] Refactor vxlan and l2tp to use common UDP tunnel APIs Or Gerlitz
2014-09-15 18:41   ` Andy Zhou
2014-09-15 17:46 ` Or Gerlitz
2014-09-15 18:41   ` Andy Zhou
2014-09-16 18:57 ` 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).