[PATCH net 0/3] mptcp: Fixes for 6.1

Mat Martineau posted 3 patches 1 year, 6 months ago
Failed in applying to current master (apply log)
net/mptcp/protocol.c | 182 ++++++++++++++++++++++++-------------------
net/mptcp/protocol.h |   5 +-
net/mptcp/subflow.c  |   7 ++
3 files changed, 113 insertions(+), 81 deletions(-)
[PATCH net 0/3] mptcp: Fixes for 6.1
Posted by Mat Martineau 1 year, 6 months ago
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