summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-2/+4
|\
| * bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-011-2/+4
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
|/
* net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()Yu Liao2022-11-111-2/+3
* tls: strp: make sure the TCP skbs do not have overlapping dataJakub Kicinski2022-10-141-4/+28
* net: tls: Add ARIA-GCM algorithmTaehee Yoo2022-09-272-0/+96
* net/tls: Support 256 bit keys with TX device offloadGal Pressman2022-09-222-0/+13
* net/tls: Use cipher sizes structsGal Pressman2022-09-222-51/+76
* net/tls: Describe ciphers sizes by const structsTariq Toukan2022-09-221-0/+17
* tls: rx: react to strparser initialization errorsJakub Kicinski2022-08-171-1/+3
* Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-113-12/+39
|\
| * net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-102-10/+31
| * tls: rx: device: don't try to copy too much on detachJakub Kicinski2022-08-101-1/+1
| * tls: rx: device: bound the frag walkJakub Kicinski2022-08-101-1/+7
* | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-3/+1
|/
* net/tls: Remove redundant workqueue flush before destroyTariq Toukan2022-08-011-1/+0
* net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan2022-07-281-32/+31
* net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan2022-07-281-8/+18
* tls: rx: Fix unsigned comparison with less than zeroYang Li2022-07-281-1/+2
* tls: rx: fix the false positive warningJakub Kicinski2022-07-281-1/+1
* tls: strp: rename and multithread the workqueueJakub Kicinski2022-07-281-1/+1
* tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski2022-07-281-18/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+6
|\
| * net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy2022-07-241-1/+6
* | tls: rx: do not use the standard strparserJakub Kicinski2022-07-264-67/+541
* | tls: rx: device: add input CoW helperJakub Kicinski2022-07-263-10/+21
* | tls: rx: device: keep the zero copy status with offloadJakub Kicinski2022-07-263-5/+35
* | 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-262-5/+11
* | tls: rx: release the sock lock on locking timeoutJakub Kicinski2022-07-211-4/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-3/+5
|\|
| * net/tls: Fix race in TLS device down flowTariq Toukan2022-07-181-3/+5
* | tls: rx: decrypt into a fresh skbJakub Kicinski2022-07-182-37/+72
* | 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-184-10/+38
* | 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-183-34/+42
* | 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-143-5/+10
|\|
| * net/tls: Check for errors in tls_device_initTariq Toukan2022-07-142-3/+8
* | tls: rx: fix the NoPad getsockoptJakub Kicinski2022-07-111-5/+4
* | tls: rx: add counter for NoPad violationsJakub Kicinski2022-07-112-0/+3
* | tls: fix spelling of MIBJakub Kicinski2022-07-112-2/+2
* | tls: rx: make tls_wait_data() return an recvmsg retcodeJakub Kicinski2022-07-081-27/+26