summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)AuthorFilesLines
3 daystls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().Kuniyuki Iwashima1-8/+10
2025-12-01net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-1/+3
2025-10-23tls: don't rely on tx_work during send()Sabrina Dubroca1-0/+13
2025-10-23tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca1-2/+4
2025-10-23tls: always set record_type in tls_process_cmsgSabrina Dubroca1-5/+2
2025-10-23tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca1-3/+4
2025-10-23net: tls: wait for async completion on last messageSascha Hauer1-1/+1
2025-10-23tls: trim encrypted message to match the plaintext on short spliceSabrina Dubroca1-1/+4
2025-09-25tls: make sure to abort the stream if headers are bogusJakub Kicinski3-7/+11
2025-08-28tls: fix handling of zero-length records on the rx_listJakub Kicinski1-1/+6
2025-08-28tls: handle data disappearing from under the TLS ULPJakub Kicinski3-5/+11
2025-08-15bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktlsJiayuan Chen1-0/+13
2025-07-24tls: always refresh the queue when reading sockJakub Kicinski1-2/+1
2025-06-19ktls, sockmap: Fix missing uncharge operationJiayuan Chen1-0/+7
2025-06-19bpf: fix ktls panic with sockmapJiayuan Chen1-2/+6
2025-05-22net/tls: fix kernel panic when alloc_page failedPengtao He1-1/+2
2025-04-25net: tls: explicitly disallow disconnectJakub Kicinski1-0/+6
2025-01-17tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington1-1/+1
2024-06-12tls: fix missing memory barrier in tls_initDae R. Jeong1-1/+9
2024-05-02tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2-4/+4
2024-04-10tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca1-1/+1
2024-04-10tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca1-0/+3
2024-04-10tls: recv: process_rx_list shouldn't use an offset with kvecSabrina Dubroca1-1/+1
2024-03-06tls: fix use-after-free on failed backlog decryptionSabrina Dubroca1-7/+17
2024-03-06tls: separate no-async decryption request handling from asyncSabrina Dubroca1-5/+8
2024-03-06tls: fix peeking with sync+async decryptionSabrina Dubroca1-3/+6
2024-03-06tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca1-0/+2
2024-03-01tls: don't skip over different type records from the rx_listSabrina Dubroca1-8/+14
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca1-1/+1
2024-03-01tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca1-0/+2
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni1-1/+1
2024-02-23net: tls: fix returned read length with async decryptJakub Kicinski1-1/+0
2024-02-23net: tls: fix use-after-free with partial reads and async decryptSabrina Dubroca1-2/+3
2024-02-23net: tls: handle backlogging of crypto requestsJakub Kicinski1-0/+22
2024-02-23tls: fix race between tx work scheduling and socket closeJakub Kicinski1-10/+6
2024-02-23tls: fix race between async notify and socket closeJakub Kicinski1-33/+10
2024-02-23net: tls: factor out tls_*crypt_async_wait()Jakub Kicinski1-51/+45
2024-02-23tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca1-35/+51
2024-01-26net: tls, fix WARNIING in __sk_msg_freeJohn Fastabend1-1/+5
2023-12-13net: tls, update curr on splice as wellJohn Fastabend1-0/+2
2023-12-03tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn1-0/+3
2023-11-20tls: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2-9/+20
2023-09-12net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian1-2/+2
2023-08-28tls: get cipher_name from cipher_desc in tls_set_sw_offloadSabrina Dubroca1-25/+4
2023-08-28tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offloadSabrina Dubroca1-76/+13
2023-08-28tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offloadSabrina Dubroca1-63/+16
2023-08-28tls: use tls_cipher_desc to simplify do_tls_getsockopt_confSabrina Dubroca1-163/+11
2023-08-28tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_confSabrina Dubroca1-31/+8
2023-08-28tls: expand use of tls_cipher_desc in tls_sw_fallback_initSabrina Dubroca1-14/+6