Message ID | 20240407093322.3172088-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | tcp: fix ISN selection in TIMEWAIT -> SYN_RECV | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Sun, 7 Apr 2024 09:33:20 +0000 you wrote: > TCP can transform a TIMEWAIT socket into a SYN_RECV one from > a SYN packet, and the ISN of the SYNACK packet is normally > generated using TIMEWAIT tw_snd_nxt. > > This SYN packet also bypasses normal checks against listen queue > being full or not. > > [...] Here is the summary with links: - [net-next,1/2] tcp: propagate tcp_tw_isn via an extra parameter to ->route_req() https://git.kernel.org/netdev/net-next/c/b9e810405880 - [net-next,2/2] tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field https://git.kernel.org/netdev/net-next/c/41eecbd712b7 You are awesome, thank you!