]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'tcp-a-couple-of-fixes'
authorJakub Kicinski <kuba@kernel.org>
Wed, 23 Jul 2025 01:21:17 +0000 (18:21 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 23 Jul 2025 01:21:17 +0000 (18:21 -0700)
commit9f9a14a88c62a02439893197b96553d629cc1ce8
treef01f7761091af9c48eeac8295d838ca67c984384
parent8839d1cc6ce0d38b4799380eae0c31bb0f07928b
parentb115c7758802f8d14ba8797e0ba979c47d78f310
Merge branch 'tcp-a-couple-of-fixes'

Paolo Abeni says:

====================
tcp: a couple of fixes

This series includes a couple of follow-up for the recent tcp receiver
changes, addressing issues outlined by the nipa CI and the mptcp
self-tests.

Note that despite the affected self-tests where MPTCP ones, the issues
are really in the TCP code, see patch 1 for the details.

v1: https://lore.kernel.org/cover.1752859383.git.pabeni@redhat.com
====================

Link: https://patch.msgid.link/cover.1753118029.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>