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_sw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-10
tls: rx: clear ctx->recv_pkt earlier
Jakub Kicinski
1
-9
/
+7
2022-04-10
tls: rx: inline consuming the skb at the end of the loop
Jakub Kicinski
1
-24
/
+5
2022-04-10
tls: rx: pull most of zc check out of the loop
Jakub Kicinski
1
-4
/
+5
2022-04-10
tls: rx: don't track the async count
Jakub Kicinski
1
-7
/
+5
2022-04-10
tls: rx: don't handle async in tls_sw_advance_skb()
Jakub Kicinski
1
-13
/
+9
2022-04-10
tls: rx: factor out writing ContentType to cmsg
Jakub Kicinski
1
-55
/
+36
2022-04-10
tls: rx: simplify async wait
Jakub Kicinski
1
-12
/
+2
2022-04-10
tls: rx: wrap decryption arguments in a structure
Jakub Kicinski
1
-22
/
+27
2022-04-10
tls: rx: don't report text length from the bowels of decrypt
Jakub Kicinski
1
-19
/
+14
2022-04-10
tls: rx: drop unnecessary arguments from tls_setup_from_iter()
Jakub Kicinski
1
-8
/
+6
2022-04-08
tls: hw: rx: use return value of tls_device_decrypted() to carry status
Jakub Kicinski
1
-3
/
+2
2022-04-08
tls: rx: refactor decrypt_skb_update()
Jakub Kicinski
1
-33
/
+33
2022-04-08
tls: rx: don't issue wake ups when data is decrypted
Jakub Kicinski
1
-2
/
+0
2022-04-08
tls: rx: replace 'back' with 'offset'
Jakub Kicinski
1
-5
/
+4
2022-04-08
tls: rx: use a define for tag length
Jakub Kicinski
1
-2
/
+2
2022-04-08
tls: rx: init decrypted status in tls_read_size()
Jakub Kicinski
1
-4
/
+1
2022-04-08
tls: rx: don't store the decryption status in socket context
Jakub Kicinski
1
-4
/
+6
2022-04-08
tls: rx: don't store the record type in socket context
Jakub Kicinski
1
-21
/
+17
2022-04-08
tls: rx: drop pointless else after goto
Jakub Kicinski
1
-2
/
+1
2022-04-08
tls: rx: jump to a more appropriate label
Jakub Kicinski
1
-3
/
+4
2022-04-01
net/tls: fix slab-out-of-bounds bug in decrypt_internal
Ziyang Xuan
1
-1
/
+1
2022-02-04
tls: cap the output scatter list to something reasonable
Jakub Kicinski
1
-1
/
+2
2022-01-17
net/tls: Fix another skb memory leak when running kTLS traffic
Gal Pressman
1
-0
/
+1
2022-01-08
net/tls: Fix skb memory leak when running kTLS traffic
Gal Pressman
1
-0
/
+1
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-11-30
net/tls: simplify the tls_set_sw_offload function
Tianjia Zhang
1
-19
/
+17
2021-11-29
net/tls: Fix authentication failure in CCM mode
Tianjia Zhang
1
-2
/
+2
2021-11-26
tls: splice_read: fix accessing pre-processed records
Jakub Kicinski
1
-8
/
+25
2021-11-26
tls: splice_read: fix record type check
Jakub Kicinski
1
-13
/
+10
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+15
2021-10-28
net/tls: Fix flipped sign in async_wait.err assignment
Daniel Jordan
1
-1
/
+1
2021-10-28
net/tls: Fix flipped sign in tls_err_abort() calls
Daniel Jordan
1
-4
/
+13
2021-10-26
net: Rename ->stream_memory_read to ->sock_is_readable
Cong Wang
1
-1
/
+1
2021-09-28
net/tls: support SM4 CCM algorithm
Tianjia Zhang
1
-4
/
+16
2021-09-16
net/tls: support SM4 GCM/CCM algorithm
Tianjia Zhang
1
-0
/
+34
2021-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-06-21
tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
Jakub Kicinski
1
-1
/
+1
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+6
2021-05-15
tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT
Jim Ma
1
-5
/
+6
2021-05-13
tls splice: remove inappropriate flags checking for MSG_PEEK
Jim Ma
1
-2
/
+1
2021-04-01
skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
Cong Wang
1
-2
/
+2
2020-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2020-11-28
net/tls: add CHACHA20-POLY1305 configuration
Vadim Fedorenko
1
-0
/
+16
2020-11-28
net/tls: add CHACHA20-POLY1305 specific behavior
Vadim Fedorenko
1
-2
/
+4
2020-11-28
net/tls: make inline helpers protocol-aware
Vadim Fedorenko
1
-7
/
+5
2020-11-20
net/tls: missing received data after fast remote close
Vadim Fedorenko
1
-0
/
+6
2020-11-17
net/tls: fix corrupted data in recvmsg
Vadim Fedorenko
1
-1
/
+1
2020-09-25
net/tls: race causes kernel panic
Rohit Maheshwari
1
-2
/
+7
2020-08-08
net/tls: allow MSG_CMSG_COMPAT in sendmsg
Rouven Czerwinski
1
-1
/
+2
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
[prev]
[next]