summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)Author
2024-03-06libbpf: Allow version suffixes (___smth) for struct_ops typesEduard Zingerman
2024-03-04libbpf: Correct debug message in btf__load_vmlinux_btfChen Shen
2024-02-29libbpf: Convert st_ops->data to shadow type.Kui-Feng Lee
2024-02-29libbpf: Set btf_value_type_id of struct bpf_map for struct_ops.Kui-Feng Lee
2024-02-22bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly
2024-02-14libbpf: Make remark about zero-initializing bpf_*_info structsMatt Bobrowski
2024-02-13libbpf: Add support to GCC in CORE macro definitionsCupertino Miranda
2024-02-06libbpf: Use OPTS_SET() macro in bpf_xdp_query()Toke Høiland-Jørgensen
2024-02-05libbpf: fix return value for PERF_EVENT __arg_ctx type fix up checkAndrii Nakryiko
2024-02-01libbpf: Add missed btf_ext__raw_data() APIAndrii Nakryiko
2024-02-01libbpf: Add btf__new_split() API that was declared but not implementedAndrii Nakryiko
2024-02-01libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko
2024-02-01libbpf: Call memfd_create() syscall directlyAndrii Nakryiko
2024-02-01libbpf: Remove unnecessary null check in kernel_supports()Eduard Zingerman
2024-01-30libbpf: add bpf_core_cast() macroAndrii Nakryiko
2024-01-30libbpf: add __arg_trusted and __arg_nullable tag macrosAndrii Nakryiko
2024-01-29libbpf: Add some details for BTF parsing failuresIan Rogers
2024-01-29libbpf: fix __arg_ctx type enforcement for perf_event programsAndrii Nakryiko
2024-01-29libbpf: integrate __arg_ctx feature detector into kernel_supports()Andrii Nakryiko
2024-01-29libbpf: Fix faccessat() usage on AndroidAndrii Nakryiko
2024-01-24libbpf: Support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko
2024-01-24libbpf: Wire up BPF token support at BPF object levelAndrii Nakryiko
2024-01-24libbpf: Wire up token_fd into feature probing logicAndrii Nakryiko
2024-01-24libbpf: Move feature detection code into its own fileAndrii Nakryiko
2024-01-24libbpf: Further decouple feature checking logic from bpf_objectAndrii Nakryiko
2024-01-24libbpf: Split feature detectors definitions from cached resultsAndrii Nakryiko
2024-01-24libbpf: Add BPF token support to bpf_prog_load() APIAndrii Nakryiko
2024-01-24libbpf: Add BPF token support to bpf_btf_load() APIAndrii Nakryiko
2024-01-24libbpf: Add BPF token support to bpf_map_create() APIAndrii Nakryiko
2024-01-24libbpf: Add bpf_token_create() APIAndrii Nakryiko
2024-01-24libbpf: Ensure undefined bpf_attr field stays 0Martin KaFai Lau
2024-01-23libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo structDima Tisnek
2024-01-23libbpf: Find correct module BTFs for struct_ops maps and progs.Kui-Feng Lee
2024-01-23libbpf: call dup2() syscall directlyAndrii Nakryiko
2024-01-23libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin
2024-01-17libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko
2024-01-17libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko
2024-01-03libbpf: implement __arg_ctx fallback logicAndrii Nakryiko
2024-01-03libbpf: move BTF loading step after relocation stepAndrii Nakryiko
2024-01-03libbpf: move exception callbacks assignment logic into relocation stepAndrii Nakryiko
2024-01-03libbpf: use stable map placeholder FDsAndrii Nakryiko
2024-01-03libbpf: don't rely on map->fd as an indicator of map being createdAndrii Nakryiko
2024-01-03libbpf: use explicit map reuse flag to skip map creation stepsAndrii Nakryiko
2024-01-03libbpf: make uniform use of btf__fd() accessor inside libbpfAndrii Nakryiko
2023-12-21libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang
2023-12-21libbpf: Skip DWARF sections in linker sanity checkAlyssa Ross
2023-12-19libbpf: add __arg_xxx macros for annotating global func argsAndrii Nakryiko
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-13libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko
2023-12-13libbpf: wire up BPF token support at BPF object levelAndrii Nakryiko