summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorLines
2020-08-06bpf: Add missing return to resolve_btfidsStanislav Fomichev-0/+1
2020-08-06tools/bpf: Support new uapi for map element bpf iteratorYonghong Song-3/+6
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-612/+1878
2020-08-03tools/resolve_btfids: Use libbpf's btf__parse() APIAndrii Nakryiko-57/+5
2020-08-03tools/bpftool: Use libbpf's btf__parse() API for parsing BTF from fileAndrii Nakryiko-53/+1
2020-08-03tools, bpftool: Fix wrong return value in do_dump()Tianjia Zhang-1/+1
2020-08-01tools/bpftool: Add documentation and bash-completion for `link detach`Andrii Nakryiko-2/+10
2020-08-01tools/bpftool: Add `link detach` subcommandAndrii Nakryiko-1/+36
2020-07-27tools, bpftool: Add LSM type to array of prog namesQuentin Monnet-0/+1
2020-07-27tools, bpftool: Skip type probe if name is not foundQuentin Monnet-0/+8
2020-07-25tools/bpftool: Add bpftool support for bpf map element iteratorYonghong Song-7/+62
2020-07-25tools/bpftool: Strip BPF .o files before skeleton generationAndrii Nakryiko-1/+2
2020-07-21bpftool: Use only nftw for file tree parsingTony Ambardar-59/+82
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich-1/+2
2020-07-21tools/bpftool: Fix error handing in do_skeleton()YueHaibing-1/+4
2020-07-21tools: bpf: Use local copy of headers including uapi/linux/filter.hWill Deacon-1/+2
2020-07-17tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki-3/+5
2020-07-14bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF optionJiri Olsa-0/+14
2020-07-13tools/bpftool: Strip away modifiers from global variablesAndrii Nakryiko-13/+10
2020-07-13tools/bpftool: Remove warning about PID iterator supportAndrii Nakryiko-1/+0
2020-07-13bpf: Compile resolve_btfids tool at kernel compilation startJiri Olsa-1/+8
2020-07-13bpf: Add resolve_btfids tool to resolve BTF IDs in ELF objectJiri Olsa-0/+808
2020-07-09bpf: Fix another bpftool segfault without skeleton code enabledLouis Peens-0/+1
2020-07-08bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev-0/+1
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-470/+876
2020-07-03bpf: Fix bpftool without skeleton code enabledJohn Fastabend-0/+1
2020-07-02tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko-1/+1
2020-06-30tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko-3/+7
2020-06-25tools, bpftool: Define attach_type_name array only onceTobias Klauser-35/+37
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser-37/+42
2020-06-24tools, bpftool: Fix variable shadowing in emit_obj_refs_json()Quentin Monnet-8/+9
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov-0/+1
2020-06-24tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in MakefileTobias Klauser-1/+1
2020-06-22tools/bpftool: Add documentation and sample output for process infoAndrii Nakryiko-2/+35
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko-0/+378
2020-06-22tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko-60/+34
2020-06-22tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko-32/+38
2020-06-22tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko-308/+310
2020-06-20tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSDAndrii Nakryiko-2/+2
2020-06-17tools, bpftool: Add ringbuf map type to map command docsTobias Klauser-2/+2
2020-06-16tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko-0/+1
2020-06-12tools/bpftool: Fix skeleton codegenAndrii Nakryiko-2/+0
2020-06-11tools, bpftool: Exit on error in function codegenTobias Klauser-5/+6
2020-06-11tools, bpftool: Fix memory leak in codegen error casesTobias Klauser-0/+2
2020-06-10tools, bpf: Do not force gcc as CCBrett Mastbergen-1/+0
2020-06-02tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich-7/+7
2020-06-01bpftool: Support link show for netns-attached linksJakub Sitnicki-0/+10
2020-06-01bpftool: Extract helpers for showing link attach typeJakub Sitnicki-22/+22
2020-06-01tools, bpftool: Print correct error message when failing to load BTFTobias Klauser-1/+1
2020-06-01tools, bpftool: Make capability check account for new BPF capsQuentin Monnet-19/+66