mbox series

[net,0/3] a couple of erspan fixes

Message ID 1520609682-101077-1-git-send-email-u9012063@gmail.com
Headers show
Series a couple of erspan fixes | expand

Message

William Tu March 9, 2018, 3:34 p.m. UTC
The series fixes a couple of erspan issues.
The first patch adds the erspan v2 proto type to the ip6 tunnel lookup.
The second patch improves the error handling when users screws the
version number in metadata.  The final patch makes sure the skb has
enough headroom for pushing erspan header when xmit.

William Tu (3):
  ip6gre: add erspan v2 to tunnel lookup
  ip6erspan: improve error handling for erspan version number.
  ip6erspan: make sure enough headroom at xmit.

 net/ipv6/ip6_gre.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Comments

David Miller March 9, 2018, 6:04 p.m. UTC | #1
From: William Tu <u9012063@gmail.com>
Date: Fri,  9 Mar 2018 07:34:39 -0800

> The series fixes a couple of erspan issues.
> The first patch adds the erspan v2 proto type to the ip6 tunnel lookup.
> The second patch improves the error handling when users screws the
> version number in metadata.  The final patch makes sure the skb has
> enough headroom for pushing erspan header when xmit.

Series applied, thanks William.