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
starfive-6.6.48-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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
tls: fix lockless read of strp->msg_ready in ->poll
Sabrina Dubroca
1
-1
/
+1
2023-10-23
tls: don't reset prot->aad_size and prot->tail_size for TLS_HW
Sabrina Dubroca
1
-2
/
+1
2023-10-13
tls: remove tls_context argument from tls_set_device_offload
Sabrina Dubroca
1
-2
/
+2
2023-10-13
tls: remove tls_context argument from tls_set_sw_offload
Sabrina Dubroca
1
-1
/
+1
2023-10-13
tls: also use init_prot_info in tls_set_device_offload
Sabrina Dubroca
1
-0
/
+4
2023-10-13
tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZE
Sabrina Dubroca
1
-1
/
+1
2023-08-28
tls: extend tls_cipher_desc to fully describe the ciphers
Sabrina Dubroca
1
-0
/
+32
2023-08-28
tls: rename tls_cipher_size_desc to tls_cipher_desc
Sabrina Dubroca
1
-4
/
+4
2023-08-28
tls: reduce size of tls_cipher_size_desc
Sabrina Dubroca
1
-1
/
+12
2023-08-28
tls: move tls_cipher_size_desc to net/tls/tls.h
Sabrina Dubroca
1
-0
/
+10
2023-08-07
net/tls: Remove unused function declarations
Yue Haibing
1
-4
/
+0
2023-07-29
Merge branch 'in-kernel-support-for-the-tls-alert-protocol'
Jakub Kicinski
1
-0
/
+1
2023-07-29
net/tls: Move TLS protocol elements to a separate header
Chuck Lever
1
-0
/
+1
2023-07-28
net/tls: implement ->read_sock()
Hannes Reinecke
1
-0
/
+2
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-6
/
+0
2023-06-09
tls/device: Use splice_eof() to flush
David Howells
1
-0
/
+1
2023-06-09
tls/sw: Use splice_eof() to flush
David Howells
1
-0
/
+1
2023-05-19
tls: rx: strp: preserve decryption status of skbs when needed
Jakub Kicinski
1
-0
/
+5
2023-02-13
tls: Only use data field in crypto completion function
Herbert Xu
1
-0
/
+2
2022-07-27
tls: rx: do not use the standard strparser
Jakub Kicinski
1
-4
/
+20
2022-07-27
tls: rx: device: add input CoW helper
Jakub Kicinski
1
-0
/
+1
2022-07-27
tls: rx: device: keep the zero copy status with offload
Jakub Kicinski
1
-0
/
+1
2022-07-27
tls: rx: wrap recv_pkt accesses in helpers
Jakub Kicinski
1
-0
/
+5
2022-07-18
tls: rx: decrypt into a fresh skb
Jakub Kicinski
1
-0
/
+3
2022-07-18
tls: rx: async: hold onto the input skb
Jakub Kicinski
1
-0
/
+3
2022-07-18
tls: rx: read the input skb from ctx->recv_pkt
Jakub Kicinski
1
-6
/
+8
2022-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-07-09
tls: create an internal header
Jakub Kicinski
1
-0
/
+290