public inbox for kernel-tls-handshake@lists.linux.dev
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] ->read_sock with cmsg
@ 2026-02-17 22:20 Chuck Lever
  2026-02-17 22:20 ` [RFC PATCH 1/4] net: Introduce read_sock_cmsg proto_ops for control message delivery Chuck Lever
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Chuck Lever @ 2026-02-17 22:20 UTC (permalink / raw)
  To: Hannes Reinecke, Olga Kornievskaia; +Cc: kernel-tls-handshake, Chuck Lever

From: Chuck Lever <chuck.lever@oracle.com>

I'm thinking of proposing this series to netdev to address our
concerns about how in-kernel TLS consumers have to compromise
between efficiency and handling Alerts properly. Posting this series
to a narrow audience for early review.

Based on 26a4cfaff82a2dcb810f6bfd5f4842f9b6046c8a

---

Chuck Lever (4):
  net: Introduce read_sock_cmsg proto_ops for control message delivery
  tls: Implement read_sock_cmsg for kTLS software path
  sunrpc: Use read_sock_cmsg for svcsock TCP receives
  sunrpc: Remove sock_recvmsg path from svcsock TCP receives

 include/linux/net.h  |   8 +
 net/sunrpc/svcsock.c | 389 ++++++++++++++++++++-----------------------
 net/tls/tls.h        |   3 +
 net/tls/tls_main.c   |   2 +
 net/tls/tls_sw.c     |  33 +++-
 5 files changed, 223 insertions(+), 212 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-02-28 11:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-17 22:20 [RFC PATCH 0/4] ->read_sock with cmsg Chuck Lever
2026-02-17 22:20 ` [RFC PATCH 1/4] net: Introduce read_sock_cmsg proto_ops for control message delivery Chuck Lever
2026-02-18  7:29   ` Hannes Reinecke
2026-02-18 14:33     ` Chuck Lever
2026-02-18 15:52       ` Hannes Reinecke
2026-02-18 16:12         ` Chuck Lever
2026-02-19  4:06           ` Alistair Francis
2026-02-19  8:05             ` Hannes Reinecke
2026-02-19  8:10           ` Hannes Reinecke
2026-02-19 13:59             ` Chuck Lever
2026-02-28 11:09             ` Alistair Francis
2026-02-17 22:20 ` [RFC PATCH 2/4] tls: Implement read_sock_cmsg for kTLS software path Chuck Lever
2026-02-17 22:20 ` [RFC PATCH 3/4] sunrpc: Use read_sock_cmsg for svcsock TCP receives Chuck Lever
2026-02-17 22:20 ` [RFC PATCH 4/4] sunrpc: Remove sock_recvmsg path from " Chuck Lever

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox