[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210527233140.182728-1-mathew.j.martineau@linux.intel.com>
Date: Thu, 27 May 2021 16:31:36 -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, matthieu.baerts@...sares.net,
mptcp@...ts.linux.dev
Subject: [PATCH net 0/4] mptcp: Fixes for 5.13
These patches address two issues in MPTCP.
Patch 1 fixes a locking issue affecting MPTCP-level retransmissions.
Patches 2-4 improve handling of out-of-order packet arrival early in a
connection, so it falls back to TCP rather than forcing a
reset. Includes a selftest.
Paolo Abeni (4):
mptcp: fix sk_forward_memory corruption on retransmission
mptcp: always parse mptcp options for MPC reqsk
mptcp: do not reset MP_CAPABLE subflow on mapping errors
mptcp: update selftest for fallback due to OoO
net/mptcp/protocol.c | 16 +++-
net/mptcp/subflow.c | 79 ++++++++++---------
.../selftests/net/mptcp/mptcp_connect.sh | 13 ++-
3 files changed, 64 insertions(+), 44 deletions(-)
base-commit: fb91702b743dec78d6507c53a2dec8a8883f509d
--
2.31.1
Powered by blists - more mailing lists