]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'mptcp-fixes-for-v6-6'
authorJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 16:10:02 +0000 (09:10 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 16:10:02 +0000 (09:10 -0700)
commit1c1f14f92beca73555f9a23c3f37bae50d9ed323
tree77379bce5ff8fe8deff715dc128ac6e141c6873d
parent389db4fd673e5b122393a69b2973dd294a125573
parent2cfaa8b3b7aece3c7b13dd10db20dcea65875692
Merge branch 'mptcp-fixes-for-v6-6'

Mat Martineau says:

====================
mptcp: Fixes for v6.6

Patch 1 corrects the logic for MP_JOIN tests where 0 RSTs are expected.

Patch 2 ensures MPTCP packets are not incorrectly coalesced in the TCP
backlog queue.

Patch 3 avoids a zero-window probe and associated WARN_ON_ONCE() in an
expected MPTCP reinjection scenario.

Patches 4 & 5 allow an initial MPTCP subflow to be closed cleanly
instead of always sending RST. Associated selftest is updated.
====================

Link: https://lore.kernel.org/r/20231018-send-net-20231018-v1-0-17ecb002e41d@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>