aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-30tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko1-3/+7
2020-06-25tools, bpftool: Define attach_type_name array only onceTobias Klauser2-35/+37
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser5-37/+42
2020-06-24tools, bpftool: Fix variable shadowing in emit_obj_refs_json()Quentin Monnet1-8/+9
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov1-0/+1
2020-06-24tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in MakefileTobias Klauser1-1/+1
2020-06-22tools/bpftool: Add documentation and sample output for process infoAndrii Nakryiko4-2/+35
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko10-0/+378
2020-06-22tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko4-60/+34
2020-06-22tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko4-32/+38
2020-06-22tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko4-308/+310
2020-06-20tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSDAndrii Nakryiko1-2/+2
2020-06-16tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko1-0/+1
2020-06-12tools/bpftool: Fix skeleton codegenAndrii Nakryiko1-2/+0
2020-06-11tools, bpftool: Exit on error in function codegenTobias Klauser1-5/+6
2020-06-11tools, bpftool: Fix memory leak in codegen error casesTobias Klauser1-0/+2
2020-06-10tools, bpf: Do not force gcc as CCBrett Mastbergen1-1/+0
2020-06-02tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich2-7/+7
2020-06-01bpftool: Support link show for netns-attached linksJakub Sitnicki1-0/+10
2020-06-01bpftool: Extract helpers for showing link attach typeJakub Sitnicki1-22/+22
2020-06-01tools, bpftool: Print correct error message when failing to load BTFTobias Klauser1-1/+1
2020-06-01tools, bpftool: Make capability check account for new BPF capsQuentin Monnet1-19/+66
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet11-76/+64
2020-05-19bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann6-15/+30
2020-05-15bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann1-53/+67
2020-05-11tools, bpftool: Minor fixes for documentationQuentin Monnet13-70/+116
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet5-6/+9
2020-05-09bpf, runqslower: include proper uapi/bpf.hSong Liu1-1/+2
2020-05-09tools/bpftool: Add bpf_iter support for bptoolYonghong Song6-1/+188
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-64/+692
2020-04-29tools: bpftool: Make libcap dependency optionalQuentin Monnet3-5/+38
2020-04-29tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet4-16/+100
2020-04-29tools: bpftool: For "feature probe" define "full_mode" bool as globalQuentin Monnet1-8/+7
2020-04-28bpftool: Add link bash completionsAndrii Nakryiko1-0/+39
2020-04-28bpftool: Add bpftool-link manpageAndrii Nakryiko1-0/+118
2020-04-28bpftool: Add bpf_link show and pin supportAndrii Nakryiko4-1/+345
2020-04-28bpftool: Expose attach_type-to-string array to non-cgroup codeAndrii Nakryiko2-33/+47
2020-04-28docs: networking: convert filter.txt to ReSTMauro Carvalho Chehab2-2/+2
2020-04-26tools/bpf/bpftool: Remove duplicate headersJagadeesh Pagadala3-3/+0
2020-04-24tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko1-1/+1
2020-04-24bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau1-1/+7
2020-04-14tools, bpftool: Fix struct_ops command invalid pointer freeDaniel T. Lee1-1/+3
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds3-0/+3
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada3-0/+3
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau5-1/+743
2020-03-20bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau2-12/+107
2020-03-20bpftool: Print as a string for char arrayMartin KaFai Lau1-0/+41
2020-03-20bpftool: Print the enum's name instead of valueMartin KaFai Lau1-4/+36
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser1-1/+0
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet4-11/+35