]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipv6: gre: support SIT encapsulation
authorEric Dumazet <edumazet@google.com>
Sat, 24 Oct 2015 12:47:44 +0000 (05:47 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 5 Feb 2016 03:28:33 +0000 (19:28 -0800)
commit959a1ccd8c418c12edf1f980ea922f9de24008a0
treeaef2e37fced9fb019e027712a684f3a96ad2d48d
parent68d3f555d929d6c93562770cbaabb242a39e7740
ipv6: gre: support SIT encapsulation

Orabug: 22623835

[ Upstream commit 7e3b6e7423d5f994257c1de88e06b509673fdbcf ]

gre_gso_segment() chokes if SIT frames were aggregated by GRO engine.

Fixes: 61c1db7fae21e ("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>
(cherry picked from commit 199bcc1dc5bd32e70e104a42c56857c1062714f7)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
net/ipv4/gre_offload.c