summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-3/+1
* net/tls: Remove redundant workqueue flush before destroyTariq Toukan2022-08-011-1/+0
* net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan2022-07-281-32/+31
* net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan2022-07-281-8/+18
* tls: rx: Fix unsigned comparison with less than zeroYang Li2022-07-281-1/+2
* tls: rx: fix the false positive warningJakub Kicinski2022-07-281-1/+1
* tls: strp: rename and multithread the workqueueJakub Kicinski2022-07-281-1/+1
* tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski2022-07-281-18/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+6
|\
| * net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy2022-07-241-1/+6
* | tls: rx: do not use the standard strparserJakub Kicinski2022-07-264-67/+541
* | tls: rx: device: add input CoW helperJakub Kicinski2022-07-263-10/+21
* | tls: rx: device: keep the zero copy status with offloadJakub Kicinski2022-07-263-5/+35
* | tls: rx: don't free the output in case of zero-copyJakub Kicinski2022-07-261-13/+13
* | tls: rx: factor SW handling out of tls_rx_one_record()Jakub Kicinski2022-07-261-36/+57
* | tls: rx: wrap recv_pkt accesses in helpersJakub Kicinski2022-07-262-5/+11
* | tls: rx: release the sock lock on locking timeoutJakub Kicinski2022-07-211-4/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-3/+5
|\|
| * net/tls: Fix race in TLS device down flowTariq Toukan2022-07-181-3/+5
* | tls: rx: decrypt into a fresh skbJakub Kicinski2022-07-182-37/+72
* | tls: rx: async: don't put async zc on the listJakub Kicinski2022-07-181-21/+19
* | tls: rx: async: hold onto the input skbJakub Kicinski2022-07-184-10/+38
* | tls: rx: async: adjust record geometry immediatelyJakub Kicinski2022-07-181-39/+10
* | tls: rx: return the decrypted skb via dargJakub Kicinski2022-07-181-10/+39
* | tls: rx: read the input skb from ctx->recv_pktJakub Kicinski2022-07-183-34/+42
* | tls: rx: factor out device darg updateJakub Kicinski2022-07-181-19/+41
* | tls: rx: remove the message decrypted trackingJakub Kicinski2022-07-181-10/+0
* | tls: rx: don't keep decrypted skbs on ctx->recv_pktJakub Kicinski2022-07-181-21/+28
* | tls: rx: don't try to keep the skbs always on the listJakub Kicinski2022-07-181-11/+12
* | tls: rx: allow only one reader at a timeJakub Kicinski2022-07-181-7/+54
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-143-5/+10
|\|
| * net/tls: Check for errors in tls_device_initTariq Toukan2022-07-142-3/+8
* | tls: rx: fix the NoPad getsockoptJakub Kicinski2022-07-111-5/+4
* | tls: rx: add counter for NoPad violationsJakub Kicinski2022-07-112-0/+3
* | tls: fix spelling of MIBJakub Kicinski2022-07-112-2/+2
* | tls: rx: make tls_wait_data() return an recvmsg retcodeJakub Kicinski2022-07-081-27/+26
* | tls: create an internal headerJakub Kicinski2022-07-087-7/+337
* | tls: rx: coalesce exit paths in tls_decrypt_sg()Jakub Kicinski2022-07-081-9/+5
* | tls: rx: wrap decrypt params in a structJakub Kicinski2022-07-081-30/+30
* | tls: rx: always allocate max possible aad size for decryptJakub Kicinski2022-07-081-9/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-071-4/+4
|\|
| * Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman2022-07-061-4/+4
* | tls: rx: periodically flush socket backlogJakub Kicinski2022-07-061-0/+23
* | tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski2022-07-063-7/+90
* | tls: rx: support optimistic decrypt to user buffer with TLS 1.3Jakub Kicinski2022-07-061-9/+29
* | tls: rx: don't include tail size in data_lenJakub Kicinski2022-07-061-4/+4
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+3
|/
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-231-0/+2
* Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski2022-06-231-3/+0
* net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan2022-06-201-0/+3