Hello:
This series was applied to netdev/net.git (master) by Jakub Kicinski kuba@kernel.org:
On Thu, 12 Jan 2023 18:42:51 +0100 you wrote:
Before these patches, the Userspace Path Manager would allow the creation of subflows with wrong families: taking the one of the MPTCP socket instead of the provided ones and resulting in the creation of subflows with likely not the right source and/or destination IPs. It would also allow the creation of subflows between different families or not respecting v4/v6-only socket attributes.
[...]
Here is the summary with links: - [net,1/3] mptcp: explicitly specify sock family at subflow creation time https://git.kernel.org/netdev/net/c/6bc1fe7dd748 - [net,2/3] mptcp: netlink: respect v4/v6-only sockets https://git.kernel.org/netdev/net/c/fb00ee4f3343 - [net,3/3] selftests: mptcp: userspace: validate v4-v6 subflows mix https://git.kernel.org/netdev/net/c/4656d72c1efa
You are awesome, thank you!