summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2024-03-06Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman
2024-03-06net: tls: fix async vs NIC crypto offloadJakub Kicinski
2024-03-06tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca
2024-03-06tls: rx: use async as an in-out argumentJakub Kicinski
2024-03-06tls: rx: assume crypto always calls our callbackJakub Kicinski
2024-03-06tls: rx: move counting TlsDecryptErrors for syncJakub Kicinski
2024-03-06tls: rx: don't track the async countJakub Kicinski
2024-03-06tls: rx: factor out writing ContentType to cmsgJakub Kicinski
2024-03-06tls: rx: wrap decryption arguments in a structureJakub Kicinski
2024-03-06tls: rx: don't report text length from the bowels of decryptJakub Kicinski
2024-03-06tls: rx: drop unnecessary arguments from tls_setup_from_iter()Jakub Kicinski
2024-03-06tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski
2024-03-06tls: rx: refactor decrypt_skb_update()Jakub Kicinski
2024-03-06tls: rx: don't issue wake ups when data is decryptedJakub Kicinski
2024-03-06tls: rx: don't store the decryption status in socket contextJakub Kicinski
2024-03-06tls: rx: don't store the record type in socket contextJakub Kicinski
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-03-01tls: rx: drop pointless else after gotoJakub Kicinski
2024-03-01tls: rx: jump to a more appropriate labelJakub Kicinski
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-01-15net: tls, update curr on splice as wellJohn Fastabend
2023-09-19net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian
2023-08-26net: tls: avoid discarding data on record closeJakub Kicinski
2023-08-26net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan
2023-08-26net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan
2023-05-24net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-03-30net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua
2023-03-11net: tls: avoid hanging tasks on the tx_lockJakub Kicinski
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-08-03net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy
2022-07-29net/tls: Fix race in TLS device down flowTariq Toukan
2022-07-21net/tls: Check for errors in tls_device_initTariq Toukan
2022-06-29sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-29Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski
2022-06-29net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan
2022-05-18tls: Fix context leak on tls_device_downMaxim Mikityanskiy
2022-05-09tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy
2022-04-13net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan
2021-12-08net/tls: Fix authentication failure in CCM modeTianjia Zhang
2021-12-01tls: fix replacing proto_opsJakub Kicinski
2021-12-01tls: splice_read: fix accessing pre-processed recordsJakub Kicinski
2021-12-01tls: splice_read: fix record type checkJakub Kicinski
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-21tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy