| From: |
| "Matthieu Baerts (NGI0)" <matttbe-AT-kernel.org> |
| To: |
| Stephen Hemminger <stephen-AT-networkplumber.org> |
| Subject: |
| [PATCH iproute2-net 0/6] mptcp: new endpoint type and info flags |
| Date: |
| Mon, 24 Nov 2025 12:19:20 +0100 |
| Message-ID: |
| <20251124-iproute-mptcp-laminar-v1-0-e56437483fdf@kernel.org> |
| Cc: |
| netdev-AT-vger.kernel.org, MPTCP Linux <mptcp-AT-lists.linux.dev>, Mat Martineau <martineau-AT-kernel.org>, Geliang Tang <geliang-AT-kernel.org>, "Matthieu Baerts (NGI0)" <matttbe-AT-kernel.org>, David Ahern <dsahern-AT-kernel.org> |
| Archive-link: |
| Article |
Here are some patches related to MPTCP, mainly to control features that
will be in the future v6.18.
- Patch 1: add an entry in the MAINTAINERS file for MPTCP.
- Patch 2: fix two minor typos in the man page.
- Patch 3: add laminar endpoint support.
- Patches 4-6: display missing attributes & flags in 'ip mptcp monitor'.
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Matthieu Baerts (NGI0) (6):
MAINTAINERS: add entry for mptcp
man: mptcp: fix minor typos
mptcp: add 'laminar' endpoint support
mptcp: monitor: add 'server side' info
mptcp: monitor: add 'deny join id0' info
mptcp: monitor: support 'server side' as a flag
MAINTAINERS | 7 +++++++
ip/ipmptcp.c | 20 +++++++++++++++++---
man/man8/ip-mptcp.8 | 20 ++++++++++++++++++--
misc/ss.c | 2 ++
4 files changed, 44 insertions(+), 5 deletions(-)
---
base-commit: 2a82227f984b3f97354e4a490d3f172eedf07f63
change-id: 20251124-iproute-mptcp-laminar-2973adec2860
Best regards,
--
Matthieu Baerts (NGI0) <matttbe@kernel.org>