Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] Tunneling: Tunnel restructuring.
@ 2013-03-13 22:48 Pravin B Shelar
  0 siblings, 0 replies; only message in thread
From: Pravin B Shelar @ 2013-03-13 22:48 UTC (permalink / raw)
  To: davem; +Cc: netdev, jesse, Pravin B Shelar

Following patch series restructure GRE and IPIP tunneling code
to make it modular. It adds ip_tunnel module which acts as
generic tunneling layer which has common code.

These patches do not change any functionality. 

Pravin B Shelar (6):
  GRE: Use RTNL for atomic protocol registration.
  GRE: Refactor GRE tunneling code.
  IPIP: Use ip-tunneling code.
  VXLAN: Fix vxlan stats handling.
  VXLAN: Use IP Tunnels tunnel ENC encap API
  tunnels: Use IP Tunnel stats APIs.

 drivers/net/Kconfig      |    1 +
 drivers/net/ppp/pptp.c   |    4 +
 drivers/net/vxlan.c      |  100 +---
 include/net/gre.h        |   51 ++
 include/net/ip_tunnels.h |  169 ++++++
 include/net/ipip.h       |   88 ---
 net/ipv4/Kconfig         |    7 +
 net/ipv4/Makefile        |    1 +
 net/ipv4/af_inet.c       |    1 -
 net/ipv4/gre.c           |   23 +-
 net/ipv4/ip_gre.c        | 1492 ++++++++++------------------------------------
 net/ipv4/ip_tunnel.c     | 1036 ++++++++++++++++++++++++++++++++
 net/ipv4/ip_vti.c        |   42 +--
 net/ipv4/ipip.c          |  745 ++---------------------
 net/ipv4/ipmr.c          |    2 +-
 net/ipv6/Kconfig         |    2 +
 net/ipv6/af_inet6.c      |    1 -
 net/ipv6/ip6_gre.c       |   43 +--
 net/ipv6/ip6_tunnel.c    |    1 +
 net/ipv6/sit.c           |   39 +--
 20 files changed, 1654 insertions(+), 2194 deletions(-)
 create mode 100644 include/net/ip_tunnels.h
 delete mode 100644 include/net/ipip.h
 create mode 100644 net/ipv4/ip_tunnel.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-13 22:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 22:48 [PATCH net-next 0/6] Tunneling: Tunnel restructuring Pravin B Shelar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox