summaryrefslogtreecommitdiffstats
path: root/include/net/strparser.h
Commit message (Expand)AuthorAgeFilesLines
* tls: rx: remove the message decrypted trackingJakub Kicinski2022-07-181-1/+0
* strparser: pad sk_skb_cb to avoid straddling cachelinesJakub Kicinski2022-07-081-4/+8
* tls: rx: don't store the decryption status in socket contextJakub Kicinski2022-04-081-0/+1
* tls: rx: don't store the record type in socket contextJakub Kicinski2022-04-081-0/+3
* bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki2021-11-091-0/+4
* bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2021-11-091-1/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes2018-06-061-0/+2
* strparser: Use delayed work instead of timer for msg timeoutTom Herbert2017-10-251-2/+1
* strparser: initialize all callbacksEric Biggers2017-08-241-1/+1
* strparser: Generalize strparserTom Herbert2017-08-011-57/+62
* kcm: Remove TCP specific references from kcm and strparserTom Herbert2016-08-281-1/+1
* strparser: Queue work when being unpausedTom Herbert2016-08-231-4/+1
* strparser: Stream parser for messagesTom Herbert2016-08-171-0/+145