All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] tcp: a couple of fixes
@ 2025-07-18 17:25 Paolo Abeni
  2025-07-18 17:25 ` [PATCH net-next 1/2] tcp: do not set a zero size receive buffer Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Paolo Abeni @ 2025-07-18 17:25 UTC (permalink / raw)
  To: netdev
  Cc: Eric Dumazet, Neal Cardwell, Kuniyuki Iwashima, David S. Miller,
	David Ahern, Jakub Kicinski, Simon Horman, Matthieu Baerts

This series includes a couple of follow-up for the recent tcp receiver
changes, addressing issues outlined by the nipa CI and the mptcp
self-tests.

Note that despite the affected self-tests where MPTCP ones, the issues
are really in the TCP code, see patch 1 for the details.

Paolo Abeni (2):
  tcp: do not set a zero size receive buffer
  tcp: do not increment BeyondWindow MIB for old seq

 net/ipv4/tcp_input.c | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

-- 
2.50.0


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

end of thread, other threads:[~2025-07-21 16:50 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-18 17:25 [PATCH net-next 0/2] tcp: a couple of fixes Paolo Abeni
2025-07-18 17:25 ` [PATCH net-next 1/2] tcp: do not set a zero size receive buffer Paolo Abeni
2025-07-18 22:15   ` Matthieu Baerts
2025-07-21  8:04   ` Eric Dumazet
2025-07-21 10:50     ` Paolo Abeni
2025-07-21 12:30       ` Eric Dumazet
2025-07-21 12:41         ` Eric Dumazet
2025-07-21 13:32         ` Paolo Abeni
2025-07-21 13:52           ` Eric Dumazet
2025-07-21 14:56             ` Paolo Abeni
2025-07-21 15:21               ` Eric Dumazet
2025-07-21 16:17                 ` Paolo Abeni
2025-07-21 15:27               ` Jakub Kicinski
2025-07-21 15:30                 ` Jakub Kicinski
2025-07-21 16:50                 ` Eric Dumazet
2025-07-18 17:25 ` [PATCH net-next 2/2] tcp: do not increment BeyondWindow MIB for old seq Paolo Abeni
2025-07-18 22:16   ` Matthieu Baerts
2025-07-21  8:28   ` Eric Dumazet
2025-07-21  9:13 ` [PATCH net-next 0/2] tcp: a couple of fixes Matthieu Baerts
2025-07-21 16:47   ` Paolo Abeni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.