]> git.baikalelectronics.ru Git - kernel.git/commit
net-next: gro: Fix use of skb_gro_header_slow
authorRichard Gobert <richardbgobert@gmail.com>
Sun, 11 Sep 2022 18:48:49 +0000 (20:48 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 20 Sep 2022 09:47:25 +0000 (11:47 +0200)
commit788efc4f6b55a91d1a80b5915d8b2a0ed79b0e3c
tree99fb06712bb3427b18f708a67d4d18392398ee29
parent8f7baccce0fc631c5adeb61d6d9b6657c1a9151a
net-next: gro: Fix use of skb_gro_header_slow

In the cited commit, the function ipv6_gro_receive was accidentally
changed to use skb_gro_header_slow, without attempting the fast path.
Fix it.

Fixes: f2aa5af2cf09 ("net: gro: skb_gro_header helper function")
Signed-off-by: Richard Gobert <richardbgobert@gmail.com>
Link: https://lore.kernel.org/r/20220911184835.GA105063@debian
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/ipv6/ip6_offload.c