summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | tls: Remove completion function scaffoldingHerbert Xu2023-02-131-4/+4
| * | tls: Only use data field in crypto completion functionHerbert Xu2023-02-131-11/+29
| |/
* / net/tls: tls_is_tx_ready() checked list_entryPietro Borrello2023-01-301-1/+1
|/
* bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-011-2/+4
* net: tls: Add ARIA-GCM algorithmTaehee Yoo2022-09-271-0/+34
* tls: rx: react to strparser initialization errorsJakub Kicinski2022-08-171-1/+3
* iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-3/+1
* tls: rx: fix the false positive warningJakub Kicinski2022-07-281-1/+1
* tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski2022-07-281-18/+19
* tls: rx: do not use the standard strparserJakub Kicinski2022-07-261-45/+35
* tls: rx: device: keep the zero copy status with offloadJakub Kicinski2022-07-261-5/+25
* 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-261-5/+6
* tls: rx: release the sock lock on locking timeoutJakub Kicinski2022-07-211-4/+13
* tls: rx: decrypt into a fresh skbJakub Kicinski2022-07-181-37/+69
* 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-181-9/+17
* 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-181-19/+18
* 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
* tls: rx: add counter for NoPad violationsJakub Kicinski2022-07-111-0/+2
* tls: fix spelling of MIBJakub Kicinski2022-07-111-1/+1
* tls: rx: make tls_wait_data() return an recvmsg retcodeJakub Kicinski2022-07-081-27/+26
* tls: create an internal headerJakub Kicinski2022-07-081-4/+18
* 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-061-7/+14
* | 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: tls: fix messing up lists when bpf enabledJakub Kicinski2022-05-191-1/+3
* net: tls: fix async vs NIC crypto offloadJakub Kicinski2022-04-261-0/+2
* net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-2/+0
* tls: rx: only copy IV from the packet for TLS 1.2Jakub Kicinski2022-04-131-10/+10
* tls: rx: use MAX_IV_SIZE for allocationsJakub Kicinski2022-04-131-1/+1
* tls: rx: use async as an in-out argumentJakub Kicinski2022-04-131-15/+16
* tls: rx: return the already-copied data on crypto errorJakub Kicinski2022-04-131-6/+10
* tls: rx: treat process_rx_list() errors as transientJakub Kicinski2022-04-131-12/+8
* tls: rx: assume crypto always calls our callbackJakub Kicinski2022-04-131-3/+0
* tls: rx: don't handle TLS 1.3 in the async crypto callbackJakub Kicinski2022-04-131-10/+5
* tls: rx: move counting TlsDecryptErrors for syncJakub Kicinski2022-04-131-2/+2