public inbox for kernel-tls-handshake@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2025-11-27 13:12:19 to 2026-02-28 11:09:41 UTC [more...]

[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 net-next v10 00/15] net: introduce QUIC infrastructure and core subcomponents
 2026-02-25  2:34 UTC  (16+ 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
` [PATCH net-next v10 10/15] quic: add packet number space
` [PATCH net-next v10 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v10 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v10 13/15] quic: add timer management
` [PATCH net-next v10 14/15] quic: add packet builder base
` [PATCH net-next v10 15/15] quic: add packet parser base

[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  (32+ messages)
` [PATCH net-next v6 01/16] net: define IPPROTO_QUIC and SOL_QUIC constants
` [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

[syzbot] [tls?] general protection fault in handshake_complete
 2025-12-25  0:36 UTC  (2+ messages)
` [PATCH] net/handshake: fix null-ptr-deref "

[PATCH] net/handshake: duplicate handshake cancellations leak socket
 2025-12-18 15:10 UTC  (3+ messages)

[PATCH net v2] net/handshake: Fix null-ptr-deref in handshake_complete()
 2025-12-12 16:50 UTC  (2+ messages)

[PATCH net] net/handshake: Fix null-ptr-deref in handshake_complete()
 2025-12-10 10:08 UTC  (7+ messages)

[PATCH v3] net/handshake: restore destructor on submit failure
 2025-12-10  9:20 UTC  (3+ messages)

[PATCH] net/handshake: a handshake can only be cancelled once
 2025-12-09 19:27 UTC  (3+ messages)

[PATCH v2] net/handshake: restore destructor on submit failure
 2025-12-04  8:47 UTC 

[PATCH] net/handshake: restore destructor on submit failure
 2025-12-03 14:55 UTC  (2+ messages)

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

[PATCH v5 0/6] nvme-tcp: Support receiving KeyUpdate requests
 2025-12-01 23:27 UTC  (11+ messages)
` [PATCH v5 1/6] net/handshake: Store the key serial number on completion
` [PATCH v5 4/6] net/handshake: Support KeyUpdate message types
` [PATCH v5 5/6] nvme-tcp: Support KeyUpdate

[PATCH net-next v5 00/16] net: introduce QUIC infrastructure and core subcomponents
 2025-11-28 22:21 UTC  (3+ messages)


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