summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/disasm.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1Star
* bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-101-2/+3
* bpf: disassembler support JMP32Jiong Wang2019-01-261-15/+19
* bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa2018-03-231-26/+26
* bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-211-11/+54
* bpf: introduce function calls (function boundaries)Alexei Starovoitov2017-12-171-2/+6
* bpf: move instruction printing into a separate fileJakub Kicinski2017-10-101-0/+214