]> git.ipfire.org Git - thirdparty/openwrt.git/commit
generic: fix broken TCP fraglist GRO patch 18501/head
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 15 Apr 2025 18:04:35 +0000 (20:04 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 15 Apr 2025 21:26:50 +0000 (23:26 +0200)
commit87cb0446b7da0685d872feec832a480a9b7c681f
tree84541f694123203397637f8f6de14b41ed4e05b8
parentf98ee3bbab6e48821dcbeb394a18722e00f54555
generic: fix broken TCP fraglist GRO patch

Some regression were reported with the backported upstream version. Old
kernel require an additional flush in some case and this was handled in
the old downstream patch.

Reintroduce the flush to fix the regression and refresh affected patch.

Fixes: f63d64ede06b ("generic: move patch from pending to backport")
Link: https://github.com/openwrt/openwrt/pull/18501
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/generic/backport-6.6/621-v6.10-03-net-add-code-for-TCP-fraglist-GRO.patch
target/linux/generic/backport-6.6/621-v6.10-05-net-create-tcp_gro_header_pull-helper-function.patch
target/linux/generic/backport-6.6/621-v6.10-06-net-add-heuristic-for-enabling-TCP-fraglist-GRO.patch