summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_strp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-3/+3
|\
| * tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2024-04-251-3/+3
* | net: move skb ref helpers to new headerMina Almasry2024-04-111-0/+1
|/
* net/tls: Use tcp_read_sock() instead of ops->read_sock()Hannes Reinecke2023-07-271-2/+1
* tls: improve lockless access safety of tls_err_abort()Jakub Kicinski2023-05-261-1/+3
* tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski2023-05-191-17/+100
* tls: rx: strp: factor out copying skb dataJakub Kicinski2023-05-191-10/+23
* tls: rx: strp: fix determining record length in copy modeJakub Kicinski2023-05-191-6/+15
* tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski2023-05-191-5/+11
* tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski2023-05-191-0/+2
* tls: strp: make sure the TCP skbs do not have overlapping dataJakub Kicinski2022-10-141-4/+28
* tls: rx: device: don't try to copy too much on detachJakub Kicinski2022-08-101-1/+1
* tls: rx: Fix unsigned comparison with less than zeroYang Li2022-07-281-1/+2
* tls: strp: rename and multithread the workqueueJakub Kicinski2022-07-281-1/+1
* tls: rx: do not use the standard strparserJakub Kicinski2022-07-261-14/+470
* tls: rx: device: add input CoW helperJakub Kicinski2022-07-261-0/+11
* tls: rx: device: keep the zero copy status with offloadJakub Kicinski2022-07-261-0/+9
* tls: rx: async: hold onto the input skbJakub Kicinski2022-07-181-0/+17