kernel-tls-handshake.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH] net/handshake: a handshake can only be cancelled once
 2025-12-06 15:12 UTC  (2+ messages)

[PATCH v3] net/handshake: restore destructor on submit failure
 2025-12-04 13:52 UTC  (2+ 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  (33+ messages)
` [PATCH v5 1/6] net/handshake: Store the key serial number on completion
` [PATCH v5 2/6] net/handshake: Define handshake_sk_destruct_req
` [PATCH v5 3/6] net/handshake: Ensure the request is destructed on completion
` [PATCH v5 4/6] net/handshake: Support KeyUpdate message types
` [PATCH v5 5/6] nvme-tcp: Support KeyUpdate
` [PATCH v5 6/6] nvmet-tcp: "

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

[bug report] net/handshake: convert handshake_nl_accept_doit() to FD_PREPARE()
 2025-11-26 15:36 UTC  (3+ messages)

[PATCH net-next 0/2] tools: ynl-gen: regeneration comment + function prefix
 2025-11-26  4:00 UTC  (7+ messages)
` [PATCH net-next 1/2] tools: ynl-gen: add function prefix argument
` [PATCH net-next 2/2] tools: ynl-gen: add regeneration comment

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

[PATCH] net/handshake: Fix memory leak in tls_handshake_accept()
 2025-11-11  2:10 UTC  (5+ messages)

[PATCH v4 0/7] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-22 23:47 UTC  (26+ messages)
` [PATCH v4 1/7] net/handshake: Store the key serial number on completion
` [PATCH v4 2/7] net/handshake: Define handshake_sk_destruct_req
` [PATCH v4 3/7] net/handshake: Ensure the request is destructed on completion
` [PATCH v4 4/7] net/handshake: Support KeyUpdate message types
` [PATCH v4 5/7] nvme-tcp: Support KeyUpdate
` [PATCH v4 6/7] nvme-tcp: Allow userspace to trigger a KeyUpdate with debugfs
` [PATCH v4 7/7] nvmet-tcp: Support KeyUpdate

[ANNOUNCE] ktls 1.3.0
 2025-10-20 18:58 UTC 

[PATCH v3 0/8] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-17  1:53 UTC  (22+ messages)
` [PATCH v3 1/8] net/handshake: Store the key serial number on completion
` [PATCH v3 2/8] net/handshake: Define handshake_sk_destruct_req
` [PATCH v3 3/8] net/handshake: Ensure the request is destructed on completion
` [PATCH v3 4/8] nvmet: Expose nvmet_stop_keep_alive_timer publically
` [PATCH v3 5/8] net/handshake: Support KeyUpdate message types
` [PATCH v3 6/8] nvme-tcp: Support KeyUpdate
` [PATCH v3 7/8] nvmet-tcp: "
` [PATCH v3 8/8] nvme-tcp: Allow userspace to trigger a KeyUpdate with debugfs

gh-pages deployment now online
 2025-10-03 17:50 UTC 

[PATCH v2 0/4] tlshd: Allow the use of post-quantum cryptography
 2025-10-02 18:50 UTC  (8+ messages)
` [PATCH v2 2/4] tlshd: Fix priority string to allow PQC
    ` [PATCH] tlshd: fix priority cache initialization

[PATCH 0/8] Support KeyUpdate
 2025-10-01 23:47 UTC  (12+ messages)
` [PATCH 1/8] tlshd/ktls: Don't abort on EEXIST TLS_ULP errors
` [PATCH 2/8] tlshd/ktls: Allow specifying the sock direction to set
` [PATCH 3/8] tlshd/server: Expose tlshd_server_psk_cb
` [PATCH 4/8] tlshd/keyring: Allow session save/restore to kernel keyring
` [PATCH 5/8] tlshd/ktls: Allow restoring the TLS state from the kernel
` [PATCH 6/8] tlshd/handshake: Copy in msg control code
` [PATCH 7/8] tlshd/netlink: Support the new kernel KeyUpdate support
` [PATCH 8/8] tlshd/handshake: Support KeyUpdate


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 read-only IMAP folder(s) and NNTP newsgroup(s).