public inbox for kernel-tls-handshake@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-05 14:08:23 to 2026-03-11 00:20:03 UTC [more...]

[PATCH v2 0/8] TLS read_sock performance scalability
 2026-03-11  0:19 UTC  (5+ messages)
` [PATCH v2 1/8] tls: Factor tls_decrypt_async_drain() from recvmsg
` [PATCH v2 2/8] tls: Factor tls_rx_decrypt_record() helper
` [PATCH v2 3/8] tls: Fix dangling skb pointer in tls_sw_read_sock()
` [PATCH v2 4/8] tls: Factor tls_strp_msg_release() from tls_strp_msg_done()

[PATCH v1 0/6] TLS read_sock performance scalability
 2026-03-10  3:14 UTC  (10+ messages)
` [PATCH v1 1/6] tls: Fix dangling skb pointer in tls_sw_read_sock()
` [PATCH v1 2/6] tls: Factor tls_strp_msg_release() from tls_strp_msg_done()
` [PATCH v1 3/6] tls: Suppress spurious saved_data_ready during read_sock
` [PATCH v1 4/6] tls: Flush backlog before tls_rx_rec_wait in read_sock
` [PATCH v1 5/6] tls: Restructure tls_sw_read_sock() into submit/deliver phases
` [PATCH v1 6/6] tls: Enable batch async decryption in read_sock

[PATCH v7 0/5] nvme-tcp: Support receiving KeyUpdate requests
 2026-03-05 11:43 UTC  (12+ messages)
` [PATCH v7 1/5] net/handshake: Store the key serial number on completion
` [PATCH v7 2/5] net/handshake: Define handshake_req_keyupdate
` [PATCH v7 3/5] net/handshake: Support KeyUpdate message types
` [PATCH v7 4/5] nvme-tcp: Support KeyUpdate
` [PATCH v7 5/5] nvmet-tcp: "

[PATCH net-next v10 00/15] net: introduce QUIC infrastructure and core subcomponents
 2026-03-05  0:14 UTC  (34+ messages)
` [PATCH net-next v10 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v10 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v10 03/15] quic: provide common utilities and data structures
` [PATCH net-next v10 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v10 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v10 06/15] quic: add stream management
` [PATCH net-next v10 07/15] quic: add connection id management
` [PATCH net-next v10 08/15] quic: add path management
` [PATCH net-next v10 09/15] quic: add congestion control
  ` [net-next,v10,09/15] "
` [PATCH net-next v10 10/15] quic: add packet number space
` [PATCH net-next v10 11/15] quic: add crypto key derivation and installation
  ` [net-next,v10,11/15] "
` [PATCH net-next v10 12/15] quic: add crypto packet encryption and decryption
  ` [net-next,v10,12/15] "
` [PATCH net-next v10 13/15] quic: add timer management
  ` [net-next,v10,13/15] "
` [PATCH net-next v10 14/15] quic: add packet builder base
  ` [net-next,v10,14/15] "
` [PATCH net-next v10 15/15] quic: add packet parser base
  ` [net-next,v10,15/15] "

[RFC PATCH 0/4] ->read_sock with cmsg
 2026-02-28 11:09 UTC  (14+ messages)
` [RFC PATCH 1/4] net: Introduce read_sock_cmsg proto_ops for control message delivery
` [RFC PATCH 2/4] tls: Implement read_sock_cmsg for kTLS software path
` [RFC PATCH 3/4] sunrpc: Use read_sock_cmsg for svcsock TCP receives
` [RFC PATCH 4/4] sunrpc: Remove sock_recvmsg path from "

[PATCH net-next v2] net/handshake: Fixed grammar mistake
 2026-02-28  3:40 UTC  (3+ messages)

[PATCH] Documentation/networking/tls-handshake.rst: Fix of minor grammar mistake
 2026-02-26 17:44 UTC  (2+ messages)

[PATCH v2] tlshd: Send fatal alert to client when there are server config issues
 2026-02-05 20:08 UTC  (2+ messages)

[PATCH net-next v9 00/15] net: introduce QUIC infrastructure and core subcomponents
 2026-02-05 19:37 UTC  (30+ messages)
` [PATCH net-next v9 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v9 02/15] net: build socket infrastructure for QUIC protocol
  ` [net-next,v9,02/15] "
` [PATCH net-next v9 03/15] quic: provide common utilities and data structures
  ` [net-next,v9,03/15] "
` [PATCH net-next v9 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v9 05/15] quic: provide quic.h header files for kernel and userspace
  ` [net-next,v9,05/15] "
` [PATCH net-next v9 06/15] quic: add stream management
  ` [net-next,v9,06/15] "
` [PATCH net-next v9 07/15] quic: add connection id management
` [PATCH net-next v9 08/15] quic: add path management
` [PATCH net-next v9 09/15] quic: add congestion control
  ` [net-next,v9,09/15] "
` [PATCH net-next v9 10/15] quic: add packet number space
` [PATCH net-next v9 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v9 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v9 13/15] quic: add timer management
` [PATCH net-next v9 14/15] quic: add packet builder base
` [PATCH net-next v9 15/15] quic: add packet parser base
  ` [net-next,v9,15/15] "

[PATCH] tlshd: Send fatal alert to client when there are server config issues
 2026-02-04 20:39 UTC  (3+ messages)

[PATCH net-next v8 00/15] net: introduce QUIC infrastructure and core subcomponents
 2026-02-02 14:40 UTC  (28+ messages)
` [PATCH net-next v8 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v8 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v8 03/15] quic: provide common utilities and data structures
` [PATCH net-next v8 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v8 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v8 06/15] quic: add stream management
` [PATCH net-next v8 07/15] quic: add connection id management
` [PATCH net-next v8 08/15] quic: add path management
` [PATCH net-next v8 09/15] quic: add congestion control
  ` [net-next,v8,09/15] "
` [PATCH net-next v8 10/15] quic: add packet number space
` [PATCH net-next v8 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v8 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v8 13/15] quic: add timer management
` [PATCH net-next v8 14/15] quic: add packet builder base
` [PATCH net-next v8 15/15] quic: add packet parser base

[PATCH net-next v7 00/16] net: introduce QUIC infrastructure and core subcomponents
 2026-01-20 21:06 UTC  (27+ messages)
` [PATCH net-next v7 01/16] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v7 02/16] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v7 03/16] quic: provide common utilities and data structures
` [PATCH net-next v7 04/16] quic: provide family ops for address and protocol
` [PATCH net-next v7 05/16] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v7 06/16] quic: add stream management
` [PATCH net-next v7 07/16] quic: add connection id management
` [PATCH net-next v7 08/16] quic: add path management
` [PATCH net-next v7 09/16] quic: add congestion control
` [PATCH net-next v7 10/16] quic: add packet number space
` [PATCH net-next v7 11/16] quic: add crypto key derivation and installation
` [PATCH net-next v7 12/16] quic: add crypto packet encryption and decryption
` [PATCH net-next v7 13/16] quic: add timer management
` [PATCH net-next v7 14/16] quic: add frame encoder and decoder base
` [PATCH net-next v7 15/16] quic: add packet builder base
` [PATCH net-next v7 16/16] quic: add packet parser base

[PATCH net-next v6 00/16] net: introduce QUIC infrastructure and core subcomponents
 2026-01-08 22:19 UTC  (31+ messages)
` [PATCH net-next v6 02/16] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v6 03/16] quic: provide common utilities and data structures
` [PATCH net-next v6 04/16] quic: provide family ops for address and protocol
` [PATCH net-next v6 05/16] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v6 06/16] quic: add stream management
` [PATCH net-next v6 07/16] quic: add connection id management
` [PATCH net-next v6 08/16] quic: add path management
` [PATCH net-next v6 09/16] quic: add congestion control
` [PATCH net-next v6 10/16] quic: add packet number space
` [PATCH net-next v6 11/16] quic: add crypto key derivation and installation
` [PATCH net-next v6 12/16] quic: add crypto packet encryption and decryption
` [PATCH net-next v6 13/16] quic: add timer management
` [PATCH net-next v6 14/16] quic: add frame encoder and decoder base
` [PATCH net-next v6 15/16] quic: add packet builder base
` [PATCH net-next v6 16/16] quic: add packet parser base


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