mbox series

[net-next,0/2] tcp: tcp_v4_err() changes

Message ID 20240417165756.2531620-1-edumazet@google.com (mailing list archive)
Headers show
Series tcp: tcp_v4_err() changes | expand

Message

Eric Dumazet April 17, 2024, 4:57 p.m. UTC
First patch fixes a bug in tcp_v4_err().

Fixing this old bug allows us to bring back a patch
that we had to revert. Hopefully linux TCP can better
meet RFC 1122 requirements.

Eric Dumazet (2):
  tcp: conditionally call ip_icmp_error() from tcp_v4_err()
  tcp: no longer abort SYN_SENT when receiving some ICMP (II)

 net/ipv4/tcp_ipv4.c | 9 ++++++++-
 net/ipv6/tcp_ipv6.c | 9 ++++++---
 2 files changed, 14 insertions(+), 4 deletions(-)