summaryrefslogtreecommitdiff
path: root/net/tls/tls_strp.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca1-3/+3
2023-07-28net/tls: Use tcp_read_sock() instead of ops->read_sock()Hannes Reinecke1-2/+1
2023-05-26tls: improve lockless access safety of tls_err_abort()Jakub Kicinski1-1/+3
2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski1-17/+100
2023-05-19tls: rx: strp: factor out copying skb dataJakub Kicinski1-10/+23
2023-05-19tls: rx: strp: fix determining record length in copy modeJakub Kicinski1-6/+15
2023-05-19tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski1-5/+11
2023-05-19tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski1-0/+2
2022-10-14tls: strp: make sure the TCP skbs do not have overlapping dataJakub Kicinski1-4/+28
2022-08-11tls: rx: device: don't try to copy too much on detachJakub Kicinski1-1/+1
2022-07-29tls: rx: Fix unsigned comparison with less than zeroYang Li1-1/+2
2022-07-29tls: strp: rename and multithread the workqueueJakub Kicinski1-1/+1
2022-07-27tls: rx: do not use the standard strparserJakub Kicinski1-14/+470
2022-07-27tls: rx: device: add input CoW helperJakub Kicinski1-0/+11
2022-07-27tls: rx: device: keep the zero copy status with offloadJakub Kicinski1-0/+9
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski1-0/+17