Age | Commit message (Expand) | Author | Files | Lines |
2022-07-18 | tls: rx: remove the message decrypted tracking | Jakub Kicinski | 1 | -1/+0 |
2022-07-09 | strparser: pad sk_skb_cb to avoid straddling cachelines | Jakub Kicinski | 1 | -4/+8 |
2022-04-08 | tls: rx: don't store the decryption status in socket context | Jakub Kicinski | 1 | -0/+1 |
2022-04-08 | tls: rx: don't store the record type in socket context | Jakub Kicinski | 1 | -0/+3 |
2021-11-09 | bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg | Jussi Maki | 1 | -0/+4 |
2021-11-09 | bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding | John Fastabend | 1 | -1/+15 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2018-06-06 | strparser: Add __strp_unpause and use it in ktls. | Doron Roberts-Kedes | 1 | -0/+2 |
2017-10-25 | strparser: Use delayed work instead of timer for msg timeout | Tom Herbert | 1 | -2/+1 |
2017-08-25 | strparser: initialize all callbacks | Eric Biggers | 1 | -1/+1 |
2017-08-02 | strparser: Generalize strparser | Tom Herbert | 1 | -57/+62 |
2016-08-29 | kcm: Remove TCP specific references from kcm and strparser | Tom Herbert | 1 | -1/+1 |
2016-08-24 | strparser: Queue work when being unpaused | Tom Herbert | 1 | -4/+1 |
2016-08-18 | strparser: Stream parser for messages | Tom Herbert | 1 | -0/+145 |