[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221021225856.88119-1-mathew.j.martineau@linux.intel.com>
Date: Fri, 21 Oct 2022 15:58:53 -0700
From: Mat Martineau <mathew.j.martineau@...ux.intel.com>
To: netdev@...r.kernel.org
Cc: Mat Martineau <mathew.j.martineau@...ux.intel.com>,
davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com, dmytro@...tyi.net,
benjamin.hesmans@...sares.net, matthieu.baerts@...sares.net,
mptcp@...ts.linux.dev
Subject: [PATCH net 0/3] mptcp: Fixes for 6.1
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
Powered by blists - more mailing lists