summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
AgeCommit message (Expand)Author
2020-04-24bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau
2020-04-14tools, bpftool: Fix struct_ops command invalid pointer freeDaniel T. Lee
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau
2020-03-20bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau
2020-03-20bpftool: Print as a string for char arrayMartin KaFai Lau
2020-03-20bpftool: Print the enum's name instead of valueMartin KaFai Lau
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet
2020-03-13tools: bpftool: Fix minor bash completion mistakesQuentin Monnet
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet
2020-03-13bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu
2020-03-13bpftool: Skeleton should depend on libbpfSong Liu
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser
2020-03-10bpftool: Fix typo in bash-completionSong Liu
2020-03-10bpftool: Bash completion for "bpftool prog profile"Song Liu
2020-03-10bpftool: Documentation for bpftool prog profileSong Liu
2020-03-10bpftool: Introduce "prog profile" commandSong Liu
2020-03-02bpftool: Add header guards to generated vmlinux.hAndrii Nakryiko
2020-02-26bpftool: Update bash completion for "bpftool feature" commandMichal Rostecki
2020-02-26bpftool: Update documentation of "bpftool feature" commandMichal Rostecki
2020-02-26bpftool: Make probes which emit dmesg warnings optionalMichal Rostecki
2020-02-26bpftool: Move out sections to separate functionsMichal Rostecki
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov
2020-02-07bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen
2020-02-04bpftool: Remove redundant "HAVE" prefix from the large INSN limit checkMichal Rostecki
2020-01-24bpftool: Print function linkage in BTF dumpAndrii Nakryiko
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-15bpftool: Support dumping a map with btf_vmlinux_value_type_idMartin KaFai Lau
2020-01-15bpftool: Add struct_ops map nameMartin KaFai Lau
2020-01-15bpftool: Fix missing BTF output for json during map dumpMartin KaFai Lau
2020-01-15bpftool: Fix a leak of btf objectMartin KaFai Lau
2020-01-13bpftool: Apply preserve_access_index attribute to all types in BTF dumpAndrii Nakryiko
2020-01-11bpftool: Fix printing incorrect pointer in btf_dump_ptrMartin KaFai Lau
2020-01-08bpftool: Add misc section and probe for large INSN limitMichal Rostecki
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-27bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko
2019-12-26bpf: Print error message for bpftool cgroup showHechao Li
2019-12-18libbpf: Put Kconfig externs into .kconfig sectionAndrii Nakryiko
2019-12-18bpftool: Work-around rst2man conversion bugAndrii Nakryiko
2019-12-18bpftool: Simplify format string to not use positional argsAndrii Nakryiko
2019-12-17bpftool: Add gen subcommand manpageAndrii Nakryiko
2019-12-17bpftool, selftests/bpf: Embed object file inside skeletonAndrii Nakryiko
2019-12-16bpftool: Fix compilation warning on shadowed variablePaul Chaignon
2019-12-15bpftool: Generate externs datasec in BPF skeletonAndrii Nakryiko
2019-12-15bpftool: Add `gen skeleton` BASH completionsAndrii Nakryiko