summaryrefslogtreecommitdiffstats
path: root/net/tls
AgeCommit message (Expand)AuthorLines
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+3
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-13/+31
2023-02-13tls: Pass rec instead of aead_req into tls_encrypt_doneHerbert Xu-4/+2
2023-02-13tls: Remove completion function scaffoldingHerbert Xu-4/+4
2023-02-13tls: Only use data field in crypto completion functionHerbert Xu-11/+31
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-01-30net/tls: tls_is_tx_ready() checked list_entryPietro Borrello-1/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye-0/+3
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+4
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang-2/+4
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-2/+2
2022-11-11net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()Yu Liao-2/+3
2022-10-14tls: strp: make sure the TCP skbs do not have overlapping dataJakub Kicinski-4/+28
2022-09-27net: tls: Add ARIA-GCM algorithmTaehee Yoo-0/+96
2022-09-22net/tls: Support 256 bit keys with TX device offloadGal Pressman-0/+13
2022-09-22net/tls: Use cipher sizes structsGal Pressman-51/+76
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan-0/+17
2022-08-17tls: rx: react to strparser initialization errorsJakub Kicinski-1/+3
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-12/+39
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy-10/+31
2022-08-10tls: rx: device: don't try to copy too much on detachJakub Kicinski-1/+1
2022-08-10tls: rx: device: bound the frag walkJakub Kicinski-1/+7
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro-3/+1
2022-08-01net/tls: Remove redundant workqueue flush before destroyTariq Toukan-1/+0
2022-07-28net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan-32/+31
2022-07-28net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan-8/+18
2022-07-28tls: rx: Fix unsigned comparison with less than zeroYang Li-1/+2
2022-07-28tls: rx: fix the false positive warningJakub Kicinski-1/+1
2022-07-28tls: strp: rename and multithread the workqueueJakub Kicinski-1/+1
2022-07-28tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski-18/+19
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+6
2022-07-26tls: rx: do not use the standard strparserJakub Kicinski-67/+541
2022-07-26tls: rx: device: add input CoW helperJakub Kicinski-10/+21
2022-07-26tls: rx: device: keep the zero copy status with offloadJakub Kicinski-5/+35
2022-07-26tls: rx: don't free the output in case of zero-copyJakub Kicinski-13/+13
2022-07-26tls: rx: factor SW handling out of tls_rx_one_record()Jakub Kicinski-36/+57
2022-07-26tls: rx: wrap recv_pkt accesses in helpersJakub Kicinski-5/+11
2022-07-24net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy-1/+6
2022-07-21tls: rx: release the sock lock on locking timeoutJakub Kicinski-4/+13
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+5
2022-07-18net/tls: Fix race in TLS device down flowTariq Toukan-3/+5
2022-07-18tls: rx: decrypt into a fresh skbJakub Kicinski-37/+72
2022-07-18tls: rx: async: don't put async zc on the listJakub Kicinski-21/+19
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski-10/+38
2022-07-18tls: rx: async: adjust record geometry immediatelyJakub Kicinski-39/+10
2022-07-18tls: rx: return the decrypted skb via dargJakub Kicinski-10/+39
2022-07-18tls: rx: read the input skb from ctx->recv_pktJakub Kicinski-34/+42
2022-07-18tls: rx: factor out device darg updateJakub Kicinski-19/+41
2022-07-18tls: rx: remove the message decrypted trackingJakub Kicinski-10/+0
2022-07-18tls: rx: don't keep decrypted skbs on ctx->recv_pktJakub Kicinski-21/+28