mbox series

[net-next,0/3] ip6_gre: add erspan native tunnel for ipv6

Message ID 1509907145-42750-1-git-send-email-u9012063@gmail.com
Headers show
Series ip6_gre: add erspan native tunnel for ipv6 | expand

Message

William Tu Nov. 5, 2017, 6:39 p.m. UTC
The patch series add support for ERSPAN tunnel over ipv6.  The first patch
refectors the existing ipv4 gre implementation and the second refactors the
ipv6 gre's xmit code.  Finally the last patch introduces erspan protocol.

William Tu (3):
  ip_gre: Refector the erpsan tunnel code.
  ip6_gre: Refactor ip6gre xmit codes
  ip6_gre: Add ERSPAN native tunnel support

 include/net/erspan.h     |  51 +++++++
 include/net/ip6_tunnel.h |   1 +
 net/ipv4/ip_gre.c        |  54 +------
 net/ipv6/ip6_gre.c       | 390 ++++++++++++++++++++++++++++++++++++++++-------
 4 files changed, 395 insertions(+), 101 deletions(-)