summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c
Commit message (Expand)AuthorAgeFilesLines
* net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian2023-09-121-2/+2
* tls: get cipher_name from cipher_desc in tls_set_sw_offloadSabrina Dubroca2023-08-271-25/+4
* tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offloadSabrina Dubroca2023-08-271-76/+13
* tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offloadSabrina Dubroca2023-08-271-63/+16
* net/tls: avoid TCP window full during ->read_sock()Hannes Reinecke2023-08-081-8/+5
* net/tls: implement ->read_sock()Hannes Reinecke2023-07-271-0/+99
* net/tls: split tls_rx_reader_lockHannes Reinecke2023-07-271-16/+22
* net/tls: handle MSG_EOR for tls_sw TX flowHannes Reinecke2023-07-271-1/+4
* net: Kill MSG_SENDPAGE_NOTLASTDavid Howells2023-06-241-1/+1
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-35/+0
* tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-081-138/+35
* tls/sw: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-0/+41
* tls/sw: Use splice_eof() to flushDavid Howells2023-06-081-0/+74
* tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells2023-06-081-1/+1
* tls: improve lockless access safety of tls_err_abort()Jakub Kicinski2023-05-261-1/+3
* tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski2023-05-191-0/+4
* net: tls: avoid hanging tasks on the tx_lockJakub Kicinski2023-03-011-7/+19
* tls: rx: fix return value for async cryptoJakub Kicinski2023-02-281-1/+1
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-1/+1
| |\
| * | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
* | | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-211-13/+29
|\ \ \ | |_|/ |/| |
| * | tls: Pass rec instead of aead_req into tls_encrypt_doneHerbert Xu2023-02-131-4/+2
| * | 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