netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] tcp: tcp challenge ack fixes
@ 2022-08-30 18:56 Eric Dumazet
  2022-08-30 18:56 ` [PATCH net 1/2] tcp: annotate data-race around challenge_timestamp Eric Dumazet
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eric Dumazet @ 2022-08-30 18:56 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: netdev, Neal Cardwell, Jason Baron, Eric Dumazet, Eric Dumazet

From: Eric Dumazet <edumazet@google.com>

syzbot found a typical data-race addressed in the first patch.

While we are at it, second patch makes the global rate limit
per net-ns and disabled by default.

Eric Dumazet (2):
  tcp: annotate data-race around challenge_timestamp
  tcp: make global challenge ack rate limitation per net-ns and default
    disabled

 Documentation/networking/ip-sysctl.rst |  5 ++++-
 include/net/netns/ipv4.h               |  2 ++
 net/ipv4/tcp_input.c                   | 21 +++++++++++----------
 net/ipv4/tcp_ipv4.c                    |  6 ++++--
 4 files changed, 21 insertions(+), 13 deletions(-)

-- 
2.37.2.672.g94769d06f0-goog


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

end of thread, other threads:[~2022-09-01  4:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30 18:56 [PATCH net 0/2] tcp: tcp challenge ack fixes Eric Dumazet
2022-08-30 18:56 ` [PATCH net 1/2] tcp: annotate data-race around challenge_timestamp Eric Dumazet
2022-08-31 12:55   ` Neal Cardwell
2022-08-30 18:56 ` [PATCH net 2/2] tcp: make global challenge ack rate limitation per net-ns and default disabled Eric Dumazet
2022-08-31 12:59   ` Neal Cardwell
2022-09-01  4:00 ` [PATCH net 0/2] tcp: tcp challenge ack fixes patchwork-bot+netdevbpf

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 NNTP newsgroup(s).