Hello:
This series was applied to netdev/net-next.git (main) by David S. Miller davem@davemloft.net:
On Mon, 27 Mar 2023 12:22:20 +0200 you wrote:
Patch 1 removes an unneeded address copy in subflow_syn_recv_sock().
Patch 2 simplifies subflow_syn_recv_sock() to postpone some actions and to avoid a bunch of conditionals.
Patch 3 stops reporting limits that are not taken into account when the userspace PM is used.
[...]
Here is the summary with links: - [net-next,v2,1/4] mptcp: avoid unneeded address copy https://git.kernel.org/netdev/net-next/c/2bb9a37f0e19 - [net-next,v2,2/4] mptcp: simplify subflow_syn_recv_sock() https://git.kernel.org/netdev/net-next/c/a88d0092b24b - [net-next,v2,3/4] mptcp: do not fill info not used by the PM in used https://git.kernel.org/netdev/net-next/c/e925a0322ada - [net-next,v2,4/4] selftests: mptcp: add mptcp_info tests https://git.kernel.org/netdev/net-next/c/9095ce97bf8a
You are awesome, thank you!