[PATCH iproute-mptcp 0/6] mptcp: new endpoint type and info flags

Matthieu Baerts (NGI0) posted 6 patches 2 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
MAINTAINERS         |  7 +++++++
ip/ipmptcp.c        | 20 +++++++++++++++++---
man/man8/ip-mptcp.8 | 17 +++++++++++++++--
misc/ss.c           |  2 ++
4 files changed, 41 insertions(+), 5 deletions(-)
[PATCH iproute-mptcp 0/6] mptcp: new endpoint type and info flags
Posted by Matthieu Baerts (NGI0) 2 weeks ago
Here is a series for iproute2 I'm planning to send to netdev. If nobody
has time to check them, I'm sure it is fine if I send them directly.

- Patch 1: add an entry in the MAINTAINERS file for MPTCP.
  Note: There is usually one person and one ML per entry, but I can add
  more if preferred.

- Patch 2: fix two minor typos in the man page.

- Patch 3: add laminar endpoint support

- Patches 4-6: display missing attributes and flags in the '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 | 17 +++++++++++++++--
 misc/ss.c           |  2 ++
 4 files changed, 41 insertions(+), 5 deletions(-)
---
base-commit: ca756f36a0c6d24ab60657f8d14312c17443e5f0
change-id: 20251022-laminar-a8f8719ff4f6

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>