public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/4] tcp: Fix bad switch to CLOSE-WAIT state and surrounding issues
@ 2025-10-02  0:06 Stefano Brivio
  2025-10-02  0:06 ` [PATCH 1/4] tcp: Fix ACK sequence on FIN to tap Stefano Brivio
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Stefano Brivio @ 2025-10-02  0:06 UTC (permalink / raw)
  To: passt-dev

The most important fix here is 3/4, the other ones are either fixes
for issues that weren't actually observed in practice, but I mistook
them as the case fixed by 3/4, or for minor details.

Stefano Brivio (4):
  tcp: Fix ACK sequence on FIN to tap
  tcp: Completely ignore data segment in CLOSE-WAIT state, log a message
  tcp: Don't consider FIN flags with mismatching sequence
  tcp: On partial send (incomplete sendmsg()), request a retransmission
    right away

 tcp.c     | 12 +++++++++---
 tcp_buf.c | 14 +++++++++++++-
 tcp_vu.c  |  7 ++++++-
 3 files changed, 28 insertions(+), 5 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-10-06 23:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-02  0:06 [PATCH 0/4] tcp: Fix bad switch to CLOSE-WAIT state and surrounding issues Stefano Brivio
2025-10-02  0:06 ` [PATCH 1/4] tcp: Fix ACK sequence on FIN to tap Stefano Brivio
2025-10-02  2:41   ` David Gibson
2025-10-02 11:58     ` Stefano Brivio
2025-10-03  3:19       ` David Gibson
2025-10-06 22:32         ` Stefano Brivio
2025-10-06 23:31           ` David Gibson
2025-10-02  0:06 ` [PATCH 2/4] tcp: Completely ignore data segment in CLOSE-WAIT state, log a message Stefano Brivio
2025-10-02  2:44   ` David Gibson
2025-10-02  0:06 ` [PATCH 3/4] tcp: Don't consider FIN flags with mismatching sequence Stefano Brivio
2025-10-02  2:52   ` David Gibson
2025-10-02  3:02     ` David Gibson
2025-10-02 11:51       ` Stefano Brivio
2025-10-03  3:43         ` David Gibson
2025-10-06 22:32           ` Stefano Brivio
2025-10-06 23:34             ` David Gibson
2025-10-02  0:06 ` [PATCH 4/4] tcp: On partial send (incomplete sendmsg()), request a retransmission right away Stefano Brivio
2025-10-02  3:00   ` David Gibson

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).