]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: gre: support SIT encapsulation
authorEric Dumazet <edumazet@google.com>
Sat, 24 Oct 2015 12:47:44 +0000 (05:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Oct 2015 05:01:18 +0000 (22:01 -0700)
commit090743e6df4142159511efc19777a5605cf6a9cb
tree3ec54ff1c7afd8d2a90c2eadae3b489f070a1d93
parentff0254649efc5ade43a5089a73b1b51ee78a5eff
ipv6: gre: support SIT encapsulation

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

Fixes: 03840ebb639c1 ("ipv6: sit: add GSO/TSO support")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/gre_offload.c