netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] mptcp: Fixes for 6.1
@ 2022-10-21 22:58 Mat Martineau
  2022-10-21 22:58 ` [PATCH net 1/3] mptcp: set msk local address earlier Mat Martineau
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mat Martineau @ 2022-10-21 22:58 UTC (permalink / raw)
  To: netdev
  Cc: Mat Martineau, davem, kuba, pabeni, edumazet, dmytro,
	benjamin.hesmans, matthieu.baerts, mptcp

Patch 1 fixes an issue with assigning subflow IDs in cases where an
incoming MP_JOIN is processed before accept() completes on the MPTCP
socket.

Patches 2 and 3 fix a deadlock issue with fastopen code (new for 6.1) at
connection time.

Paolo Abeni (3):
  mptcp: set msk local address earlier
  mptcp: factor out mptcp_connect()
  mptcp: fix abba deadlock on fastopen

 net/mptcp/protocol.c | 182 ++++++++++++++++++++++++-------------------
 net/mptcp/protocol.h |   5 +-
 net/mptcp/subflow.c  |   7 ++
 3 files changed, 113 insertions(+), 81 deletions(-)


base-commit: 4d814b329a4d54cd10eee4bd2ce5a8175646cc16
-- 
2.38.1


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

end of thread, other threads:[~2022-10-25  4:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-21 22:58 [PATCH net 0/3] mptcp: Fixes for 6.1 Mat Martineau
2022-10-21 22:58 ` [PATCH net 1/3] mptcp: set msk local address earlier Mat Martineau
2022-10-21 22:58 ` [PATCH net 2/3] mptcp: factor out mptcp_connect() Mat Martineau
2022-10-21 22:58 ` [PATCH net 3/3] mptcp: fix abba deadlock on fastopen Mat Martineau
2022-10-25  4:30 ` [PATCH net 0/3] mptcp: Fixes for 6.1 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).