mbox series

[net-next,0/2] net: erspan: a couple fixes

Message ID 1513376864-33777-1-git-send-email-u9012063@gmail.com
Headers show
Series net: erspan: a couple fixes | expand

Message

William Tu Dec. 15, 2017, 10:27 p.m. UTC
Haishuang Yan reports a couple of issues (wrong return value, 
pskb_may_pull) on erspan V1.  Since erspan V2 is in net-next,
this series fix the similar issues on v2.

William Tu (2):
  net: erspan: fix wrong return value
  net: erspan: reload pointer after pskb_may_pull

 net/ipv4/ip_gre.c  | 6 ++++--
 net/ipv6/ip6_gre.c | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

Comments

David Miller Dec. 18, 2017, 8:12 p.m. UTC | #1
From: William Tu <u9012063@gmail.com>
Date: Fri, 15 Dec 2017 14:27:42 -0800

> Haishuang Yan reports a couple of issues (wrong return value, 
> pskb_may_pull) on erspan V1.  Since erspan V2 is in net-next,
> this series fix the similar issues on v2.

Series applied, thank you.