mbox series

[net-next,v3,0/2] Adding SO_PEEK_OFF for TCPv6

Message ID 20240828183752.660267-1-jmaloy@redhat.com (mailing list archive)
Headers show
Series Adding SO_PEEK_OFF for TCPv6 | expand

Message

Jon Maloy Aug. 28, 2024, 6:37 p.m. UTC
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

Comments

Jakub Kicinski Aug. 30, 2024, 3:45 a.m. UTC | #1
On Wed, 28 Aug 2024 14:37:50 -0400 jmaloy@redhat.com wrote:
> Adding SO_PEEK_OFF for TCPv6 and selftest for both TCPv4 and TCPv6

Applied, thanks.