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

Matthieu Baerts (NGI0) posted 6 patches 2 months, 2 weeks ago
Failed in applying to current master (apply log)
MAINTAINERS         |  7 +++++++
ip/ipmptcp.c        | 20 +++++++++++++++++---
man/man8/ip-mptcp.8 | 20 ++++++++++++++++++--
misc/ss.c           |  2 ++
4 files changed, 44 insertions(+), 5 deletions(-)
[PATCH iproute2-net 0/6] mptcp: new endpoint type and info flags
Posted by Matthieu Baerts (NGI0) 2 months, 2 weeks ago
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>
Re: [PATCH iproute2-net 0/6] mptcp: new endpoint type and info flags
Posted by David Ahern 2 months, 1 week ago
On 11/24/25 4:19 AM, Matthieu Baerts (NGI0) wrote:
> 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,

applied to iproute2-next.

Patches should always be against top of tree - no assumptions. I had to
fixup the first patch of this set which puts work on me.
Re: [PATCH iproute2-net 0/6] mptcp: new endpoint type and info flags
Posted by Matthieu Baerts 2 months ago
Hi David,

2 Dec 2025 03:34:42 David Ahern <dsahern@kernel.org>:

> On 11/24/25 4:19 AM, Matthieu Baerts (NGI0) wrote:
>> 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,
>
> applied to iproute2-next.

Thank you!

> Patches should always be against top of tree - no assumptions. I had to
> fixup the first patch of this set which puts work on me.

I'm sorry about that!

These patches were on top of iproute2.git (not next) because they were
controlling features available in v6.18 (or older), but not only in net-next.

Should I maybe next time not prefix such patches with [iproute2-net] but
only [iproute2]?

Cheers,
Matt
Re: [PATCH iproute2-net 0/6] mptcp: new endpoint type and info flags
Posted by David Ahern 2 months ago
On 12/1/25 11:15 PM, Matthieu Baerts wrote:
> I'm sorry about that!
> 
> These patches were on top of iproute2.git (not next) because they were
> controlling features available in v6.18 (or older), but not only in net-next.
> 
> Should I maybe next time not prefix such patches with [iproute2-net] but
> only [iproute2]?
> 

iproute2-main is the bug fix and release tree. It is not for features.

iproute2-next is the development and feature tree. If features are to
sync with kernel side merges, then the patches need to show up at the
same time.