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

2017-12-18 Thread David Miller
From: William Tu 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.

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

2017-12-15 Thread William Tu
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 ++