]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'tcp-re-enable-acceptance-of-fin-packets-when-rwin-is-0'
authorJakub Kicinski <kuba@kernel.org>
Thu, 26 Feb 2026 03:07:07 +0000 (19:07 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 26 Feb 2026 03:07:07 +0000 (19:07 -0800)
commit7c9db1a1cd3be140f7807aa9f405cc17be59dc2a
treecd8a998015198a0a4172a6ba8a7b1f7ca3062ff3
parent5cc619583c7e735c4fb801bede671fb6f9c79425
parent74511332309844c3de64970841b3c250d85f34ce
Merge branch 'tcp-re-enable-acceptance-of-fin-packets-when-rwin-is-0'

Simon Baatz says:

====================
tcp: re-enable acceptance of FIN packets when RWIN is 0

this series restores the ability to accept in‑sequence FIN packets
even when the advertised receive window is zero, and adds a
packetdrill test to guard the behavior.
====================

Link: https://patch.msgid.link/20260224-fix_zero_wnd_fin-v2-0-a16677ea7cea@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>