stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] mptcp: misc. fixes involving fallback to TCP
@ 2024-10-08 11:04 Matthieu Baerts (NGI0)
  2024-10-08 11:04 ` [PATCH net 1/4] mptcp: handle consistently DSS corruption Matthieu Baerts (NGI0)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Matthieu Baerts (NGI0) @ 2024-10-08 11:04 UTC (permalink / raw)
  To: mptcp, Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Florian Westphal, David Ahern
  Cc: netdev, linux-kernel, Matthieu Baerts (NGI0), stable,
	syzbot+d1bff73460e33101f0e7, Christoph Paasch

- 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.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Matthieu Baerts (NGI0) (2):
      mptcp: fallback when MPTCP opts are dropped after 1st data
      mptcp: pm: do not remove closing subflows

Paolo Abeni (2):
      mptcp: handle consistently DSS corruption
      tcp: fix mptcp DSS corruption due to large pmtu xmit

 net/ipv4/tcp_output.c  |  5 +----
 net/mptcp/mib.c        |  2 ++
 net/mptcp/mib.h        |  2 ++
 net/mptcp/pm_netlink.c |  3 ++-
 net/mptcp/protocol.c   | 24 +++++++++++++++++++++---
 net/mptcp/subflow.c    |  6 ++++--
 6 files changed, 32 insertions(+), 10 deletions(-)
---
base-commit: f15b8d6eb63874230e36a45dd24239050a6f6250
change-id: 20241008-net-mptcp-fallback-fixes-16a9afee238e

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-10  2:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 11:04 [PATCH net 0/4] mptcp: misc. fixes involving fallback to TCP Matthieu Baerts (NGI0)
2024-10-08 11:04 ` [PATCH net 1/4] mptcp: handle consistently DSS corruption Matthieu Baerts (NGI0)
2024-10-08 11:04 ` [PATCH net 2/4] tcp: fix mptcp DSS corruption due to large pmtu xmit Matthieu Baerts (NGI0)
2024-10-08 11:04 ` [PATCH net 3/4] mptcp: fallback when MPTCP opts are dropped after 1st data Matthieu Baerts (NGI0)
2024-10-08 11:04 ` [PATCH net 4/4] mptcp: pm: do not remove closing subflows Matthieu Baerts (NGI0)
2024-10-10  2:50 ` [PATCH net 0/4] mptcp: misc. fixes involving fallback to TCP patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).