summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
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
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-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan
2022-07-11tls: rx: fix the NoPad getsockoptJakub 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