index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tls
Age
Commit message (
Expand
)
Author
2025-02-01
tls: Fix tls_sw_sendmsg error handling
Benjamin Coddington
2024-03-01
tls: stop recv() if initial process_rx_list gave us non-DATA
Sabrina Dubroca
2024-03-01
tls: rx: drop pointless else after goto
Jakub Kicinski
2024-03-01
tls: rx: jump to a more appropriate label
Jakub Kicinski
2024-01-15
net: tls, update curr on splice as well
John Fastabend
2023-09-23
net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()
Liu Jian
2023-06-09
treewide: Remove uninitialized_var() usage
Kees Cook
2023-04-05
net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...
Hangyu Hua
2023-03-11
net: tls: avoid hanging tasks on the tx_lock
Jakub Kicinski
2022-07-29
net/tls: Fix race in TLS device down flow
Tariq Toukan
2022-06-29
Revert "net/tls: fix tls_sk_proto_close executed repeatedly"
Jakub Kicinski
2022-06-29
net/tls: fix tls_sk_proto_close executed repeatedly
Ziyang Xuan
2022-05-09
tls: Skip tls_append_frag on zero copy size
Maxim Mikityanskiy
2022-04-15
net/tls: fix slab-out-of-bounds bug in decrypt_internal
Ziyang Xuan
2021-12-08
net/tls: Fix authentication failure in CCM mode
Tianjia Zhang
2021-11-02
net/tls: Fix flipped sign in async_wait.err assignment
Daniel Jordan
2021-11-02
net/tls: Fix flipped sign in tls_err_abort() calls
Daniel Jordan
2021-07-14
tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
Jakub Kicinski
2021-06-03
tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT
Jim Ma
2020-12-08
net/tls: Protect from calling tls_dev_del for TLS RX twice
Maxim Mikityanskiy
2020-12-08
net/tls: missing received data after fast remote close
Vadim Fedorenko
2020-11-24
net/tls: fix corrupted data in recvmsg
Vadim Fedorenko
2020-10-29
net/tls: sendfile fails with ktls offload
Rohit Maheshwari
2020-10-14
net/tls: race causes kernel panic
Rohit Maheshwari
2020-08-19
net/tls: Fix kmap usage
Ira Weiny
2020-06-22
bpf: Fix running sk_skb program types with ktls
John Fastabend
2020-06-03
net/tls: free record only on encryption error
Vadim Fedorenko
2020-06-03
net/tls: fix encryption error checking
Vadim Fedorenko
2020-06-03
net/tls: fix race condition causing kernel panic
Vinay Kumar Yadav
2020-05-14
net/tls: Fix sk_psock refcnt leak when in tls_data_ready()
Xiyu Yang
2020-05-14
net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()
Xiyu Yang
2020-03-05
net/tls: Fix to avoid gettig invalid tls record
Rohit Maheshwari
2020-01-29
net/tls: fix async operation
Jakub Kicinski
2020-01-23
bpf: Sockmap/tls, fix pop data with SK_DROP return code
John Fastabend
2020-01-23
bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining
John Fastabend
2020-01-23
bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf
John Fastabend
2020-01-23
bpf: Sockmap/tls, push write_space updates through ulp updates
John Fastabend
2019-12-18
net/tls: Fix return values to avoid ENOTSUPP
Valentin Vidic
2019-12-04
net/tls: use sg_next() to walk sg entries
Jakub Kicinski
2019-12-04
net/tls: remove the dead inplace_crypto code
Jakub Kicinski
2019-12-04
net/tls: free the record on encryption error
Jakub Kicinski
2019-12-04
net/tls: take into account that bpf_exec_tx_verdict() may free the record
Jakub Kicinski
2019-11-19
net/tls: enable sk_msg redirect to tls socket egress
Willem de Bruijn
2019-11-06
net/tls: add a TX lock
Jakub Kicinski
2019-11-06
net/tls: don't pay attention to sk_write_pending when pushing partial records
Jakub Kicinski
2019-09-07
net/tls: align non temporal copy to cache lines
Jakub Kicinski
2019-09-07
net/tls: remove the record tail optimization
Jakub Kicinski
2019-09-07
net/tls: use RCU for the adder to the offload record list
Jakub Kicinski
2019-09-07
net/tls: unref frags in order
Jakub Kicinski
2019-09-05
net/tls: dedup the record cleanup
Jakub Kicinski
[next]