Skip to content
Commit 1e2bd517 authored by Pravin B Shelar's avatar Pravin B Shelar Committed by David S. Miller
Browse files

udp6: Fix udp fragmentation for tunnel traffic.

udp6 over GRE tunnel does not work after to GRE tso changes. GRE
tso handler passes inner packet but keeps track of outer header
start in SKB_GSO_CB(skb)->mac_offset.  udp6 fragment need to
take care of outer header, which start at the mac_offset, while
adding fragment header.
This bug is introduced by commit 68c33163

 (GRE: Add TCP
segmentation offload for GRE).

Reported-by: default avatarDmitry Kravkov <dkravkov@gmail.com>
Signed-off-by: default avatarPravin B Shelar <pshelar@nicira.com>
Tested-by: default avatarDmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b190a508
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment