Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fdbf5b09 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller
Browse files

Revert "sit: Add gro callbacks to sit_offload"



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

Reported-by: default avatarWolfgang Walter <linux@stwm.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b8c6cd1d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -292,8 +292,6 @@ static struct packet_offload ipv6_packet_offload __read_mostly = {
static const struct net_offload sit_offload = {
	.callbacks = {
		.gso_segment	= ipv6_gso_segment,
		.gro_receive	= ipv6_gro_receive,
		.gro_complete	= ipv6_gro_complete,
	},
};