]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge branch 'mptcp-misc-fixes-involving-fallback-to-tcp'
authorJakub Kicinski <kuba@kernel.org>
Thu, 10 Oct 2024 02:43:46 +0000 (19:43 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Oct 2024 02:43:47 +0000 (19:43 -0700)
commit5151a35c9b5f86a5899dd32c5fe286bfe5436479
tree5646c135f52ca6941f2cc8c7754ff0deacdf8489
parentd94785bb46b6167382b1de3290eccc91fa98df53
parentdb0a37b7ac27d8ca27d3dc676a16d081c16ec7b9
Merge branch 'mptcp-misc-fixes-involving-fallback-to-tcp'

Matthieu Baerts says:

====================
mptcp: misc. fixes involving fallback to TCP

- Patch 1: better handle DSS corruptions from a bugged peer: reducing
  warnings, doing a fallback or a reset depending on the subflow state.
  For >= v5.7.

- Patch 2: fix DSS corruption due to large pmtu xmit, where MPTCP was
  not taken into account. For >= v5.6.

- Patch 3: fallback when MPTCP opts are dropped after the first data
  packet, instead of resetting the connection. For >= v5.6.

- Patch 4: restrict the removal of a subflow to other closing states, a
  better fix, for a recent one. For >= v5.10.
====================

Link: https://patch.msgid.link/20241008-net-mptcp-fallback-fixes-v1-0-c6fb8e93e551@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>