summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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, 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
* tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich2020-06-022-7/+7
* bpftool: Support link show for netns-attached linksJakub Sitnicki2020-06-011-0/+10
* bpftool: Extract helpers for showing link attach typeJakub Sitnicki2020-06-011-22/+22
* tools, bpftool: Print correct error message when failing to load BTFTobias Klauser2020-06-011-1/+1
* tools, bpftool: Make capability check account for new BPF capsQuentin Monnet2020-06-011-19/+66
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-0111-76/+64
* bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann2020-05-196-15/+30
* bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann2020-05-151-53/+67
* tools, bpftool: Minor fixes for documentationQuentin Monnet2020-05-1113-70/+116
* tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet2020-05-115-6/+9
* bpf, runqslower: include proper uapi/bpf.hSong Liu2020-05-091-1/+2
* tools/bpftool: Add bpf_iter support for bptoolYonghong Song2020-05-096-1/+188
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-0113-64/+692
|\
| * tools: bpftool: Make libcap dependency optionalQuentin Monnet2020-04-293-5/+38
| * tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet2020-04-294-16/+100
| * tools: bpftool: For "feature probe" define "full_mode" bool as globalQuentin Monnet2020-04-291-8/+7
| * bpftool: Add link bash completionsAndrii Nakryiko2020-04-281-0/+39
| * bpftool: Add bpftool-link manpageAndrii Nakryiko2020-04-281-0/+118
| * bpftool: Add bpf_link show and pin supportAndrii Nakryiko2020-04-284-1/+345
| * bpftool: Expose attach_type-to-string array to non-cgroup codeAndrii Nakryiko2020-04-282-33/+47
| * tools/bpf/bpftool: Remove duplicate headersJagadeesh Pagadala2020-04-263-3/+0
* | docs: networking: convert filter.txt to ReSTMauro Carvalho Chehab2020-04-282-2/+2
|/
* tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko2020-04-241-1/+1
* bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau2020-04-241-1/+7
* tools, bpftool: Fix struct_ops command invalid pointer freeDaniel T. Lee2020-04-141-1/+3
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-033-0/+3
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-253-0/+3
* | bpftool: Add struct_ops supportMartin KaFai Lau2020-03-205-1/+743
* | bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau2020-03-202-12/+107