[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241021-net-next-mptcp-misc-6-13-v1-0-1ef02746504a@kernel.org>
Date: Mon, 21 Oct 2024 17:14:02 +0200
From: "Matthieu Baerts (NGI0)" <matttbe@...nel.org>
To: mptcp@...ts.linux.dev, Mat Martineau <martineau@...nel.org>,
Geliang Tang <geliang@...nel.org>, "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
"Matthieu Baerts (NGI0)" <matttbe@...nel.org>,
Gang Yan <yangang@...inos.cn>, Davide Caratti <dcaratti@...hat.com>,
Geliang Tang <geliang@...nel.org>
Subject: [PATCH net-next 0/4] mptcp: various small improvements
The following patches are not related to each other.
- Patch 1: Avoid sending advertisements on stale subflows, reducing
risks on loosing them.
- Patch 2: Annotate data-races around subflow->fully_established, using
READ/WRITE_ONCE().
- Patch 3: A small clean-up on the PM side, avoiding a bit of duplicated
code.
- Patch 4: Use "Middlebox interference" MP_TCPRST code in reaction to a
packet received without MPTCP options in the middle of a connection.
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@...nel.org>
---
Davide Caratti (1):
mptcp: use "middlebox interference" RST when no DSS
Gang Yan (1):
mptcp: annotate data-races around subflow->fully_established
Geliang Tang (1):
mptcp: implement mptcp_pm_connection_closed
Matthieu Baerts (NGI0) (1):
mptcp: pm: send ACK on non-stale subflows
net/mptcp/diag.c | 2 +-
net/mptcp/options.c | 4 ++--
net/mptcp/pm.c | 3 +++
net/mptcp/pm_netlink.c | 14 +++++++++++---
net/mptcp/protocol.c | 8 +++-----
net/mptcp/protocol.h | 6 +++---
net/mptcp/subflow.c | 16 ++++++++++------
7 files changed, 33 insertions(+), 20 deletions(-)
---
base-commit: 7cb08476e19fb3d0dce618df7c11713434553e27
change-id: 20241018-net-next-mptcp-misc-6-13-c34335423ea0
Best regards,
--
Matthieu Baerts (NGI0) <matttbe@...nel.org>
Powered by blists - more mailing lists