kernel: add missing check for TCP GRO
authorFelix Fietkau <nbd@nbd.name>
Fri, 3 May 2024 16:44:57 +0000 (18:44 +0200)
committerFelix Fietkau <nbd@nbd.name>
Fri, 3 May 2024 16:45:46 +0000 (18:45 +0200)
commita5a941a997c46b125cb76dca7565a688bb2ad899
treeaa078d1807331ce05a29d9f4d593b07e26c04c21
parent2f5398588a7cda749e7fcda1763d316ef75bb18f
kernel: add missing check for TCP GRO

Need to check if the skb data buffer is linear up to (and including) the TCP
header.

Fixes: https://github.com/openwrt/openwrt/issues/15359
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/generic/pending-6.1/680-net-add-TCP-fraglist-GRO-support.patch
target/linux/generic/pending-6.6/680-net-add-TCP-fraglist-GRO-support.patch