From: Geliang Tang <geliang@kernel.org>
To: mptcp@lists.linux.dev
Cc: Geliang Tang <tanggeliang@kylinos.cn>
Subject: [PATCH mptcp-next v2 0/2] mptcp: TCP_MD5SIG support
Date: Thu, 31 Jul 2025 15:27:46 +0800 [thread overview]
Message-ID: <cover.1753946671.git.tanggeliang@kylinos.cn> (raw)
From: Geliang Tang <tanggeliang@kylinos.cn>
v2:
- trigger fallback to TCP.
- check CONFIG_TCP_MD5SIG.
- update MD5 comment.
- drop selftests, packetdrill tests will be added later.
This series introduces support for TCP_MD5SIG socket options in MPTCP along
with code improvements:
Patch 1: Refactors TCP_MAXSEG getsockopt handling to improve code
consistency
Patch 2: Adds setsockopt support for TCP_MD5SIG/TCP_MD5SIG_EXT (first
subflow only)
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/575
Geliang Tang (2):
mptcp: Handle TCP_MAXSEG getsockopt in common case
mptcp: setsockopt support for TCP_MD5SIG
net/mptcp/sockopt.c | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
--
2.48.1
next reply other threads:[~2025-07-31 7:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-31 7:27 Geliang Tang [this message]
2025-07-31 7:27 ` [PATCH mptcp-next v2 1/2] mptcp: Handle TCP_MAXSEG getsockopt in common case Geliang Tang
2025-07-31 7:27 ` [PATCH mptcp-next v2 2/2] mptcp: setsockopt support for TCP_MD5SIG Geliang Tang
2025-07-31 9:59 ` Matthieu Baerts
2025-08-01 3:00 ` Geliang Tang
2025-07-31 19:18 ` Christoph Paasch
2025-08-01 3:01 ` Geliang Tang
2025-07-31 9:23 ` [PATCH mptcp-next v2 0/2] mptcp: TCP_MD5SIG support MPTCP CI
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1753946671.git.tanggeliang@kylinos.cn \
--to=geliang@kernel.org \
--cc=mptcp@lists.linux.dev \
--cc=tanggeliang@kylinos.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.