Message ID | 20220930155934.404466-1-mathew.j.martineau@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: Fastclose edge cases and error handling | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 30 Sep 2022 08:59:30 -0700 you wrote: > MPTCP has existing code to use the MP_FASTCLOSE option header, which > works like a RST for the MPTCP-level connection (regular RSTs only > affect specific subflows in MPTCP). This series has some improvements > for fastclose. > > Patch 1 aligns fastclose socket error handling with TCP RST behavior on > TCP sockets. > > [...] Here is the summary with links: - [net-next,1/4] mptcp: propagate fastclose error https://git.kernel.org/netdev/net-next/c/69800e516e96 - [net-next,2/4] mptcp: use fastclose on more edge scenarios https://git.kernel.org/netdev/net-next/c/d21f83485518 - [net-next,3/4] selftests: mptcp: update and extend fastclose test-cases https://git.kernel.org/netdev/net-next/c/6bf41020b72b - [net-next,4/4] mptcp: update misleading comments. https://git.kernel.org/netdev/net-next/c/d89e3ed76b6e You are awesome, thank you!