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
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
10 days
net: tls: prevent chain-after-chain in plain text SG
Jakub Kicinski
1
-6
/
+18
10 days
net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring
Jakub Kicinski
1
-4
/
+2
2025-12-07
net: tls: Cancel RX async resync request on rcd_delta overflow
Shahar Shitrit
1
-1
/
+3
2025-10-29
tls: don't rely on tx_work during send()
Sabrina Dubroca
1
-0
/
+13
2025-10-29
tls: always set record_type in tls_process_cmsg
Sabrina Dubroca
1
-5
/
+2
2025-08-28
bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktls
Jiayuan Chen
1
-0
/
+13
2025-06-27
net: Rename ->stream_memory_read to ->sock_is_readable
Cong Wang
2
-3
/
+3
2025-06-27
ktls, sockmap: Fix missing uncharge operation
Jiayuan Chen
1
-0
/
+7
2025-05-02
net: tls: explicitly disallow disconnect
Jakub Kicinski
1
-0
/
+6
2025-02-01
tls: Fix tls_sw_sendmsg error handling
Benjamin Coddington
1
-1
/
+1
2024-06-16
tls: fix missing memory barrier in tls_init
Dae R. Jeong
1
-1
/
+9
2024-03-01
tls: stop recv() if initial process_rx_list gave us non-DATA
Sabrina Dubroca
1
-1
/
+1
2024-03-01
tls: rx: drop pointless else after goto
Jakub Kicinski
1
-2
/
+1
2024-03-01
tls: rx: jump to a more appropriate label
Jakub Kicinski
1
-3
/
+4
2024-03-01
mptcp: fix lockless access in subflow ULP diag
Paolo Abeni
1
-1
/
+1
2024-01-15
net: tls, update curr on splice as well
John Fastabend
1
-0
/
+2
2023-09-19
net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()
Liu Jian
1
-2
/
+2
2023-05-30
net: deal with most data-races in sk_wait_event()
Eric Dumazet
1
-1
/
+2
2023-04-05
net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...
Hangyu Hua
1
-4
/
+5
2023-03-11
net: tls: avoid hanging tasks on the tx_lock
Jakub Kicinski
1
-7
/
+19
2022-08-03
net/tls: Remove the context from the list in tls_device_down
Maxim Mikityanskiy
1
-1
/
+6
2022-07-29
net/tls: Fix race in TLS device down flow
Tariq Toukan
1
-3
/
+5
2022-07-21
net/tls: Check for errors in tls_device_init
Tariq Toukan
2
-3
/
+8
2022-06-29
Revert "net/tls: fix tls_sk_proto_close executed repeatedly"
Jakub Kicinski
1
-3
/
+0
2022-06-29
net/tls: fix tls_sk_proto_close executed repeatedly
Ziyang Xuan
1
-0
/
+3
2022-05-18
tls: Fix context leak on tls_device_down
Maxim Mikityanskiy
1
-0
/
+3
2022-05-09
tls: Skip tls_append_frag on zero copy size
Maxim Mikityanskiy
1
-5
/
+7
2022-04-13
net/tls: fix slab-out-of-bounds bug in decrypt_internal
Ziyang Xuan
1
-1
/
+1
2021-12-08
net/tls: Fix authentication failure in CCM mode
Tianjia Zhang
1
-2
/
+2
2021-12-01
tls: fix replacing proto_ops
Jakub Kicinski
1
-7
/
+40
2021-12-01
tls: splice_read: fix record type check
Jakub Kicinski
1
-13
/
+10
2021-11-02
net/tls: Fix flipped sign in async_wait.err assignment
Daniel Jordan
1
-1
/
+1
2021-11-02
net/tls: Fix flipped sign in tls_err_abort() calls
Daniel Jordan
1
-4
/
+13
2021-07-14
tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
Jakub Kicinski
1
-1
/
+1
2021-06-10
net/tls: Fix use-after-free after the TLS device goes down and up
Maxim Mikityanskiy
3
-5
/
+55
2021-06-10
net/tls: Replace TLS_RX_SYNC_RUNNING with RCU
Maxim Mikityanskiy
1
-7
/
+3
2021-06-03
tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT
Jim Ma
1
-5
/
+6
2021-02-23
net: fix proc_fs init handling in af_packet and tls
Yonatan Linik
1
-0
/
+3
2020-11-25
net/tls: Protect from calling tls_dev_del for TLS RX twice
Maxim Mikityanskiy
1
-1
/
+4
2020-11-20
net/tls: missing received data after fast remote close
Vadim Fedorenko
1
-0
/
+6
2020-11-17
net/tls: Fix wrong record sn in async mode of device resync
Tariq Toukan
1
-10
/
+27
2020-11-16
net/tls: fix corrupted data in recvmsg
Vadim Fedorenko
1
-1
/
+1
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+6
2020-10-13
net/tls: use semicolons rather than commas to separate statements
Julia Lawall
1
-1
/
+1
2020-10-09
net/tls: sendfile fails with ktls offload
Rohit Maheshwari
1
-5
/
+6
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+7
2020-09-24
net/tls: race causes kernel panic
Rohit Maheshwari
1
-2
/
+7
2020-09-01
net/tls: Implement getsockopt SOL_TLS TLS_RX
Yutaro Hayakawa
1
-8
/
+17
2020-08-11
net/tls: Fix kmap usage
Ira Weiny
1
-1
/
+2
2020-08-07
net/tls: allow MSG_CMSG_COMPAT in sendmsg
Rouven Czerwinski
1
-1
/
+2
[next]