OSDN Git Service

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)
commit7e3b6e7423d5f994257c1de88e06b509673fdbcf
tree3ec54ff1c7afd8d2a90c2eadae3b489f070a1d93
parent3242c9ee0b6104c901336a9498bb7ec64923eb1f
ipv6: gre: support SIT encapsulation

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>
net/ipv4/gre_offload.c