aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/strparser.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18tls: rx: remove the message decrypted trackingJakub Kicinski1-1/+0
2022-07-08strparser: pad sk_skb_cb to avoid straddling cachelinesJakub Kicinski1-4/+8
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski1-0/+1
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski1-0/+3
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki1-0/+4
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend1-1/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-06strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes1-0/+2
2017-10-25strparser: Use delayed work instead of timer for msg timeoutTom Herbert1-2/+1
2017-08-24strparser: initialize all callbacksEric Biggers1-1/+1
2017-08-01strparser: Generalize strparserTom Herbert1-57/+62
2016-08-28kcm: Remove TCP specific references from kcm and strparserTom Herbert1-1/+1
2016-08-23strparser: Queue work when being unpausedTom Herbert1-4/+1
2016-08-17strparser: Stream parser for messagesTom Herbert1-0/+145