summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
2022-01-27bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2-2/+0
2022-01-27bpftool: Enable line buffering for stdoutPaul Chaignon1-0/+2
2021-07-28bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser1-0/+5
2021-07-25bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian1-2/+4
2021-07-14tools/bpftool: Fix error return code in do_batch()Zhihao Cheng1-1/+3
2021-01-17bpftool: Fix compilation failure for net.o with older glibcAlan Maguire1-1/+0
2020-11-24tools, bpftool: Add missing close before bpftool net attach exitWang Hai1-9/+9
2020-08-19tools, bpftool: Fix wrong return value in do_dump()Tianjia Zhang1-1/+1
2020-02-24bpf: Print error message for bpftool cgroup showHechao Li1-17/+39
2020-02-15bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen1-1/+1
2020-01-23bpftool: Fix printing incorrect pointer in btf_dump_ptrMartin KaFai Lau1-1/+1
2020-01-12bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen2-2/+2
2019-12-31tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'Quentin Monnet1-0/+6
2019-09-30tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan1-1/+5
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller20-67/+760
2019-08-31tools: bpftool: do not link twice against libbpf.a in MakefileQuentin Monnet1-2/+2
2019-08-31tools: bpf: account for generated feature/ and libbpf/ directoriesQuentin Monnet4-6/+12
2019-08-31tools: bpftool: improve and check builds for different make invocationsQuentin Monnet1-5/+7
2019-08-31tools: bpftool: ignore make built-in rules for getting kernel versionQuentin Monnet1-1/+1
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-08-21tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet3-3/+44
2019-08-21tools: bpftool: show frozen status for mapsQuentin Monnet1-3/+27
2019-08-20tools: bpftool: implement "bpftool btf show|list"Quentin Monnet3-6/+363
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6
2019-08-16tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet1-1/+3
2019-08-16tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet4-10/+10
2019-08-16tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet1-1/+1
2019-08-16tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet1-1/+1
2019-08-16tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet1-1/+1
2019-08-16tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet1-4/+4
2019-08-16tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet1-2/+2
2019-08-16tools: bpftool: add documentation for net attach/detachDaniel T. Lee1-3/+54
2019-08-16tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee1-10/+55
2019-08-16tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee1-1/+41
2019-08-16tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee1-7/+129
2019-08-14tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet3-2/+7
2019-08-13tools: bpftool: add feature check for zlibPeter Wu1-3/+8
2019-08-12tools: bpftool: fix reading from /proc/config.gzPeter Wu2-53/+54
2019-08-09tools: bpftool: add error message on pin failureJakub Kicinski1-1/+5
2019-08-09tools: bpftool: fix error message (prog -> object)Jakub Kicinski1-1/+1
2019-07-31tools: bpftool: add support for reporting the effective cgroup progsJakub Kicinski3-38/+76
2019-07-29tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen3-4/+5
2019-07-12tools: bpftool: add raw_tracepoint_writable prog type to headerDaniel T. Lee1-0/+1
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-07-08tools: bpftool: add completion for bpftool prog "loadall"Quentin Monnet1-1/+8
2019-07-08tools/bpftool: switch map event_pipe to libbpf's perf_bufferAndrii Nakryiko1-137/+64
2019-07-06tools: bpftool: Fix json dump crash on powerpcJiri Olsa1-4/+7
2019-07-06tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet5-3/+437
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+3
2019-06-28bpftool: support cgroup sockoptStanislav Fomichev6-8/+20