aboutsummaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Fix typo in usage helpDonald Hunter2024-07-171-1/+1
* bpftool: improve skeleton backwards compat with old buggy libbpfsAndrii Nakryiko2024-07-091-14/+32
* bpftool: Mount bpffs when pinmaps path not under the bpffsTao Chen2024-07-021-0/+4
* bpftool: Allow compile-time checks of BPF map auto-attach support in skeletonAndrii Nakryiko2024-06-211-0/+2
* bpftool: Support dumping kfunc prototypes from BTFDaniel Xu2024-06-121-0/+55
* bpftool: Query only cgroup-related attach typesKenta Tada2024-06-111-4/+36
* libbpf: Auto-attach struct_ops BPF maps in BPF skeletonMykyta Yatsenko2024-06-061-4/+32
* bpftool: Use BTF field iterator in btfgenAndrii Nakryiko2024-06-051-10/+6
* bpftool: Fix typo in MAX_NUM_METRICS macro nameSwan Beaujard2024-06-031-7/+7
* bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.Kui-Feng Lee2024-05-301-1/+6
* bpftool: Un-const bpf_func_info to fix it for llvm 17 and newerIvan Babrou2024-05-211-1/+1
* bpftool: Fix make dependencies for vmlinux.hArtem Savkov2024-05-181-1/+2
* bpftool: Introduce btf c dump sortingMykyta Yatsenko2024-05-183-7/+140
* bpftool, selftests/hid/bpf: Fix 29 clang warningsJohn Hubbard2024-05-061-1/+1
* bpftool: Address minor issues in bash completionQuentin Monnet2024-04-161-36/+25
* bpftool: Update documentation where progs/maps can be passed by nameQuentin Monnet2024-04-164-4/+4
* bpftool: Fix typo in error messageThorsten Blum2024-04-121-1/+1
* bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAPYonghong Song2024-04-101-0/+9
* bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq2024-04-045-16/+92
* bpftool: Use __typeof__() instead of typeof() in BPF skeletonAndrii Nakryiko2024-04-021-2/+2
* bpftool: Clean-up typos, punctuation, list formatting in docsRameez Rehman2024-04-023-40/+35
* bpftool: Remove useless emphasis on command description in man pagesRameez Rehman2024-04-0211-61/+61
* bpftool: Use simpler indentation in source rST for documentationRameez Rehman2024-04-0214-991/+908
* bpf: improve error message for unsupported helperMykyta Yatsenko2024-03-281-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-281-1/+1
|\
| * libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov2024-03-151-1/+1
* | bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftoolQuentin Monnet2024-03-201-4/+5
* | bpftool: Remove unnecessary source files from bootstrap versionQuentin Monnet2024-03-191-4/+1
* | bpftool: Enable libbpf logs when loading pid_iter in debug modeQuentin Monnet2024-03-191-7/+12
* | bpftool: Fix missing pids during link showYonghong Song2024-03-141-2/+2
* | bpftool: Cast pointers for shadow types explicitly.Kui-Feng Lee2024-03-141-1/+2
|/
* libbpf: Recognize __arena global variables.Andrii Nakryiko2024-03-111-0/+13
* bpftool: Recognize arena map typeAlexei Starovoitov2024-03-112-2/+2
* bpftool: rename is_internal_mmapable_map into is_mmapable_mapAndrii Nakryiko2024-03-071-9/+9
* bpftool: Add an example for struct_ops map and shadow type.Kui-Feng Lee2024-02-291-6/+52
* bpftool: Generated shadow variables for struct_ops maps.Kui-Feng Lee2024-02-291-1/+236
* bpftool: Be more portable by using POSIX's basename()Arnaldo Carvalho de Melo2024-01-291-3/+6
* bpftool: Display cookie for kprobe multi linkJiri Olsa2024-01-231-15/+63
* bpftool: Display cookie for perf event link probesJiri Olsa2024-01-231-0/+14
* bpftool: Fix wrong free call in do_show_linkJiri Olsa2024-01-231-1/+1
* bpftool: Silence build warning about calloc()Tiezhu Yang2024-01-231-1/+1
* bpfilter: remove bpfilterQuentin Deslandes2024-01-041-4/+0
* bpftool: Add support to display uprobe_multi linksJiri Olsa2023-11-281-2/+103
* bpftool: mark orphaned programs during prog showStanislav Fomichev2023-11-271-5/+9
* bpftool: Fix prog object type in manpageArtem Savkov2023-11-091-1/+1
* bpftool: Extend net dump with netkit progsDaniel Borkmann2023-10-242-5/+10
* bpftool: Implement link show support for netkitDaniel Borkmann2023-10-241-0/+9
* bpftool: Wrap struct_ops dump in an arrayManu Bretelle2023-10-191-0/+6
* bpftool: Fix printing of pointer valueManu Bretelle2023-10-191-1/+1
* bpftool: Add support for cgroup unix socket address hooksDaan De Meyer2023-10-115-23/+38