summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2024-03-06tls: fix peeking with sync+async decryptionSabrina Dubroca
2024-03-06tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca
2024-03-01tls: don't skip over different type records from the rx_listSabrina Dubroca
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-03-01tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-02-23tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn
2024-02-23net: tls: fix returned read length with async decryptJakub Kicinski
2024-02-23net: tls: fix use-after-free with partial reads and async decryptSabrina Dubroca
2024-02-23tls: fix race between async notify and socket closeJakub Kicinski
2024-02-23net: tls: factor out tls_*crypt_async_wait()Jakub Kicinski
2024-02-23tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca
2024-02-23tls/sw: Use splice_eof() to flushDavid Howells
2023-12-20net: tls, update curr on splice as wellJohn Fastabend
2023-11-20tls: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-11-20tls: Only use data field in crypto completion functionHerbert Xu
2023-10-25tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-25net/tls: split tls_rx_reader_lockHannes Reinecke
2023-09-19net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian
2023-08-16net: tls: avoid discarding data on record closeJakub Kicinski
2023-06-09tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski
2023-06-09tls: improve lockless access safety of tls_err_abort()Jakub Kicinski
2023-06-05tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski
2023-06-05tls: rx: strp: factor out copying skb dataJakub Kicinski
2023-06-05tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski
2023-06-05tls: rx: strp: fix determining record length in copy modeJakub Kicinski
2023-06-05tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski
2023-06-05tls: rx: device: fix checking decryption statusJakub Kicinski
2023-05-24net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-03-17net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski
2023-03-17net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua
2023-03-17tls: rx: fix return value for async cryptoJakub Kicinski
2023-03-11net: tls: avoid hanging tasks on the tx_lockJakub Kicinski
2023-02-09net/tls: tls_is_tx_ready() checked list_entryPietro Borrello
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
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