netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/2] support TCP_RTO_MIN_US and TCP_DELACK_MAX_US for set/getsockopt
@ 2025-03-17 12:03 Jason Xing
  2025-03-17 12:03 ` [PATCH net-next v4 1/2] tcp: support TCP_RTO_MIN_US for set/getsockopt use Jason Xing
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jason Xing @ 2025-03-17 12:03 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, horms, ncardwell, kuniyu, dsahern
  Cc: netdev, Jason Xing

Add set/getsockopt supports for TCP_RTO_MIN_US and TCP_DELACK_MAX_US.

v4
1. add more detailed information into commit log (Eric)
2. use val directly in do_tcp_getsockopt (Eric)

Jason Xing (2):
  tcp: support TCP_RTO_MIN_US for set/getsockopt use
  tcp: support TCP_DELACK_MAX_US for set/getsockopt use

 Documentation/networking/ip-sysctl.rst |  4 ++--
 include/net/tcp.h                      |  2 +-
 include/uapi/linux/tcp.h               |  2 ++
 net/ipv4/tcp.c                         | 26 ++++++++++++++++++++++++--
 net/ipv4/tcp_output.c                  |  2 +-
 5 files changed, 30 insertions(+), 6 deletions(-)

-- 
2.43.5


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

end of thread, other threads:[~2025-03-26 11:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17 12:03 [PATCH net-next v4 0/2] support TCP_RTO_MIN_US and TCP_DELACK_MAX_US for set/getsockopt Jason Xing
2025-03-17 12:03 ` [PATCH net-next v4 1/2] tcp: support TCP_RTO_MIN_US for set/getsockopt use Jason Xing
2025-03-25 11:09   ` Eric Dumazet
2025-03-17 12:03 ` [PATCH net-next v4 2/2] tcp: support TCP_DELACK_MAX_US " Jason Xing
2025-03-25 11:13   ` Eric Dumazet
2025-03-26 11:54     ` Jason Xing
2025-03-24 16:35 ` [PATCH net-next v4 0/2] support TCP_RTO_MIN_US and TCP_DELACK_MAX_US for set/getsockopt Jason Xing
2025-03-24 16:57   ` Jason Xing
2025-03-25 11:40 ` 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).