netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next, v3 0/2] Adding SO_PEEK_OFF for TCPv6
@ 2024-08-28 18:37 jmaloy
  2024-08-28 18:37 ` [net-next, v3 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6 jmaloy
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: jmaloy @ 2024-08-28 18:37 UTC (permalink / raw)
  To: netdev, linux-kselftest, davem
  Cc: kuba, passt-dev, jmaloy, sbrivio, lvivier, dgibson, eric.dumazet,
	edumazet

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


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

end of thread, other threads:[~2024-08-30  3:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28 18:37 [net-next, v3 0/2] Adding SO_PEEK_OFF for TCPv6 jmaloy
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

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).