Message ID | 20220426215717.129506-1-mathew.j.martineau@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: Timeout for MP_FAIL response | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 26 Apr 2022 14:57:10 -0700 you wrote: > When one peer sends an infinite mapping to coordinate fallback from > MPTCP to regular TCP, the other peer is expected to send a packet with > the MPTCP MP_FAIL option to acknowledge the infinite mapping. Rather > than leave the connection in some half-fallback state, this series adds > a timeout after which the infinite mapping sender will reset the > connection. > > [...] Here is the summary with links: - [net-next,1/7] selftests: mptcp: add infinite map testcase https://git.kernel.org/netdev/net-next/c/b6e074e171bc - [net-next,2/7] mptcp: use mptcp_stop_timer https://git.kernel.org/netdev/net-next/c/bcf3cf93f645 - [net-next,3/7] mptcp: add data lock for sk timers https://git.kernel.org/netdev/net-next/c/4293248c6704 - [net-next,4/7] mptcp: add MP_FAIL response support https://git.kernel.org/netdev/net-next/c/9c81be0dbc89 - [net-next,5/7] mptcp: reset subflow when MP_FAIL doesn't respond https://git.kernel.org/netdev/net-next/c/49fa1919d6bc - [net-next,6/7] selftests: mptcp: check MP_FAIL response mibs https://git.kernel.org/netdev/net-next/c/1f7d325f7d49 - [net-next,7/7] selftests: mptcp: print extra msg in chk_csum_nr https://git.kernel.org/netdev/net-next/c/53f368bfff31 You are awesome, thank you!