summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)Author
2020-07-14bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF optionJiri Olsa
2020-07-13tools/bpftool: Strip away modifiers from global variablesAndrii Nakryiko
2020-07-13tools/bpftool: Remove warning about PID iterator supportAndrii Nakryiko
2020-07-13bpf: Compile resolve_btfids tool at kernel compilation startJiri Olsa
2020-07-13bpf: Add resolve_btfids tool to resolve BTF IDs in ELF objectJiri Olsa
2020-07-09bpf: Fix another bpftool segfault without skeleton code enabledLouis Peens
2020-07-08bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-03bpf: Fix bpftool without skeleton code enabledJohn Fastabend
2020-07-02tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko
2020-06-30tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko
2020-06-25tools, bpftool: Define attach_type_name array only onceTobias Klauser
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser
2020-06-24tools, bpftool: Fix variable shadowing in emit_obj_refs_json()Quentin Monnet
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov
2020-06-24tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in MakefileTobias Klauser
2020-06-22tools/bpftool: Add documentation and sample output for process infoAndrii Nakryiko
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko
2020-06-22tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko
2020-06-22tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko
2020-06-22tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko
2020-06-20tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSDAndrii Nakryiko
2020-06-17tools, bpftool: Add ringbuf map type to map command docsTobias Klauser
2020-06-16tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko
2020-06-12tools/bpftool: Fix skeleton codegenAndrii Nakryiko
2020-06-11tools, bpftool: Exit on error in function codegenTobias Klauser
2020-06-11tools, bpftool: Fix memory leak in codegen error casesTobias Klauser
2020-06-10tools, bpf: Do not force gcc as CCBrett Mastbergen
2020-06-02tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich
2020-06-01bpftool: Support link show for netns-attached linksJakub Sitnicki
2020-06-01bpftool: Extract helpers for showing link attach typeJakub Sitnicki
2020-06-01tools, bpftool: Print correct error message when failing to load BTFTobias Klauser
2020-06-01tools, bpftool: Make capability check account for new BPF capsQuentin Monnet
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet
2020-05-19bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann
2020-05-15bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann
2020-05-11tools, bpftool: Minor fixes for documentationQuentin Monnet
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet
2020-05-09bpf, runqslower: include proper uapi/bpf.hSong Liu
2020-05-09tools/bpftool: Add bpf_iter support for bptoolYonghong Song
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-04-29tools: bpftool: Make libcap dependency optionalQuentin Monnet
2020-04-29tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet
2020-04-29tools: bpftool: For "feature probe" define "full_mode" bool as globalQuentin Monnet
2020-04-28bpftool: Add link bash completionsAndrii Nakryiko
2020-04-28bpftool: Add bpftool-link manpageAndrii Nakryiko
2020-04-28bpftool: Add bpf_link show and pin supportAndrii Nakryiko
2020-04-28bpftool: Expose attach_type-to-string array to non-cgroup codeAndrii Nakryiko
2020-04-28docs: networking: convert filter.txt to ReSTMauro Carvalho Chehab
2020-04-26tools/bpf/bpftool: Remove duplicate headersJagadeesh Pagadala