summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
AgeCommit message (Expand)AuthorFilesLines
2022-04-08bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang1-4/+2
2022-04-08bpftool: Only set obj->skeleton on complete successWei Fu1-1/+1
2022-01-27bpftool: Fix indent in option lists in the documentationQuentin Monnet7-14/+14
2022-01-27bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2-2/+0
2022-01-27bpftool: Enable line buffering for stdoutPaul Chaignon1-0/+2
2022-01-27bpftool: Fix memory leak in prog_dump()Quentin Monnet1-6/+9
2021-11-18bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet1-7/+9
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski28-85/+210
2021-07-31tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet2-2/+4
2021-07-31tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet8-10/+96
2021-07-31tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet25-28/+45
2021-07-31tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet4-5/+12
2021-07-31tools: bpftool: Slightly ease bash completion updatesQuentin Monnet1-25/+29
2021-07-30tools: bpftool: Support dumping split BTF by idQuentin Monnet1-1/+1
2021-07-30tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet4-23/+29
2021-07-30tools: Free BTF objects at various locationsQuentin Monnet1-1/+4
2021-07-15bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser1-0/+5
2021-07-06bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian1-2/+4
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-11/+25
2021-06-12tools/bpftool: Fix error return code in do_batch()Zhihao Cheng1-1/+3
2021-06-08tools/bpftool: Fix cross-buildJean-Philippe Brucker1-1/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+10
2021-05-26bpftool: Set errno on skeleton failures and propagate errorsAndrii Nakryiko1-9/+18
2021-05-25bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian5-7/+10
2021-05-19bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov6-24/+482
2021-05-12bpftool: Stop emitting static variables in BPF skeletonAndrii Nakryiko1-0/+4
2021-05-12libbpf: Add per-file linker optsAndrii Nakryiko1-1/+1
2021-05-12bpftool: Strip const/volatile/restrict modifiers from .bss and .data varsAndrii Nakryiko1-0/+2
2021-04-24bpftool: Dump more info about DATASEC membersAndrii Nakryiko1-8/+18
2021-04-24bpftool: Support dumping BTF VAR's "extern" linkageAndrii Nakryiko1-1/+3
2021-04-16bpftool: Fix a clang compilation warningYonghong Song1-1/+1
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2-0/+2
2021-03-19bpftool: Add `gen object` command to perform BPF static linkingAndrii Nakryiko3-16/+100
2021-03-19bpftool: Add ability to specify custom skeleton object nameAndrii Nakryiko3-9/+44
2021-03-16bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko3-3/+5
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-8/+20
2021-03-05tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer2-8/+4
2021-03-05tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich2-0/+9
2021-02-27bpftool: Print subprog address properlyYonghong Song1-0/+3
2021-02-24bpf: Add kernel/modules BTF presence checks to bpftool feature commandGrant Seltzer1-0/+4
2021-02-23Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+2
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov1-0/+4
2021-01-29tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek1-2/+0
2021-01-20Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+0
2021-01-15bpftool: Add Makefile target bootstrapSong Liu1-0/+2
2021-01-14tools/bpftool: Add -Wall when building BPF programsIan Rogers1-1/+1
2021-01-07bpftool: Fix compilation failure for net.o with older glibcAlan Maguire1-1/+0
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-12-08tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko1-2/+2
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-5/+52