From: patchwork-bot+netdevbpf@kernel.org
To: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Cc: martineau@kernel.org, geliang@kernel.org, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
horms@kernel.org, shuah@kernel.org, martin.lau@linux.dev,
netdev@vger.kernel.org, mptcp@lists.linux.dev,
linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
stable@vger.kernel.org
Subject: Re: [PATCH net-next 00/15] mptcp: pm: special case for c-flag + luminar endp
Date: Sat, 27 Sep 2025 01:20:42 +0000 [thread overview]
Message-ID: <175893604275.115459.12300335939141121043.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250925-net-next-mptcp-c-flag-laminar-v1-0-ad126cc47c6b@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 25 Sep 2025 12:32:35 +0200 you wrote:
> Here are some patches for the MPTCP PM, including some refactoring that
> I thought it would be best to send at the end of a cycle to avoid
> conflicts between net and net-next that could last a few weeks.
>
> The most interesting changes are in the first and last patch, the rest
> are patches refactoring the code & tests to validate the modifications.
>
> [...]
Here is the summary with links:
- [net-next,01/15] mptcp: pm: in-kernel: usable client side with C-flag
https://git.kernel.org/netdev/net-next/c/4b1ff850e0c1
- [net-next,02/15] selftests: mptcp: join: validate C-flag + def limit
https://git.kernel.org/netdev/net-next/c/008385efd05e
- [net-next,03/15] mptcp: pm: in-kernel: refactor fill_local_addresses_vec
https://git.kernel.org/netdev/net-next/c/8dc63ade451d
- [net-next,04/15] mptcp: pm: in-kernel: refactor fill_remote_addresses_vec
https://git.kernel.org/netdev/net-next/c/a845b2bbf26e
- [net-next,05/15] mptcp: pm: rename 'subflows' to 'extra_subflows'
https://git.kernel.org/netdev/net-next/c/c5273f6ca166
- [net-next,06/15] mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'
https://git.kernel.org/netdev/net-next/c/3eb3c9a9596a
- [net-next,07/15] mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'
https://git.kernel.org/netdev/net-next/c/45cae570664d
- [net-next,08/15] mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'
https://git.kernel.org/netdev/net-next/c/37712d84dfc2
- [net-next,09/15] mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'
https://git.kernel.org/netdev/net-next/c/e7757b6d3a62
- [net-next,10/15] mptcp: pm: in-kernel: rename 'local_addr_list' to 'endp_list'
https://git.kernel.org/netdev/net-next/c/35e71e43a56d
- [net-next,11/15] mptcp: pm: in-kernel: rename 'addrs' to 'endpoints'
https://git.kernel.org/netdev/net-next/c/e9aa044f4a1f
- [net-next,12/15] mptcp: pm: in-kernel: remove stale_loss_cnt
https://git.kernel.org/netdev/net-next/c/db9a0e3858ba
- [net-next,13/15] mptcp: pm: in-kernel: reduce pernet struct size
https://git.kernel.org/netdev/net-next/c/4984fe6254f8
- [net-next,14/15] mptcp: pm: in-kernel: compare IDs instead of addresses
https://git.kernel.org/netdev/net-next/c/f596293314b2
- [net-next,15/15] mptcp: pm: in-kernel: add laminar endpoints
https://git.kernel.org/netdev/net-next/c/539f6b9de39e
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-09-27 1:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-25 10:32 [PATCH net-next 00/15] mptcp: pm: special case for c-flag + luminar endp Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 01/15] mptcp: pm: in-kernel: usable client side with C-flag Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 02/15] selftests: mptcp: join: validate C-flag + def limit Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 03/15] mptcp: pm: in-kernel: refactor fill_local_addresses_vec Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 04/15] mptcp: pm: in-kernel: refactor fill_remote_addresses_vec Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 05/15] mptcp: pm: rename 'subflows' to 'extra_subflows' Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 06/15] mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows' Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 07/15] mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max' Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 08/15] mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted' Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 09/15] mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max' Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 10/15] mptcp: pm: in-kernel: rename 'local_addr_list' to 'endp_list' Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 11/15] mptcp: pm: in-kernel: rename 'addrs' to 'endpoints' Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 12/15] mptcp: pm: in-kernel: remove stale_loss_cnt Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 13/15] mptcp: pm: in-kernel: reduce pernet struct size Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 14/15] mptcp: pm: in-kernel: compare IDs instead of addresses Matthieu Baerts (NGI0)
2025-09-25 10:32 ` [PATCH net-next 15/15] mptcp: pm: in-kernel: add laminar endpoints Matthieu Baerts (NGI0)
2025-09-27 1:20 ` patchwork-bot+netdevbpf [this message]
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=175893604275.115459.12300335939141121043.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=geliang@kernel.org \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=martin.lau@linux.dev \
--cc=martineau@kernel.org \
--cc=matttbe@kernel.org \
--cc=mptcp@lists.linux.dev \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
--cc=stable@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox