summaryrefslogtreecommitdiff
path: root/net/tls/tls.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-6/+0
2023-06-09tls/device: Use splice_eof() to flushDavid Howells1-0/+1
2023-06-09tls/sw: Use splice_eof() to flushDavid Howells1-0/+1
2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski1-0/+5
2023-02-13tls: Only use data field in crypto completion functionHerbert Xu1-0/+2
2022-07-27tls: rx: do not use the standard strparserJakub Kicinski1-4/+20
2022-07-27tls: rx: device: add input CoW helperJakub Kicinski1-0/+1
2022-07-27tls: rx: device: keep the zero copy status with offloadJakub Kicinski1-0/+1
2022-07-27tls: rx: wrap recv_pkt accesses in helpersJakub Kicinski1-0/+5
2022-07-18tls: rx: decrypt into a fresh skbJakub Kicinski1-0/+3
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski1-0/+3
2022-07-18tls: rx: read the input skb from ctx->recv_pktJakub Kicinski1-6/+8
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-07-09tls: create an internal headerJakub Kicinski1-0/+290