summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2026-08-19tls: don't abort the connection on signal-interrupted sendsMaximilian Immanuel Brandtner
2026-08-19tls: separate no-async decryption request handling from asyncSabrina Dubroca
2026-07-24net: skmsg: preserve sg.copy across SG transformsYiming Qian
2026-06-19use less confusing names for iov_iter direction initializersAl Viro
2026-06-01net: tls: prevent chain-after-chain in plain text SGJakub Kicinski
2026-06-01net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ringJakub Kicinski
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: always set record_type in tls_process_cmsgSabrina Dubroca
2025-08-28bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktlsJiayuan Chen
2025-06-27net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2025-06-27ktls, sockmap: Fix missing uncharge operationJiayuan Chen
2025-05-02net: tls: explicitly disallow disconnectJakub Kicinski
2025-02-01tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington
2024-06-16tls: fix missing memory barrier in tls_initDae R. Jeong
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-05-30net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-04-05net: 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-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-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 record type checkJakub Kicinski
2021-11-02net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan
2021-11-02net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-07-14tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski
2021-06-10net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy
2021-06-10net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy
2021-06-03tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma
2021-02-23net: fix proc_fs init handling in af_packet and tlsYonatan Linik
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan
2020-11-16net/tls: fix corrupted data in recvmsgVadim Fedorenko
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-13net/tls: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-09net/tls: sendfile fails with ktls offloadRohit Maheshwari
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller