Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Sat, 27 Sep 2025 11:40:36 +0200 you wrote:
This series includes several changes to the MPTCP RX path. The main goals are improving the RX performances, and increase the long term maintainability.
Some changes reflects recent(ish) improvements introduced in the TCP stack: patch 1, 2 and 3 are the MPTCP counter part of SKB deferral free and auto-tuning improvements. Note that patch 3 could possibly fix additional issues, and overall such patch should protect from similar issues to arise in the future.
[...]
Here is the summary with links: - [net-next,1/8] mptcp: leverage skb deferral free https://git.kernel.org/netdev/net-next/c/9aa59323f270 - [net-next,2/8] tcp: make tcp_rcvbuf_grow() accessible to mptcp code https://git.kernel.org/netdev/net-next/c/a7556779745c - [net-next,3/8] mptcp: rcvbuf auto-tuning improvement https://git.kernel.org/netdev/net-next/c/e118cdc34dd1 - [net-next,4/8] mptcp: introduce the mptcp_init_skb helper https://git.kernel.org/netdev/net-next/c/9a0afe0db467 - [net-next,5/8] mptcp: remove unneeded mptcp_move_skb() https://git.kernel.org/netdev/net-next/c/c4ebc4ee4e75 - [net-next,6/8] mptcp: factor out a basic skb coalesce helper https://git.kernel.org/netdev/net-next/c/68c7af988bd1 - [net-next,7/8] mptcp: minor move_skbs_to_msk() cleanup https://git.kernel.org/netdev/net-next/c/59701b187003 - [net-next,8/8] selftests: mptcp: join: validate new laminar endp https://git.kernel.org/netdev/net-next/c/c912f935a5c7
You are awesome, thank you!