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-27
tls: get psock ref after taking rxlock to avoid leak
Sabrina Dubroca
1
-1
/
+1
2024-03-27
tls: adjust recv return with async crypto and failed copy to userspace
Sabrina Dubroca
1
-0
/
+3
2024-03-27
tls: recv: process_rx_list shouldn't use an offset with kvec
Sabrina Dubroca
1
-1
/
+1
2024-02-29
tls: fix use-after-free on failed backlog decryption
Sabrina Dubroca
1
-7
/
+17
2024-02-29
tls: separate no-async decryption request handling from async
Sabrina Dubroca
1
-5
/
+8
2024-02-29
tls: fix peeking with sync+async decryption
Sabrina Dubroca
1
-3
/
+6
2024-02-29
tls: decrement decrypt_pending if no async completion will be called
Sabrina Dubroca
1
-0
/
+2
2024-02-22
tls: don't skip over different type records from the rx_list
Sabrina Dubroca
1
-8
/
+14
2024-02-22
tls: stop recv() if initial process_rx_list gave us non-DATA
Sabrina Dubroca
1
-1
/
+1
2024-02-22
tls: break out of main loop when PEEK gets a non-data record
Sabrina Dubroca
1
-0
/
+2
2024-02-11
net: tls: fix returned read length with async decrypt
Jakub Kicinski
1
-1
/
+0
2024-02-11
net: tls: fix use-after-free with partial reads and async decrypt
Sabrina Dubroca
1
-2
/
+3
2024-02-11
net: tls: handle backlogging of crypto requests
Jakub Kicinski
1
-0
/
+22
2024-02-11
tls: fix race between tx work scheduling and socket close
Jakub Kicinski
1
-10
/
+6
2024-02-11
tls: fix race between async notify and socket close
Jakub Kicinski
1
-33
/
+10
2024-02-11
net: tls: factor out tls_*crypt_async_wait()
Jakub Kicinski
1
-51
/
+45
2024-01-14
net: tls, fix WARNIING in __sk_msg_free
John Fastabend
1
-1
/
+5
2023-12-07
net: tls, update curr on splice as well
John Fastabend
1
-0
/
+2
2023-11-23
tls: fix NULL deref on tls_sw_splice_eof() with empty record
Jann Horn
1
-0
/
+3
2023-10-23
tls: don't reset prot->aad_size and prot->tail_size for TLS_HW
Sabrina Dubroca
1
-8
/
+2
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+13
2023-10-14
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
1
-6
/
+13
2023-10-13
tls: remove tls_context argument from tls_set_sw_offload
Sabrina Dubroca
1
-10
/
+8
2023-10-13
tls: also use init_prot_info in tls_set_device_offload
Sabrina Dubroca
1
-4
/
+10
2023-10-13
tls: move tls_prot_info initialization out of tls_set_sw_offload
Sabrina Dubroca
1
-28
/
+34
2023-10-13
tls: extract context alloc/initialization out of tls_set_sw_offload
Sabrina Dubroca
1
-35
/
+51
2023-10-13
tls: store iv directly within cipher_context
Sabrina Dubroca
1
-11
/
+2
2023-10-13
tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZE
Sabrina Dubroca
1
-3
/
+3
2023-10-13
tls: store rec_seq directly within cipher_context
Sabrina Dubroca
1
-11
/
+2
2023-09-18
tls: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
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
[next]