summaryrefslogtreecommitdiff
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-101-1/+2
* net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski2023-03-061-0/+2
* net: tls: avoid hanging tasks on the tx_lockJakub Kicinski2023-03-011-7/+19
* net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua2023-03-011-18/+5
* tls: rx: fix return value for async cryptoJakub Kicinski2023-02-281-1/+1
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-1/+1
| |\
| * | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
* | | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-212-13/+31
|\ \ \ | |_|/ |/| |
| * | tls: Pass rec instead of aead_req into tls_encrypt_doneHerbert Xu2023-02-131-4/+2
| * | tls: Remove completion function scaffoldingHerbert Xu2023-02-131-4/+4
| * | tls: Only use data field in crypto completion functionHerbert Xu2023-02-132-11/+31
| |/
* | net/tls: tls_is_tx_ready() checked list_entryPietro Borrello2023-01-301-1/+1
|/
* 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