index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tls
/
tls_sw.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-26
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-14
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
1
-6
/
+13
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-28
tls: get cipher_name from cipher_desc in tls_set_sw_offload
Sabrina Dubroca
1
-25
/
+4
2023-08-28
tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offload
Sabrina Dubroca
1
-76
/
+13
2023-08-28
tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offload
Sabrina Dubroca
1
-63
/
+16
2023-08-09
net/tls: avoid TCP window full during ->read_sock()
Hannes Reinecke
1
-8
/
+5
2023-07-28
net/tls: implement ->read_sock()
Hannes Reinecke
1
-0
/
+99
2023-07-28
net/tls: split tls_rx_reader_lock
Hannes Reinecke
1
-16
/
+22
2023-07-28
net/tls: handle MSG_EOR for tls_sw TX flow
Hannes Reinecke
1
-1
/
+4
2023-06-25
net: Kill MSG_SENDPAGE_NOTLAST
David Howells
1
-1
/
+1
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-35
/
+0
2023-06-09
tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-138
/
+35
2023-06-09
tls/sw: Support MSG_SPLICE_PAGES
David Howells
1
-0
/
+41
2023-06-09
tls/sw: Use splice_eof() to flush
David Howells
1
-0
/
+74
2023-06-09
tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg
David Howells
1
-1
/
+1
2023-05-26
tls: improve lockless access safety of tls_err_abort()
Jakub Kicinski
1
-1
/
+3
2023-05-19
tls: rx: strp: don't use GFP_KERNEL in softirq context
Jakub Kicinski
1
-0
/
+4
2023-03-02
net: tls: avoid hanging tasks on the tx_lock
Jakub Kicinski
1
-7
/
+19
2023-03-01
tls: rx: fix return value for async crypto
Jakub Kicinski
1
-1
/
+1
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+3
2023-02-22
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-13
/
+29
2023-02-13
tls: Pass rec instead of aead_req into tls_encrypt_done
Herbert Xu
1
-4
/
+2
2023-02-13
tls: Remove completion function scaffolding
Herbert Xu
1
-4
/
+4
2023-02-13
tls: Only use data field in crypto completion function
Herbert Xu
1
-11
/
+29
2023-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-01-31
net/tls: tls_is_tx_ready() checked list_entry
Pietro Borrello
1
-1
/
+1
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+3
2022-12-01
bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
Pengcheng Yang
1
-2
/
+4
2022-09-28
net: tls: Add ARIA-GCM algorithm
Taehee Yoo
1
-0
/
+34
2022-08-17
tls: rx: react to strparser initialization errors
Jakub Kicinski
1
-1
/
+3
2022-08-09
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
1
-3
/
+1
2022-07-29
tls: rx: fix the false positive warning
Jakub Kicinski
1
-1
/
+1
2022-07-29
tls: rx: don't consider sock_rcvtimeo() cumulative
Jakub Kicinski
1
-18
/
+19
2022-07-27
tls: rx: do not use the standard strparser
Jakub Kicinski
1
-45
/
+35
2022-07-27
tls: rx: device: keep the zero copy status with offload
Jakub Kicinski
1
-5
/
+25
2022-07-27
tls: rx: don't free the output in case of zero-copy
Jakub Kicinski
1
-13
/
+13
[next]