summaryrefslogtreecommitdiff
path: root/net/tls/tls.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-25tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca1-1/+1
2023-10-23tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca1-2/+1
2023-10-13tls: remove tls_context argument from tls_set_device_offloadSabrina Dubroca1-2/+2
2023-10-13tls: remove tls_context argument from tls_set_sw_offloadSabrina Dubroca1-1/+1
2023-10-13tls: also use init_prot_info in tls_set_device_offloadSabrina Dubroca1-0/+4
2023-10-13tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca1-1/+1
2023-08-28tls: extend tls_cipher_desc to fully describe the ciphersSabrina Dubroca1-0/+32
2023-08-28tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca1-4/+4
2023-08-28tls: reduce size of tls_cipher_size_descSabrina Dubroca1-1/+12
2023-08-28tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca1-0/+10
2023-08-07net/tls: Remove unused function declarationsYue Haibing1-4/+0
2023-07-29Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski1-0/+1
2023-07-29net/tls: Move TLS protocol elements to a separate headerChuck Lever1-0/+1
2023-07-28net/tls: implement ->read_sock()Hannes Reinecke1-0/+2
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-6/+0
2023-06-09tls/device: Use splice_eof() to flushDavid Howells1-0/+1
2023-06-09tls/sw: Use splice_eof() to flushDavid Howells1-0/+1
2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski1-0/+5
2023-02-13tls: Only use data field in crypto completion functionHerbert Xu1-0/+2
2022-07-27tls: rx: do not use the standard strparserJakub Kicinski1-4/+20
2022-07-27tls: rx: device: add input CoW helperJakub Kicinski1-0/+1
2022-07-27tls: rx: device: keep the zero copy status with offloadJakub Kicinski1-0/+1
2022-07-27tls: rx: wrap recv_pkt accesses in helpersJakub Kicinski1-0/+5
2022-07-18tls: rx: decrypt into a fresh skbJakub Kicinski1-0/+3
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski1-0/+3
2022-07-18tls: rx: read the input skb from ctx->recv_pktJakub Kicinski1-6/+8
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-07-09tls: create an internal headerJakub Kicinski1-0/+290