]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'tcp-rfc-7323-compliant-window-retraction-handling'
authorJakub Kicinski <kuba@kernel.org>
Sat, 14 Mar 2026 15:02:52 +0000 (08:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 14 Mar 2026 15:02:52 +0000 (08:02 -0700)
commitb58e3a2d014567a9092eb026fe677ff4bed5af38
tree05110a05efb4bacc1c87491ef69ef50eea499dc2
parent9089c5f3c444ad6e9eb172e9375615ed0b0bc31c
parent3eb371eddad0a47183dd4434de9c9190d0f721c5
Merge branch 'tcp-rfc-7323-compliant-window-retraction-handling'

Simon Baatz says:

====================
tcp: RFC 7323-compliant window retraction handling

this series implements the receiver-side requirements for TCP window
retraction as specified in RFC 7323 and adds packetdrill tests to
cover the new behavior.

Please see the first patch for background and implementation
details. Since MPTCP adjusts the TCP receive window on subflows, the
relevant MPTCP code paths are updated accordingly.
====================

Link: https://patch.msgid.link/20260309-tcp_rfc7323_retract_wnd_rfc-v3-0-4c7f96b1ec69@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>