summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-07-22tools/resolve_btfids: Fix comparison of distinct pointer types warning in res...Liwei Song1-1/+1
2024-07-17bpftool: Fix typo in usage helpDonald Hunter1-1/+1
2024-07-09bpftool: improve skeleton backwards compat with old buggy libbpfsAndrii Nakryiko1-14/+32
2024-07-02bpftool: Mount bpffs when pinmaps path not under the bpffsTao Chen1-0/+4
2024-06-21bpftool: Allow compile-time checks of BPF map auto-attach support in skeletonAndrii Nakryiko1-0/+2
2024-06-17resolve_btfids: Handle presence of .BTF.base sectionAlan Maguire1-0/+8
2024-06-12bpftool: Support dumping kfunc prototypes from BTFDaniel Xu1-0/+55
2024-06-11bpftool: Query only cgroup-related attach typesKenta Tada1-4/+36
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-22/+51
2024-06-06libbpf: Auto-attach struct_ops BPF maps in BPF skeletonMykyta Yatsenko1-4/+32
2024-06-05bpftool: Use BTF field iterator in btfgenAndrii Nakryiko1-10/+6
2024-06-03bpftool: Fix typo in MAX_NUM_METRICS macro nameSwan Beaujard1-7/+7
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-05-30bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.Kui-Feng Lee1-1/+6
2024-05-24bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock1-1/+1
2024-05-21bpftool: Un-const bpf_func_info to fix it for llvm 17 and newerIvan Babrou1-1/+1
2024-05-18bpftool: Fix make dependencies for vmlinux.hArtem Savkov1-1/+2
2024-05-18bpftool: Introduce btf c dump sortingMykyta Yatsenko3-7/+140
2024-05-06bpftool, selftests/hid/bpf: Fix 29 clang warningsJohn Hubbard1-1/+1
2024-04-16bpftool: Address minor issues in bash completionQuentin Monnet1-36/+25
2024-04-16bpftool: Update documentation where progs/maps can be passed by nameQuentin Monnet4-4/+4
2024-04-12bpftool: Fix typo in error messageThorsten Blum1-1/+1
2024-04-10bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAPYonghong Song1-0/+9
2024-04-04bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq5-16/+92
2024-04-02bpftool: Use __typeof__() instead of typeof() in BPF skeletonAndrii Nakryiko1-2/+2
2024-04-02bpftool: Clean-up typos, punctuation, list formatting in docsRameez Rehman3-40/+35
2024-04-02bpftool: Remove useless emphasis on command description in man pagesRameez Rehman11-61/+61
2024-04-02bpftool: Use simpler indentation in source rST for documentationRameez Rehman14-991/+908
2024-03-28bpf: improve error message for unsupported helperMykyta Yatsenko1-1/+2
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-20bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftoolQuentin Monnet1-4/+5
2024-03-19bpftool: Remove unnecessary source files from bootstrap versionQuentin Monnet1-4/+1
2024-03-19bpftool: Enable libbpf logs when loading pid_iter in debug modeQuentin Monnet1-7/+12
2024-03-15libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov1-1/+1
2024-03-14bpftool: Fix missing pids during link showYonghong Song1-2/+2
2024-03-14bpftool: Cast pointers for shadow types explicitly.Kui-Feng Lee1-1/+2
2024-03-11libbpf: Recognize __arena global variables.Andrii Nakryiko1-0/+13
2024-03-11bpftool: Recognize arena map typeAlexei Starovoitov2-2/+2
2024-03-07bpftool: rename is_internal_mmapable_map into is_mmapable_mapAndrii Nakryiko1-9/+9
2024-02-29bpftool: Add an example for struct_ops map and shadow type.Kui-Feng Lee1-6/+52
2024-02-29bpftool: Generated shadow variables for struct_ops maps.Kui-Feng Lee1-1/+236
2024-02-07tools/resolve_btfids: Fix cross-compilation to non-host endiannessViktor Malik1-0/+35
2024-02-07tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik1-14/+21
2024-01-29bpftool: Be more portable by using POSIX's basename()Arnaldo Carvalho de Melo1-3/+6
2024-01-23bpftool: Display cookie for kprobe multi linkJiri Olsa1-15/+63
2024-01-23bpftool: Display cookie for perf event link probesJiri Olsa1-0/+14
2024-01-23bpftool: Fix wrong free call in do_show_linkJiri Olsa1-1/+1
2024-01-23bpftool: Silence build warning about calloc()Tiezhu Yang1-1/+1
2024-01-04bpfilter: remove bpfilterQuentin Deslandes1-4/+0
2023-11-28bpftool: Add support to display uprobe_multi linksJiri Olsa1-2/+103