aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c
AgeCommit message (Expand)Author
2023-09-19net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian
2023-06-24net: Kill MSG_SENDPAGE_NOTLASTDavid Howells
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-08tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-06-08tls/sw: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08tls/sw: Use splice_eof() to flushDavid Howells
2023-06-08tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells
2023-05-26tls: improve lockless access safety of tls_err_abort()Jakub Kicinski
2023-05-19tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski
2023-03-01net: tls: avoid hanging tasks on the tx_lockJakub Kicinski
2023-02-28tls: rx: fix return value for async cryptoJakub Kicinski
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-13tls: Pass rec instead of aead_req into tls_encrypt_doneHerbert Xu
2023-02-13tls: Remove completion function scaffoldingHerbert Xu
2023-02-13tls: Only use data field in crypto completion functionHerbert Xu
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-30net/tls: tls_is_tx_ready() checked list_entryPietro Borrello
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-09-27net: tls: Add ARIA-GCM algorithmTaehee Yoo
2022-08-17tls: rx: react to strparser initialization errorsJakub Kicinski
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-07-28tls: rx: fix the false positive warningJakub Kicinski
2022-07-28tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski
2022-07-26tls: rx: do not use the standard strparserJakub Kicinski
2022-07-26tls: rx: device: keep the zero copy status with offloadJakub Kicinski
2022-07-26tls: rx: don't free the output in case of zero-copyJakub Kicinski
2022-07-26tls: rx: factor SW handling out of tls_rx_one_record()Jakub Kicinski
2022-07-26tls: rx: wrap recv_pkt accesses in helpersJakub Kicinski
2022-07-21tls: rx: release the sock lock on locking timeoutJakub Kicinski
2022-07-18tls: rx: decrypt into a fresh skbJakub Kicinski
2022-07-18tls: rx: async: don't put async zc on the listJakub Kicinski
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski
2022-07-18tls: rx: async: adjust record geometry immediatelyJakub Kicinski
2022-07-18tls: rx: return the decrypted skb via dargJakub Kicinski
2022-07-18tls: rx: read the input skb from ctx->recv_pktJakub Kicinski
2022-07-18tls: rx: factor out device darg updateJakub Kicinski
2022-07-18tls: rx: remove the message decrypted trackingJakub Kicinski
2022-07-18tls: rx: don't keep decrypted skbs on ctx->recv_pktJakub Kicinski
2022-07-18tls: rx: don't try to keep the skbs always on the listJakub Kicinski
2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski
2022-07-11tls: rx: add counter for NoPad violationsJakub Kicinski
2022-07-11tls: fix spelling of MIBJakub Kicinski
2022-07-08tls: rx: make tls_wait_data() return an recvmsg retcodeJakub Kicinski
2022-07-08tls: create an internal headerJakub Kicinski
2022-07-08tls: rx: coalesce exit paths in tls_decrypt_sg()Jakub Kicinski
2022-07-08tls: rx: wrap decrypt params in a structJakub Kicinski
2022-07-08tls: rx: always allocate max possible aad size for decryptJakub Kicinski
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski