From: Jason Xing <kerneljasonxing@gmail.com>
To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, dsahern@kernel.org, horms@kernel.org,
kuniyu@amazon.com, ncardwell@google.com
Cc: netdev@vger.kernel.org, Jason Xing <kerneljasonxing@gmail.com>
Subject: [PATCH net-next v3 0/2] support TCP_RTO_MIN_US and TCP_DELACK_MAX_US for set/getsockopt
Date: Sun, 16 Mar 2025 10:27:04 +0800 [thread overview]
Message-ID: <20250316022706.91570-1-kerneljasonxing@gmail.com> (raw)
Add set/getsockopt supports for TCP_RTO_MIN_US and TCP_DELACK_MAX_US.
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 | 32 ++++++++++++++++++++++++--
net/ipv4/tcp_output.c | 2 +-
5 files changed, 36 insertions(+), 6 deletions(-)
--
2.43.5
next reply other threads:[~2025-03-16 2:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-16 2:27 Jason Xing [this message]
2025-03-16 2:27 ` [PATCH net-next v3 1/2] tcp: support TCP_RTO_MIN_US for set/getsockopt use Jason Xing
2025-03-17 8:19 ` Eric Dumazet
2025-03-17 12:04 ` Jason Xing
2025-03-16 2:27 ` [PATCH net-next v3 2/2] tcp: support TCP_DELACK_MAX_US " Jason Xing
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250316022706.91570-1-kerneljasonxing@gmail.com \
--to=kerneljasonxing@gmail.com \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=kuniyu@amazon.com \
--cc=ncardwell@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.