Hello:
This series was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Sat, 16 Sep 2023 12:52:44 +0200 you wrote:
Daire reported a few issues with MPTCP where some connections were stalled in different states. Paolo did a great job fixing them.
Patch 1 fixes bogus receive window shrinkage with multiple subflows. Due to a race condition and unlucky circumstances, that may lead to TCP-level window shrinkage, and the connection being stalled on the sender end.
[...]
Here is the summary with links: - [net,1/5] mptcp: fix bogus receive window shrinkage with multiple subflows https://git.kernel.org/netdev/net/c/6bec041147a2 - [net,2/5] mptcp: move __mptcp_error_report in protocol.c https://git.kernel.org/netdev/net/c/d5fbeff1ab81 - [net,3/5] mptcp: process pending subflow error on close https://git.kernel.org/netdev/net/c/9f1a98813b4b - [net,4/5] mptcp: rename timer related helper to less confusing names https://git.kernel.org/netdev/net/c/f6909dc1c1f4 - [net,5/5] mptcp: fix dangling connection hang-up https://git.kernel.org/netdev/net/c/27e5ccc2d5a5
You are awesome, thank you!