summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
AgeCommit message (Expand)AuthorFilesLines
2025-08-28bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen1-6/+9
2025-06-04bpftool: Fix readlink usage in get_fd_typeViktor Malik1-1/+2
2024-12-14bpftool: fix potential NULL pointer dereferencing in prog_dump()Amir Mohammadi1-5/+12
2024-12-14bpftool: Remove asserts from JIT disassemblerQuentin Monnet4-35/+57
2024-03-27bpftool: Silence build warning about calloc()Tiezhu Yang1-1/+1
2023-09-19bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin1-10/+17
2023-07-23bpftool: JIT limited misreported as negative value on aarch64Alan Maguire1-12/+12
2023-05-11bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet1-0/+7
2023-05-11tools: bpftool: Remove invalid \' json escapeLuis Gerhorst1-3/+0
2023-03-17tools bpftool: Fix compilation error with new binutilsAndres Freund2-9/+38
2023-03-10bpftool: profile online CPUs instead of possibleTonghao Zhang1-8/+30
2022-11-16bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILEPu Lehui1-0/+3
2022-10-26bpftool: Clear errno after libcap's checksQuentin Monnet1-0/+10
2022-10-26bpftool: Fix a wrong type cast in btf_dumper_intLam Thai1-1/+1
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