All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-net 0/3] mptcp: a few random fixes
@ 2025-11-13 23:05 Paolo Abeni
  2025-11-13 23:05 ` [PATCH mptcp-net 1/3] mptcp: fix premature close in case of fallback Paolo Abeni
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Paolo Abeni @ 2025-11-13 23:05 UTC (permalink / raw)
  To: mptcp

The first patch fixes selftest failures in CONFIG_PREEMPT build.
The second patch addresses a recently filed issue, 2nd one is due to
code inspection while investigating the mentioned issue.

v2 -> v3:
  - new patch 1/3
  - check OoO queue in mptcp_try_fallback

v1 -> v2:
  - fix pktdrill failures due to missing rcv_wnd_sent initialization

Paolo Abeni (3):
  mptcp: fix premature close in case of fallback
  mptcp: do not fallback when OoO is present
  mptcp: do not drop partial packets.

 net/mptcp/protocol.c | 37 +++++++++++++++++++++++++++++--------
 net/mptcp/subflow.c  |  3 ++-
 2 files changed, 31 insertions(+), 9 deletions(-)

-- 
2.51.1


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

end of thread, other threads:[~2025-11-14 11:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13 23:05 [PATCH mptcp-net 0/3] mptcp: a few random fixes Paolo Abeni
2025-11-13 23:05 ` [PATCH mptcp-net 1/3] mptcp: fix premature close in case of fallback Paolo Abeni
2025-11-13 23:05 ` [PATCH mptcp-net 2/3] mptcp: do not fallback when OoO is present Paolo Abeni
2025-11-13 23:05 ` [PATCH mptcp-net 3/3] mptcp: do not drop partial packets Paolo Abeni
2025-11-14  1:43 ` [PATCH mptcp-net 0/3] mptcp: a few random fixes MPTCP CI
2025-11-14 11:30 ` Matthieu Baerts
2025-11-14 11:49 ` 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.