summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpftool: Align bpf_load_and_run_opts insns and dataIan Rogers2023-10-091-20/+23
* bpftool: Align output skeleton ELF codeIan Rogers2023-10-091-6/+9
* bpftool: Display missed count for kprobe perf linkJiri Olsa2023-09-251-0/+3
* bpftool: Display missed count for kprobe_multi linkJiri Olsa2023-09-251-0/+3
* bpftool: Fix -Wcast-qual warningDenys Zagorui2023-09-081-1/+1
* bpftool: Fix build warnings with -Wtype-limitsYafang Shao2023-08-301-1/+1
* bpftool: Implement link show support for xdpDaniel Borkmann2023-08-161-0/+7
* bpftool: Implement link show support for tcxDaniel Borkmann2023-08-161-0/+37
* bpftool: fix perf help messageDaniel T. Lee2023-08-111-1/+1
* bpftool: Extend net dump with tcx progsDaniel Borkmann2023-07-193-16/+116
* bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet2023-07-122-2/+2
* bpftool: Show perf link infoYafang Shao2023-07-111-1/+246
* bpftool: Add perf event namesYafang Shao2023-07-111-0/+67
* bpftool: Show kprobe_multi link infoYafang Shao2023-07-111-3/+115
* bpftool: Dump the kernel symbol's module nameYafang Shao2023-07-112-1/+7
* bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin2023-07-101-10/+17
* bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet2023-07-101-2/+9
* bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin2023-07-101-2/+7
* bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin2023-07-101-1/+5
* bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-293-4/+4
* tools/resolve_btfids: Fix setting HOSTCFLAGSViktor Malik2023-06-051-2/+2
* bpftool: Specify XDP Hints ifname when loading programLarysa Zaremba2023-05-235-20/+64
* bpftool: Show target_{obj,btf}_id in tracing link infoYafang Shao2023-05-191-0/+6
* bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang2023-05-175-7/+10
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-163-16/+30
|\
| * bpftool: JIT limited misreported as negative value on aarch64Alan Maguire2023-05-151-12/+12
| * bpftool: Dump map id instead of value for map_of_maps typesXueming Feng2023-04-271-2/+10
| * bpftool: Show map IDs along with struct_ops links.Kui-Feng Lee2023-04-271-2/+8
* | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-1/+1
|\ \ | |/ |/|
| * ELF: fix all "Elf" typosAlexey Dobriyan2023-04-081-1/+1
* | tools: bpftool: print netfilter link infoFlorian Westphal2023-04-213-0/+192
* | bpftool: Update doc to explain struct_ops register subcommand.Kui-Feng Lee2023-04-211-4/+8
* | bpftool: Register struct_ops with a link.Kui-Feng Lee2023-04-214-25/+75
* | bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet2023-04-201-1/+1
* | bpftool: Set program type only if it differs from the desired oneWei Yongjun2023-04-071-1/+2
* | bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet2023-04-051-13/+3
* | bpftool: Support printing opcodes and source file references in CFGQuentin Monnet2023-04-057-15/+83
* | bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet2023-04-053-39/+47
* | bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet2023-04-052-6/+11
* | bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet2023-04-056-26/+88
* | bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet2023-04-051-0/+7