projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8c6cd1
)
Revert "sit: Add gro callbacks to sit_offload"
author
Herbert Xu
<
[email protected]
>
Mon, 20 Jul 2015 09:55:38 +0000
(17:55 +0800)
committer
David S. Miller
<
[email protected]
>
Mon, 20 Jul 2015 23:52:28 +0000
(16:52 -0700)
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 <
[email protected]
>
Signed-off-by: Herbert Xu <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/ipv6/ip6_offload.c
patch
|
blob
|
history
diff --git
a/net/ipv6/ip6_offload.c
b/net/ipv6/ip6_offload.c
index e893cd18612fcdc9e8577f0e060ffd32b5659eea..08b62047c67f311ca808533cb7a83b5caab0cfc8 100644
(file)
--- a/
net/ipv6/ip6_offload.c
+++ b/
net/ipv6/ip6_offload.c
@@
-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,
},
};