Hello:
This series was applied to netdev/net-next.git (master) by Paolo Abeni pabeni@redhat.com:
On Wed, 25 Jan 2023 11:47:20 +0100 you wrote:
Before these patches, the in-kernel Path-Manager would not allow, for the same MPTCP connection, having a mix of subflows in v4 and v6.
MPTCP's RFC 8684 doesn't forbid that and it is even recommended to do so as the path in v4 and v6 are likely different. Some networks are also v4 or v6 only, we cannot assume they all have both v4 and v6 support.
[...]
Here is the summary with links: - [net-next,1/8] mptcp: let the in-kernel PM use mixed IPv4 and IPv6 addresses https://git.kernel.org/netdev/net-next/c/b9d69db87fb7 - [net-next,2/8] mptcp: propagate sk_ipv6only to subflows https://git.kernel.org/netdev/net-next/c/7e9740e0e84e - [net-next,3/8] selftests: mptcp: add test-cases for mixed v4/v6 subflows https://git.kernel.org/netdev/net-next/c/ad3493746ebe - [net-next,4/8] mptcp: userspace pm: use a single point of exit https://git.kernel.org/netdev/net-next/c/40c71f763f87 - [net-next,5/8] selftests: mptcp: userspace: print titles https://git.kernel.org/netdev/net-next/c/f790ae03db33 - [net-next,6/8] selftests: mptcp: userspace: refactor asserts https://git.kernel.org/netdev/net-next/c/1c0b0ee2640b - [net-next,7/8] selftests: mptcp: userspace: print error details if any https://git.kernel.org/netdev/net-next/c/10d4273411be - [net-next,8/8] selftests: mptcp: userspace: avoid read errors https://git.kernel.org/netdev/net-next/c/8dbdf24f4e9e
You are awesome, thank you!