summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
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-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-11net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()Yu Liao
2022-10-14tls: strp: make sure the TCP skbs do not have overlapping dataJakub Kicinski
2022-09-27net: tls: Add ARIA-GCM algorithmTaehee Yoo
2022-09-22net/tls: Support 256 bit keys with TX device offloadGal Pressman
2022-09-22net/tls: Use cipher sizes structsGal Pressman
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan
2022-08-17tls: rx: react to strparser initialization errorsJakub Kicinski
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy
2022-08-10tls: rx: device: don't try to copy too much on detachJakub Kicinski
2022-08-10tls: rx: device: bound the frag walkJakub Kicinski
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-01net/tls: Remove redundant workqueue flush before destroyTariq Toukan
2022-07-28net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan
2022-07-28net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan
2022-07-28tls: rx: Fix unsigned comparison with less than zeroYang Li
2022-07-28tls: rx: fix the false positive warningJakub Kicinski
2022-07-28tls: strp: rename and multithread the workqueueJakub Kicinski
2022-07-28tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26tls: rx: do not use the standard strparserJakub Kicinski
2022-07-26tls: rx: device: add input CoW helperJakub 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-24net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy
2022-07-21tls: rx: release the sock lock on locking timeoutJakub Kicinski
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-18net/tls: Fix race in TLS device down flowTariq Toukan
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