All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-net v2 0/2] mptcp: reset when MPTCP opts are dropped after MPJ
@ 2025-02-18 11:24 Matthieu Baerts (NGI0)
  2025-02-18 11:24 ` [PATCH mptcp-net v2 1/2] mptcp: reset when MPTCP opts are dropped after join Matthieu Baerts (NGI0)
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Matthieu Baerts (NGI0) @ 2025-02-18 11:24 UTC (permalink / raw)
  To: mptcp; +Cc: Paolo Abeni, Matthieu Baerts (NGI0), Chester A. Unal

- Patch 1: fix issue #544 where a middlebox drops MPTCP options after a
  3WHS on the additional subflow.

- Patch 2: a safety check is added when asking to do a fallback to do so
  only when allowed. If not, a new warning will be emitted.

Note that two new packetdrill tests have been added in a PR to cover
this case:

  https://github.com/multipath-tcp/packetdrill/pull/160

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Changes in v2:
- Squashed previous patches 1 and 2 (Paolo).
- Patch 1: no more special cases for csum (handled before) and inf map
  (Paolo).
- Link to v1: https://lore.kernel.org/r/20250217-mptcp-dss-drop-mpj-v1-0-d671d6b9a153@kernel.org

---
Matthieu Baerts (NGI0) (2):
      mptcp: reset when MPTCP opts are dropped after join
      mptcp: safety check before fallback

 net/mptcp/protocol.h |  2 ++
 net/mptcp/subflow.c  | 15 +--------------
 2 files changed, 3 insertions(+), 14 deletions(-)
---
base-commit: 3a7786db65e8f361a8fc8abcd3cfbe17411b8b7f
change-id: 20250205-mptcp-dss-drop-mpj-ec227f4ed942

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


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

end of thread, other threads:[~2025-02-19 18:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18 11:24 [PATCH mptcp-net v2 0/2] mptcp: reset when MPTCP opts are dropped after MPJ Matthieu Baerts (NGI0)
2025-02-18 11:24 ` [PATCH mptcp-net v2 1/2] mptcp: reset when MPTCP opts are dropped after join Matthieu Baerts (NGI0)
2025-02-18 11:24 ` [PATCH mptcp-net v2 2/2] mptcp: safety check before fallback Matthieu Baerts (NGI0)
2025-02-18 12:32 ` [PATCH mptcp-net v2 0/2] mptcp: reset when MPTCP opts are dropped after MPJ MPTCP CI
2025-02-18 16:24 ` Paolo Abeni
2025-02-19 18:42   ` Matthieu Baerts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.