aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/hack-6.6/600-net-enable-fraglist-GRO-by-default.patch
Commit message (Collapse)AuthorAge
* 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>