diff options
Diffstat (limited to 'net/ipv4/gre_offload.c')
| -rw-r--r-- | net/ipv4/gre_offload.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/ipv4/gre_offload.c b/net/ipv4/gre_offload.c index 416bb304a281..1859c473b21a 100644 --- a/net/ipv4/gre_offload.c +++ b/net/ipv4/gre_offload.c @@ -86,7 +86,7 @@ static struct sk_buff *gre_gso_segment(struct sk_buff *skb,  		greh = (struct gre_base_hdr *)skb_transport_header(skb);  		pcsum = (__sum16 *)(greh + 1); -		if (gso_partial) { +		if (gso_partial && skb_is_gso(skb)) {  			unsigned int partial_adj;  			/* Adjust checksum to account for the fact that |