mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
ipv6: gre: support SIT encapsulation
[ Upstream commit7e3b6e7423] gre_gso_segment() chokes if SIT frames were aggregated by GRO engine. Fixes:61c1db7fae("ipv6: sit: add GSO/TSO support") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b4158226f1
commit
199bcc1dc5
@@ -36,7 +36,8 @@ static struct sk_buff *gre_gso_segment(struct sk_buff *skb,
|
||||
SKB_GSO_TCP_ECN |
|
||||
SKB_GSO_GRE |
|
||||
SKB_GSO_GRE_CSUM |
|
||||
SKB_GSO_IPIP)))
|
||||
SKB_GSO_IPIP |
|
||||
SKB_GSO_SIT)))
|
||||
goto out;
|
||||
|
||||
if (!skb->encapsulation)
|
||||
|
||||
Reference in New Issue
Block a user