Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 29 Mar 2024 13:08:51 +0100 you wrote:
Here are two fixes related to MPTCP.
The first patch fixes when the MPTcpExtMPCapableFallbackACK MIB counter is modified: it should only be incremented when a connection was using MPTCP options, but then a fallback to TCP has been done. This patch also checks the counter is not incremented by mistake during the connect selftests. This counter was wrongly incremented since its introduction in v5.7.
[...]
Here is the summary with links: - [net,1/2] mptcp: don't account accept() of non-MPC client as fallback to TCP https://git.kernel.org/netdev/net/c/7a1b3490f47e - [net,2/2] selftests: mptcp: join: fix dev in check_endpoint https://git.kernel.org/netdev/net/c/40061817d95b
You are awesome, thank you!