Message ID | 20240710171246.87533-1-kuniyu@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | tcp: Make simultaneous connect() RFC-compliant. | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 10 Jul 2024 10:12:44 -0700 you wrote: > Patch 1 fixes an issue that BPF TCP option parser is triggered for ACK > instead of SYN+ACK in the case of simultaneous connect(). > > Patch 2 removes an wrong assumption in tcp_ao/self-connnect tests. > > v3: > * Use (sk->sk_state == TCP_SYN_RECV && sk->sk_socket) to detect cross SYN case > > [...] Here is the summary with links: - [v3,net-next,1/2] tcp: Don't drop SYN+ACK for simultaneous connect(). https://git.kernel.org/netdev/net-next/c/23e89e8ee7be - [v3,net-next,2/2] selftests: tcp: Remove broken SNMP assumptions for TCP AO self-connect tests. https://git.kernel.org/netdev/net-next/c/b3bb4d23a41b You are awesome, thank you!