开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tls
/
tls_strp.c
Age
Commit message (
Expand
)
Author
2023-07-27
net/tls: Use tcp_read_sock() instead of ops->read_sock()
Hannes Reinecke
2023-05-26
tls: improve lockless access safety of tls_err_abort()
Jakub Kicinski
2023-05-19
tls: rx: strp: preserve decryption status of skbs when needed
Jakub Kicinski
2023-05-19
tls: rx: strp: factor out copying skb data
Jakub Kicinski
2023-05-19
tls: rx: strp: fix determining record length in copy mode
Jakub Kicinski
2023-05-19
tls: rx: strp: force mixed decrypted records into copy mode
Jakub Kicinski
2023-05-19
tls: rx: strp: set the skb->len of detached / CoW'ed skbs
Jakub Kicinski
2022-10-14
tls: strp: make sure the TCP skbs do not have overlapping data
Jakub Kicinski
2022-08-10
tls: rx: device: don't try to copy too much on detach
Jakub Kicinski
2022-07-28
tls: rx: Fix unsigned comparison with less than zero
Yang Li
2022-07-28
tls: strp: rename and multithread the workqueue
Jakub Kicinski
2022-07-26
tls: rx: do not use the standard strparser
Jakub Kicinski
2022-07-26
tls: rx: device: add input CoW helper
Jakub Kicinski
2022-07-26
tls: rx: device: keep the zero copy status with offload
Jakub Kicinski
2022-07-18
tls: rx: async: hold onto the input skb
Jakub Kicinski