aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/pending-6.6/680-net-add-TCP-fraglist-GRO-support.patch
Commit message (Collapse)AuthorAge
* kernel: add missing check for TCP GROFelix Fietkau2024-05-03
| | | | | | | | 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>
* kernel: backport upstream GRO fixesFelix Fietkau2024-05-03
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: update fraglist GRO patch to the latest upstream submissionFelix Fietkau2024-04-27
| | | | | | Cosmetic fixes + IPv6 NAT support Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: improve GRO performanceFelix Fietkau2024-04-26
For packets not belonging to a local socket, use fraglist GRO instead of regular GRO. This make segmenting packets very cheap and avoids the need for selectively disabling GRO Signed-off-by: Felix Fietkau <nbd@nbd.name>