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!