开源镜像站
帮助
动态
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.h
Age
Commit message (
Expand
)
Author
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-08
tls/device: Use splice_eof() to flush
David Howells
2023-06-08
tls/sw: Use splice_eof() to flush
David Howells
2023-05-19
tls: rx: strp: preserve decryption status of skbs when needed
Jakub Kicinski
2023-02-13
tls: Only use data field in crypto completion function
Herbert Xu
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-26
tls: rx: wrap recv_pkt accesses in helpers
Jakub Kicinski
2022-07-18
tls: rx: decrypt into a fresh skb
Jakub Kicinski
2022-07-18
tls: rx: async: hold onto the input skb
Jakub Kicinski
2022-07-18
tls: rx: read the input skb from ctx->recv_pkt
Jakub Kicinski
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-08
tls: create an internal header
Jakub Kicinski