index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tls
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
tls: Purge async_hold in tls_decrypt_async_wait()
Chuck Lever
1
-1
/
+1
2026-01-17
tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().
Kuniyuki Iwashima
1
-8
/
+10
2025-12-01
net: tls: Cancel RX async resync request on rcd_delta overflow
Shahar Shitrit
1
-1
/
+3
2025-10-23
tls: don't rely on tx_work during send()
Sabrina Dubroca
1
-0
/
+13
2025-10-23
tls: wait for pending async decryptions if tls_strp_msg_hold fails
Sabrina Dubroca
1
-2
/
+4
2025-10-23
tls: always set record_type in tls_process_cmsg
Sabrina Dubroca
1
-5
/
+2
2025-10-23
tls: wait for async encrypt in case of error during latter iterations of sendmsg
Sabrina Dubroca
1
-3
/
+4
2025-10-23
net: tls: wait for async completion on last message
Sascha Hauer
1
-1
/
+1
2025-10-23
tls: trim encrypted message to match the plaintext on short splice
Sabrina Dubroca
1
-1
/
+4
2025-09-25
tls: make sure to abort the stream if headers are bogus
Jakub Kicinski
3
-7
/
+11
2025-08-28
tls: fix handling of zero-length records on the rx_list
Jakub Kicinski
1
-1
/
+6
2025-08-28
tls: handle data disappearing from under the TLS ULP
Jakub Kicinski
3
-5
/
+11
2025-08-15
bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktls
Jiayuan Chen
1
-0
/
+13
2025-07-24
tls: always refresh the queue when reading sock
Jakub Kicinski
1
-2
/
+1
2025-06-19
ktls, sockmap: Fix missing uncharge operation
Jiayuan Chen
1
-0
/
+7
2025-06-19
bpf: fix ktls panic with sockmap
Jiayuan Chen
1
-2
/
+6
2025-05-22
net/tls: fix kernel panic when alloc_page failed
Pengtao He
1
-1
/
+2
2025-04-25
net: tls: explicitly disallow disconnect
Jakub Kicinski
1
-0
/
+6
2025-01-17
tls: Fix tls_sw_sendmsg error handling
Benjamin Coddington
1
-1
/
+1
2024-06-12
tls: fix missing memory barrier in tls_init
Dae R. Jeong
1
-1
/
+9
2024-05-02
tls: fix lockless read of strp->msg_ready in ->poll
Sabrina Dubroca
2
-4
/
+4
2024-04-10
tls: get psock ref after taking rxlock to avoid leak
Sabrina Dubroca
1
-1
/
+1
2024-04-10
tls: adjust recv return with async crypto and failed copy to userspace
Sabrina Dubroca
1
-0
/
+3
2024-04-10
tls: recv: process_rx_list shouldn't use an offset with kvec
Sabrina Dubroca
1
-1
/
+1
2024-03-06
tls: fix use-after-free on failed backlog decryption
Sabrina Dubroca
1
-7
/
+17
2024-03-06
tls: separate no-async decryption request handling from async
Sabrina Dubroca
1
-5
/
+8
2024-03-06
tls: fix peeking with sync+async decryption
Sabrina Dubroca
1
-3
/
+6
2024-03-06
tls: decrement decrypt_pending if no async completion will be called
Sabrina Dubroca
1
-0
/
+2
2024-03-01
tls: don't skip over different type records from the rx_list
Sabrina Dubroca
1
-8
/
+14
2024-03-01
tls: stop recv() if initial process_rx_list gave us non-DATA
Sabrina Dubroca
1
-1
/
+1
2024-03-01
tls: break out of main loop when PEEK gets a non-data record
Sabrina Dubroca
1
-0
/
+2
2024-03-01
mptcp: fix lockless access in subflow ULP diag
Paolo Abeni
1
-1
/
+1
2024-02-23
net: tls: fix returned read length with async decrypt
Jakub Kicinski
1
-1
/
+0
2024-02-23
net: tls: fix use-after-free with partial reads and async decrypt
Sabrina Dubroca
1
-2
/
+3
2024-02-23
net: tls: handle backlogging of crypto requests
Jakub Kicinski
1
-0
/
+22
2024-02-23
tls: fix race between tx work scheduling and socket close
Jakub Kicinski
1
-10
/
+6
2024-02-23
tls: fix race between async notify and socket close
Jakub Kicinski
1
-33
/
+10
2024-02-23
net: tls: factor out tls_*crypt_async_wait()
Jakub Kicinski
1
-51
/
+45
2024-02-23
tls: extract context alloc/initialization out of tls_set_sw_offload
Sabrina Dubroca
1
-35
/
+51
2024-01-25
net: tls, fix WARNIING in __sk_msg_free
John Fastabend
1
-1
/
+5
2023-12-13
net: tls, update curr on splice as well
John Fastabend
1
-0
/
+2
2023-12-03
tls: fix NULL deref on tls_sw_splice_eof() with empty record
Jann Horn
1
-0
/
+3
2023-11-20
tls: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-10-13
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
2
-9
/
+20
2023-09-12
net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()
Liu Jian
1
-2
/
+2
2023-08-27
tls: get cipher_name from cipher_desc in tls_set_sw_offload
Sabrina Dubroca
1
-25
/
+4
2023-08-27
tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offload
Sabrina Dubroca
1
-76
/
+13
2023-08-27
tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offload
Sabrina Dubroca
1
-63
/
+16
2023-08-27
tls: use tls_cipher_desc to simplify do_tls_getsockopt_conf
Sabrina Dubroca
1
-163
/
+11
2023-08-27
tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_conf
Sabrina Dubroca
1
-31
/
+8
[next]