Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Revert "sit: Add gro callbacks to sit_offload"

This patch reverts 19424e052fb44da2f00d1a868cbb51f3e9f4bbb5 ("sit:
Add gro callbacks to sit_offload") because it generates packets
that cannot be handled even by our own GSO.

Reported-by: Wolfgang Walter <linux@stwm.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Herbert Xu and committed by
David S. Miller
fdbf5b09 b8c6cd1d

-2
-2
net/ipv6/ip6_offload.c
··· 292 292 static const struct net_offload sit_offload = { 293 293 .callbacks = { 294 294 .gso_segment = ipv6_gso_segment, 295 - .gro_receive = ipv6_gro_receive, 296 - .gro_complete = ipv6_gro_complete, 297 295 }, 298 296 }; 299 297