kernel-tls-handshake.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-17 15:28:15 to 2023-05-30 14:07:53 UTC [more...]

[PATCH v3 00/11] client-side RPC-with-TLS
 2023-05-30 14:07 UTC  (7+ messages)
` [PATCH v3 01/11] NFS: Improvements for fs_context-related tracepoints
` [PATCH v3 02/11] SUNRPC: Plumb an API for setting transport layer security
` [PATCH v3 03/11] SUNRPC: Trace the rpc_create_args
` [PATCH v3 04/11] SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
` [PATCH v3 05/11] SUNRPC: Ignore data_ready callbacks during TLS handshakes
` [PATCH v3 06/11] SUNRPC: Capture CMSG metadata on client-side receive

[PATCH v3 0/6] Bug fixes for net/handshake
 2023-05-25  5:20 UTC  (9+ messages)
` [PATCH v3 1/6] net/handshake: Remove unneeded check from handshake_dup()
` [PATCH v3 2/6] net/handshake: Fix handshake_dup() ref counting
` [PATCH v3 3/6] net/handshake: Fix uninitialized local variable
` [PATCH v3 4/6] net/handshake: handshake_genl_notify() shouldn't ignore @flags
` [PATCH v3 5/6] net/handshake: Unpin sock->file if a handshake is cancelled
` [PATCH v3 6/6] net/handshake: Enable the SNI extension to work properly

[PATCH v2 00/11] client-side RPC-with-TLS
 2023-05-24 19:38 UTC  (14+ messages)
` [PATCH v2 01/11] NFS: Improvements for fs_context-related tracepoints
` [PATCH v2 02/11] SUNRPC: Plumb an API for setting transport layer security
` [PATCH v2 03/11] SUNRPC: Trace the rpc_create_args
` [PATCH v2 04/11] SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
` [PATCH v2 05/11] SUNRPC: Ignore data_ready callbacks during TLS handshakes
` [PATCH v2 06/11] SUNRPC: Capture CMSG metadata on client-side receive
` [PATCH v2 07/11] SUNRPC: Add a connect worker function for TLS
` [PATCH v2 08/11] SUNRPC: Add RPC-with-TLS support to xprtsock.c
` [PATCH v2 09/11] SUNRPC: Add RPC-with-TLS tracepoints
` [PATCH v2 10/11] NFS: Have struct nfs_client carry a TLS policy field
` [PATCH v2 11/11] NFS: Add an "xprtsec=" NFS mount option

handshake_nl_done_doit oops
 2023-05-23 23:09 UTC  (2+ messages)

[PATCH RFC 00/12] client-side RPC-with-TLS
 2023-05-23  4:04 UTC  (23+ messages)
` [PATCH RFC 01/12] NFS: Improvements for fs_context-related tracepoints
` [PATCH RFC 02/12] SUNRPC: Plumb an API for setting transport layer security
` [PATCH RFC 03/12] SUNRPC: Trace the rpc_create_args
` [PATCH RFC 04/12] SUNRPC: Refactor rpc_call_null_helper()
    ` [PATCH] SUNRPC: @clnt specifies auth flavor of RPC ping
` [PATCH RFC 05/12] SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
` [PATCH RFC 06/12] SUNRPC: Ignore data_ready callbacks during TLS handshakes
` [PATCH RFC 07/12] SUNRPC: Capture CMSG metadata on client-side receive
` [PATCH RFC 08/12] SUNRPC: Add a connect worker function for TLS
` [PATCH RFC 09/12] SUNRPC: Add RPC-with-TLS support to xprtsock.c
` [PATCH RFC 10/12] SUNRPC: Add RPC-with-TLS tracepoints
` [PATCH RFC 11/12] NFS: Have struct nfs_client carry a TLS policy field
` [PATCH RFC 12/12] NFS: Add an "xprtsec=" NFS mount option

[PATCH] net/handshake: Fix sock->file allocation
 2023-05-23  2:40 UTC  (3+ messages)

[PATCH v2] net/handshake: Squelch allocation warning during Kunit test
 2023-05-23  2:40 UTC  (2+ messages)

[PATCH] net/handshake: Squelch allocation warning during Kunit test
 2023-05-19 15:42 UTC  (2+ messages)

[RFC PATCH] ktls-utils: Add minor error checking of gnutls functions
 2023-05-17 18:59 UTC  (3+ messages)

[ANNOUNCE] ktls-utils 0.9 has been released
 2023-05-17 18:52 UTC 

[PATCHv4 00/17] nvme: In-kernel TLS support for TCP
 2023-05-17  9:36 UTC  (46+ messages)
` [PATCH 01/17] nvme-keyring: register '.nvme' keyring
` [PATCH 02/17] nvme-keyring: define a 'psk' keytype
` [PATCH 03/17] nvme: add TCP TSAS definitions
` [PATCH 04/17] nvme-tcp: add definitions for TLS cipher suites
` [PATCH 05/17] nvme-keyring: implement nvme_tls_psk_default()
` [PATCH 06/17] net/tls: implement ->read_sock()
` [PATCH 07/17] net/tls: handle MSG_EOR for tls_sw TX flow
` [PATCH 08/17] nvme-tcp: fixup MSG_SENDPAGE_NOTLAST
` [PATCH 09/17] security/keys: export key_lookup()
` [PATCH 10/17] nvme/tcp: allocate socket file
` [PATCH 11/17] nvme-tcp: enable TLS handshake upcall
` [PATCH 12/17] nvme-tcp: control message handling for recvmsg()
` [PATCH 13/17] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 14/17] nvmet: make TCP sectype settable via configfs
` [PATCH 15/17] nvmet-tcp: allocate socket file
` [PATCH 16/17] nvmet-tcp: enable TLS handshake upcall
` [PATCH 17/17] nvmet-tcp: control messages for recvmsg()

[PATCH v2 0/6] Bug fixes for net/handshake
 2023-05-16 20:05 UTC  (20+ messages)
` [PATCH v2 1/6] net/handshake: Remove unneeded check from handshake_dup()
` [PATCH v2 2/6] net/handshake: Fix handshake_dup() ref counting
` [PATCH v2 3/6] net/handshake: Fix uninitialized local variable
` [PATCH v2 4/6] net/handshake: handshake_genl_notify() shouldn't ignore @flags
` [PATCH v2 5/6] net/handshake: Unpin sock->file if a handshake is cancelled
` [PATCH v2 6/6] net/handshake: Enable the SNI extension to work properly

Reminder: In-kernel TLS task force meeting
 2023-05-15 12:43 UTC 

[bug report] net/handshake: Create a NETLINK service for handling handshake requests
 2023-05-08 11:17 UTC  (4+ messages)

[PATCH 0/5] Bug fixes for net/handshake
 2023-05-08  5:51 UTC  (18+ messages)
` [PATCH 1/5] net/handshake: Remove unneeded check from handshake_dup()
` [PATCH 2/5] net/handshake: Fix handshake_dup() ref counting
` [PATCH 3/5] net/handshake: Fix uninitialized local variable
` [PATCH 4/5] net/handshake: handshake_genl_notify() shouldn't ignore @flags
` [PATCH 5/5] net/handshake: Enable the SNI extension to work properly

[PATCH v1] SUNRPC: Fix error handling in svc_setup_socket()
 2023-05-04 17:43 UTC 

[bug report] net/handshake: Create a NETLINK service for handling handshake requests
 2023-05-04 14:57 UTC 

[bug report] net/handshake: Create a NETLINK service for handling handshake requests
 2023-05-04 14:57 UTC 

[PATCH] net/handshake: Fix section mismatch in handshake_exit
 2023-04-22  3:30 UTC  (3+ messages)

Fedora packages for ktls testing available
 2023-04-21 14:29 UTC  (3+ messages)

[PATCH] net/handshake: fix section mismatch error for handshake_genl_net_ops
 2023-04-21 13:25 UTC  (2+ messages)

[PATCH v10 0/4] Another crack at a handshake upcall mechanism
 2023-04-20 18:00 UTC  (6+ messages)
` [PATCH v10 2/4] net/handshake: Create a NETLINK service for handling handshake requests

[PATCH v1 0/2] NFSD support for RPC-with-TLS
 2023-04-20 17:56 UTC  (3+ messages)
` [PATCH v1 1/2] SUNRPC: Support TLS handshake in the server-side TCP socket code
` [PATCH v1 2/2] NFSD: Handle new xprtsec= export option

Chelsio device support for TLS offload
 2023-04-18 18:41 UTC 

[PATCHv3 00/18] nvme: In-kernel TLS support for TCP
 2023-04-18 18:28 UTC  (32+ messages)
` [PATCH 07/18] net/tls: sanitize MSG_EOR handling
` [PATCH 08/18] nvme-tcp: do not set MSG_SENDPAGE_NOTLAST
` [PATCH 11/18] nvme-tcp: enable TLS handshake upcall
` [PATCH 15/18] nvmet-tcp: allocate socket file

advice on kernel configs for NFS with TLS
 2023-04-18 14:07 UTC  (8+ messages)


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 NNTP newsgroup(s).