summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2025-12-07net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit
2025-10-29tls: don't rely on tx_work during send()Sabrina Dubroca
2025-10-29tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca
2025-10-29tls: always set record_type in tls_process_cmsgSabrina Dubroca
2025-10-29tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca
2025-10-29net: tls: wait for async completion on last messageSascha Hauer
2025-09-25tls: make sure to abort the stream if headers are bogusJakub Kicinski
2025-08-28tls: fix handling of zero-length records on the rx_listJakub Kicinski
2025-08-28tls: separate no-async decryption request handling from asyncSabrina Dubroca
2025-08-15bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktlsJiayuan Chen
2025-07-24tls: always refresh the queue when reading sockJakub Kicinski
2025-06-27ktls, sockmap: Fix missing uncharge operationJiayuan Chen
2025-06-27bpf: fix ktls panic with sockmapJiayuan Chen
2025-05-22net/tls: fix kernel panic when alloc_page failedPengtao He
2025-04-25net: tls: explicitly disallow disconnectJakub Kicinski
2025-01-17tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington
2024-06-12tls: fix missing memory barrier in tls_initDae R. Jeong
2024-04-10tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca
2024-04-10tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca
2024-04-10tls: recv: process_rx_list shouldn't use an offset with kvecSabrina Dubroca
2024-04-03tls: fix use-after-free on failed backlog decryptionSabrina Dubroca
2024-04-03net: tls: handle backlogging of crypto requestsJakub Kicinski
2024-04-03tls: fix race between tx work scheduling and socket closeJakub Kicinski
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