Message ID | 20220422215543.545732-1-mathew.j.martineau@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: TCP fallback for established connections | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 22 Apr 2022 14:55:35 -0700 you wrote: > RFC 8684 allows some MPTCP connections to fall back to regular TCP when > the MPTCP DSS checksum detects middlebox interference, there is only a > single subflow, and there is no unacknowledged out-of-sequence > data. When this condition is detected, the stack sends a MPTCP DSS > option with an "infinite mapping" to signal that a fallback is > happening, and the peers will stop sending MPTCP options in their TCP > headers. The Linux MPTCP stack has not yet supported this type of > fallback, instead closing the connection when the MPTCP checksum fails. > > [...] Here is the summary with links: - [net-next,1/8] mptcp: don't send RST for single subflow https://git.kernel.org/netdev/net-next/c/1761fed25678 - [net-next,2/8] mptcp: add the fallback check https://git.kernel.org/netdev/net-next/c/0348c690ed37 - [net-next,3/8] mptcp: track and update contiguous data status https://git.kernel.org/netdev/net-next/c/0530020a7c8f - [net-next,4/8] mptcp: infinite mapping sending https://git.kernel.org/netdev/net-next/c/1e39e5a32ad7 - [net-next,5/8] mptcp: infinite mapping receiving https://git.kernel.org/netdev/net-next/c/f8d4bcacff3b - [net-next,6/8] mptcp: add mib for infinite map sending https://git.kernel.org/netdev/net-next/c/104125b82e5c - [net-next,7/8] mptcp: dump infinite_map field in mptcp_dump_mpext https://git.kernel.org/netdev/net-next/c/d9fdd02d4265 - [net-next,8/8] selftests: mptcp: add infinite map mibs check https://git.kernel.org/netdev/net-next/c/8bd03be3418c You are awesome, thank you!