Merge branch 'tcp-change-reaction-to-ICMP'
authorDavid S. Miller <davem@davemloft.net>
Thu, 16 Nov 2023 23:35:12 +0000 (23:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Nov 2023 23:35:12 +0000 (23:35 +0000)
commit9a1f02f3ef96bd83162e94e4ee34a4f8240256ba
treec173673d5fb2dc3dd62efba9e2cc6d4fc5b015a9
parentc6e9dba3be5ef3b701b29b143609561915e5d0e9
parent0a8de364ff7a14558e9676f424283148110384d6
Merge branch 'tcp-change-reaction-to-ICMP'

Eric Dumazet says:

====================
tcp: change reaction to ICMP messages

ICMP[v6] messages received for a socket in TCP_SYN_SENT currently abort
the connection attempt, in violation of standards.

This series changes our stack to adhere to RFC 6069 and RFC 1122
(4.2.3.9)

====================

Signed-off-by: David S. Miller <davem@davemloft.net>