index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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
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
2023-08-27
tls: expand use of tls_cipher_desc in tls_sw_fallback_init
Sabrina Dubroca
1
-14
/
+6
2023-08-27
tls: allocate the fallback aead after checking that the cipher is valid
Sabrina Dubroca
1
-10
/
+10
2023-08-27
tls: expand use of tls_cipher_desc in tls_set_device_offload
Sabrina Dubroca
1
-18
/
+4
2023-08-27
tls: validate cipher descriptions at compile time
Sabrina Dubroca
1
-0
/
+18
2023-08-27
tls: extend tls_cipher_desc to fully describe the ciphers
Sabrina Dubroca
2
-9
/
+64
2023-08-27
tls: rename tls_cipher_size_desc to tls_cipher_desc
Sabrina Dubroca
4
-52
/
+52
2023-08-27
tls: reduce size of tls_cipher_size_desc
Sabrina Dubroca
4
-9
/
+20
2023-08-27
tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_desc
Sabrina Dubroca
1
-0
/
+2
2023-08-27
tls: move tls_cipher_size_desc to net/tls/tls.h
Sabrina Dubroca
1
-0
/
+10
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-34
/
+33
2023-08-10
net: tls: set MSG_SPLICE_PAGES consistently
Jakub Kicinski
1
-3
/
+0
2023-08-08
net/tls: avoid TCP window full during ->read_sock()
Hannes Reinecke
1
-8
/
+5
2023-08-07
net/tls: Remove unused function declarations
Yue Haibing
1
-4
/
+0
2023-08-06
net: tls: avoid discarding data on record close
Jakub Kicinski
1
-31
/
+33
2023-07-28
Merge branch 'in-kernel-support-for-the-tls-alert-protocol'
Jakub Kicinski
1
-0
/
+1
2023-07-28
net/tls: Move TLS protocol elements to a separate header
Chuck Lever
1
-0
/
+1
2023-07-27
net/tls: implement ->read_sock()
Hannes Reinecke
3
-0
/
+103
2023-07-27
net/tls: split tls_rx_reader_lock
Hannes Reinecke
1
-16
/
+22
[next]