summaryrefslogtreecommitdiffstats
path: root/net/tls/tls.h
Commit message (Expand)AuthorAgeFilesLines
* tls: extend tls_cipher_desc to fully describe the ciphersSabrina Dubroca2023-08-271-0/+32
* tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca2023-08-271-4/+4
* tls: reduce size of tls_cipher_size_descSabrina Dubroca2023-08-271-1/+12
* tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca2023-08-271-0/+10
* net/tls: Remove unused function declarationsYue Haibing2023-08-071-4/+0
* Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski2023-07-281-0/+1
|\
| * net/tls: Move TLS protocol elements to a separate headerChuck Lever2023-07-281-0/+1
* | net/tls: implement ->read_sock()Hannes Reinecke2023-07-271-0/+2
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-6/+0
* tls/device: Use splice_eof() to flushDavid Howells2023-06-081-0/+1
* tls/sw: Use splice_eof() to flushDavid Howells2023-06-081-0/+1
* tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski2023-05-191-0/+5
* tls: Only use data field in crypto completion functionHerbert Xu2023-02-131-0/+2
* tls: rx: do not use the standard strparserJakub Kicinski2022-07-261-4/+20
* tls: rx: device: add input CoW helperJakub Kicinski2022-07-261-0/+1
* tls: rx: device: keep the zero copy status with offloadJakub Kicinski2022-07-261-0/+1
* tls: rx: wrap recv_pkt accesses in helpersJakub Kicinski2022-07-261-0/+5
* tls: rx: decrypt into a fresh skbJakub Kicinski2022-07-181-0/+3
* tls: rx: async: hold onto the input skbJakub Kicinski2022-07-181-0/+3
* tls: rx: read the input skb from ctx->recv_pktJakub Kicinski2022-07-181-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-2/+2
* tls: create an internal headerJakub Kicinski2022-07-081-0/+290