summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* tools/resolve_btfids: Fix sections with wrong alignmentJiri Olsa2020-08-201-0/+36
* bpftool: Handle EAGAIN error code properly in pids collectionYonghong Song2020-08-181-0/+2
* tools/bpftool: Generate data section struct with conservative alignmentAndrii Nakryiko2020-08-131-0/+14
* tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko2020-08-134-12/+20
* tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()Andrii Nakryiko2020-08-121-4/+4
* bpf: Add missing return to resolve_btfidsStanislav Fomichev2020-08-061-0/+1
* tools/bpf: Support new uapi for map element bpf iteratorYonghong Song2020-08-061-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0528-612/+1878
|\
| * tools/resolve_btfids: Use libbpf's btf__parse() APIAndrii Nakryiko2020-08-032-57/+5
| * tools/bpftool: Use libbpf's btf__parse() API for parsing BTF from fileAndrii Nakryiko2020-08-031-53/+1
| * tools, bpftool: Fix wrong return value in do_dump()Tianjia Zhang2020-08-031-1/+1
| * tools/bpftool: Add documentation and bash-completion for `link detach`Andrii Nakryiko2020-08-012-2/+10
| * tools/bpftool: Add `link detach` subcommandAndrii Nakryiko2020-08-011-1/+36
| * tools, bpftool: Add LSM type to array of prog namesQuentin Monnet2020-07-271-0/+1
| * tools, bpftool: Skip type probe if name is not foundQuentin Monnet2020-07-271-0/+8
| * tools/bpftool: Add bpftool support for bpf map element iteratorYonghong Song2020-07-253-7/+62
| * tools/bpftool: Strip BPF .o files before skeleton generationAndrii Nakryiko2020-07-251-1/+2
| * bpftool: Use only nftw for file tree parsingTony Ambardar2020-07-212-59/+82
| * samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich2020-07-211-1/+2
| * tools/bpftool: Fix error handing in do_skeleton()YueHaibing2020-07-211-1/+4
| * tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki2020-07-174-3/+5
| * bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF optionJiri Olsa2020-07-141-0/+14
| * tools/bpftool: Strip away modifiers from global variablesAndrii Nakryiko2020-07-131-13/+10
| * tools/bpftool: Remove warning about PID iterator supportAndrii Nakryiko2020-07-131-1/+0
| * bpf: Compile resolve_btfids tool at kernel compilation startJiri Olsa2020-07-131-1/+8
| * bpf: Add resolve_btfids tool to resolve BTF IDs in ELF objectJiri Olsa2020-07-133-0/+808
| * bpf: Fix another bpftool segfault without skeleton code enabledLouis Peens2020-07-091-0/+1
| * bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev2020-07-081-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-0419-470/+876
| |\
| | * bpf: Fix bpftool without skeleton code enabledJohn Fastabend2020-07-031-0/+1
| | * tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko2020-07-021-1/+1
| | * tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko2020-06-301-3/+7
| | * tools, bpftool: Define attach_type_name array only onceTobias Klauser2020-06-252-35/+37
| | * tools, bpftool: Define prog_type_name array only onceTobias Klauser2020-06-255-37/+42
| | * tools, bpftool: Fix variable shadowing in emit_obj_refs_json()Quentin Monnet2020-06-241-8/+9
| | * Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov2020-06-231-0/+1
| | |\
| | * | tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in MakefileTobias Klauser2020-06-241-1/+1
| | * | tools/bpftool: Add documentation and sample output for process infoAndrii Nakryiko2020-06-224-2/+35
| | * | tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2020-06-2210-0/+378
| | * | tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko2020-06-224-60/+34
| | * | tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko2020-06-224-32/+38
| | * | tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko2020-06-224-308/+310
| | * | tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSDAndrii Nakryiko2020-06-201-2/+2
* | | | tools: bpf: Use local copy of headers including uapi/linux/filter.hWill Deacon2020-07-211-1/+2
|/ / /
* | / tools, bpftool: Add ringbuf map type to map command docsTobias Klauser2020-06-172-2/+2
| |/ |/|
* | tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko2020-06-161-0/+1
|/
* tools/bpftool: Fix skeleton codegenAndrii Nakryiko2020-06-121-2/+0
* tools, bpftool: Exit on error in function codegenTobias Klauser2020-06-111-5/+6
* tools, bpftool: Fix memory leak in codegen error casesTobias Klauser2020-06-111-0/+2
* tools, bpf: Do not force gcc as CCBrett Mastbergen2020-06-101-1/+0