]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ip6_gre-add-erspan-native-tunnel-for-ipv6'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Dec 2017 20:33:27 +0000 (15:33 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Dec 2017 20:33:27 +0000 (15:33 -0500)
commitb3e7159e2869520472d805afaa7b7775c2c17649
tree774fe81b2bc49ed0f6b5dd98220b1ee92679eeca
parentfc70efa1c80fdb119261a1f3fc4b0e7a13a5e2cc
parentdf0730556bbecdd07b6718e41c5fb46ac6479879
Merge branch 'ip6_gre-add-erspan-native-tunnel-for-ipv6'

William Tu says:

====================
ip6_gre: add erspan native tunnel for ipv6

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.

change in v5:
  - add cover-letter description

change in v4:
  - rebase on top of net-next
  - use log_ecn_error in ip6_tnl_rcv

change in v3:
  - add inline for functions in header
  - rebase on top of net-next

change in v2:
  - remove inline
  - fix some indent
  - fix errors reports by clang and scan-build
====================

Signed-off-by: David S. Miller <davem@davemloft.net>