From: jmaloy@redhat.com
To: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org,
davem@davemloft.net
Cc: kuba@kernel.org, passt-dev@passt.top, jmaloy@redhat.com,
sbrivio@redhat.com, lvivier@redhat.com, dgibson@redhat.com,
eric.dumazet@gmail.com, edumazet@google.com
Subject: [net-next, v3 0/2] Adding SO_PEEK_OFF for TCPv6
Date: Wed, 28 Aug 2024 14:37:50 -0400 [thread overview]
Message-ID: <20240828183752.660267-1-jmaloy@redhat.com> (raw)
From: Jon Maloy <jmaloy@redhat.com>
Adding SO_PEEK_OFF for TCPv6 and selftest for both TCPv4 and TCPv6
Jon Maloy (2):
tcp: add SO_PEEK_OFF socket option tor TCPv6
selftests: add selftest for tcp SO_PEEK_OFF support
net/ipv6/af_inet6.c | 1 +
tools/testing/selftests/net/Makefile | 1 +
tools/testing/selftests/net/tcp_so_peek_off.c | 183 ++++++++++++++++++
3 files changed, 185 insertions(+)
create mode 100644 tools/testing/selftests/net/tcp_so_peek_off.c
--
2.45.2
next reply other threads:[~2024-08-28 18:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-28 18:37 jmaloy [this message]
2024-08-28 18:37 ` [net-next, v3 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6 jmaloy
2024-08-28 23:54 ` Jason Xing
2024-08-28 18:37 ` [net-next, v3 2/2] selftests: add selftest for tcp SO_PEEK_OFF support jmaloy
2024-08-30 3:45 ` [net-next, v3 0/2] Adding SO_PEEK_OFF for TCPv6 Jakub Kicinski
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=20240828183752.660267-1-jmaloy@redhat.com \
--to=jmaloy@redhat.com \
--cc=davem@davemloft.net \
--cc=dgibson@redhat.com \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=lvivier@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=passt-dev@passt.top \
--cc=sbrivio@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 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).