summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)Author
2021-07-28bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser
2021-07-25bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian
2021-07-14tools/bpftool: Fix error return code in do_batch()Zhihao Cheng
2021-01-17bpftool: Fix compilation failure for net.o with older glibcAlan Maguire
2020-11-24tools, bpftool: Add missing close before bpftool net attach exitWang Hai
2020-08-19tools, bpftool: Fix wrong return value in do_dump()Tianjia Zhang
2020-02-24bpf: Print error message for bpftool cgroup showHechao Li
2020-02-14bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen
2020-01-23bpftool: Fix printing incorrect pointer in btf_dump_ptrMartin KaFai Lau
2020-01-12bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen
2019-12-31tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'Quentin Monnet
2019-09-30tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-08-31tools: bpftool: do not link twice against libbpf.a in MakefileQuentin Monnet
2019-08-31tools: bpf: account for generated feature/ and libbpf/ directoriesQuentin Monnet
2019-08-31tools: bpftool: improve and check builds for different make invocationsQuentin Monnet
2019-08-31tools: bpftool: ignore make built-in rules for getting kernel versionQuentin Monnet
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-21tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet
2019-08-21tools: bpftool: show frozen status for mapsQuentin Monnet
2019-08-20tools: bpftool: implement "bpftool btf show|list"Quentin Monnet
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-15tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet
2019-08-15tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet
2019-08-15tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet
2019-08-15tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet
2019-08-15tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet
2019-08-15tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet
2019-08-15tools: bpftool: add documentation for net attach/detachDaniel T. Lee
2019-08-15tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee
2019-08-15tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee
2019-08-15tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee
2019-08-14tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet
2019-08-13tools: bpftool: add feature check for zlibPeter Wu
2019-08-12tools: bpftool: fix reading from /proc/config.gzPeter Wu
2019-08-09tools: bpftool: add error message on pin failureJakub Kicinski
2019-08-09tools: bpftool: fix error message (prog -> object)Jakub Kicinski
2019-07-30tools: bpftool: add support for reporting the effective cgroup progsJakub Kicinski
2019-07-29tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen
2019-07-12tools: bpftool: add raw_tracepoint_writable prog type to headerDaniel T. Lee
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08tools: bpftool: add completion for bpftool prog "loadall"Quentin Monnet
2019-07-08tools/bpftool: switch map event_pipe to libbpf's perf_bufferAndrii Nakryiko
2019-07-05tools: bpftool: Fix json dump crash on powerpcJiri Olsa
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-27bpftool: support cgroup sockoptStanislav Fomichev
2019-06-26tools: bpftool: use correct argument in cgroup errorsJakub Kicinski
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller