netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] tcp: user_mss and TCP_MAXSEG series
@ 2025-08-21 14:18 Eric Dumazet
  2025-08-21 14:19 ` [PATCH net-next 1/2] tcp: annotate data-races around tp->rx_opt.user_mss Eric Dumazet
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eric Dumazet @ 2025-08-21 14:18 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni, Neal Cardwell
  Cc: Simon Horman, Kuniyuki Iwashima, Willem de Bruijn, netdev,
	eric.dumazet, Eric Dumazet

Annotate data-races around tp->rx_opt.user_mss and make
TCP_MAXSEG lockless.

Eric Dumazet (2):
  tcp: annotate data-races around tp->rx_opt.user_mss
  tcp: lockless TCP_MAXSEG option

 .../chelsio/inline_crypto/chtls/chtls_cm.c         |  6 ++++--
 .../chelsio/inline_crypto/chtls/chtls_cm.h         |  2 +-
 net/ipv4/tcp.c                                     | 14 +++++++-------
 net/ipv4/tcp_input.c                               |  8 ++++----
 net/ipv4/tcp_output.c                              |  6 ++++--
 5 files changed, 20 insertions(+), 16 deletions(-)

-- 
2.51.0.rc1.193.gad69d77794-goog


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

end of thread, other threads:[~2025-08-22 23:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 14:18 [PATCH net-next 0/2] tcp: user_mss and TCP_MAXSEG series Eric Dumazet
2025-08-21 14:19 ` [PATCH net-next 1/2] tcp: annotate data-races around tp->rx_opt.user_mss Eric Dumazet
2025-08-21 14:28   ` Neal Cardwell
2025-08-21 14:19 ` [PATCH net-next 2/2] tcp: lockless TCP_MAXSEG option Eric Dumazet
2025-08-21 14:28   ` Neal Cardwell
2025-08-22 23:40 ` [PATCH net-next 0/2] tcp: user_mss and TCP_MAXSEG series 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).