projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c6e9dba
0a8de36
)
Merge branch 'tcp-change-reaction-to-ICMP'
author
David S. Miller
<davem@davemloft.net>
Thu, 16 Nov 2023 23:35:12 +0000
(23:35 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 16 Nov 2023 23:35:12 +0000
(23:35 +0000)
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>
Trivial merge