summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | libbpf: Honor autocreate flag for struct_ops mapsEduard Zingerman2024-03-061-3/+15
* | libbpf: Tie struct_ops programs to kernel BTF ids, not to local idsEduard Zingerman2024-03-061-23/+26
* | libbpf: Allow version suffixes (___smth) for struct_ops typesEduard Zingerman2024-03-061-1/+5
* | libbpf: Correct debug message in btf__load_vmlinux_btfChen Shen2024-03-041-1/+1
* | libbpf: Convert st_ops->data to shadow type.Kui-Feng Lee2024-02-291-2/+38
* | libbpf: Set btf_value_type_id of struct bpf_map for struct_ops.Kui-Feng Lee2024-02-291-0/+5
* | bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly2024-02-221-5/+12
* | libbpf: Make remark about zero-initializing bpf_*_info structsMatt Bobrowski2024-02-141-5/+17
* | libbpf: Add support to GCC in CORE macro definitionsCupertino Miranda2024-02-131-7/+38
* | libbpf: Use OPTS_SET() macro in bpf_xdp_query()Toke Høiland-Jørgensen2024-02-061-2/+2
* | libbpf: fix return value for PERF_EVENT __arg_ctx type fix up checkAndrii Nakryiko2024-02-051-3/+3
* | libbpf: Add missed btf_ext__raw_data() APIAndrii Nakryiko2024-02-013-3/+7
* | libbpf: Add btf__new_split() API that was declared but not implementedAndrii Nakryiko2024-02-012-1/+7
* | libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko2024-02-011-1/+1
* | libbpf: Call memfd_create() syscall directlyAndrii Nakryiko2024-02-011-1/+10
* | libbpf: Remove unnecessary null check in kernel_supports()Eduard Zingerman2024-02-011-1/+1
* | libbpf: add bpf_core_cast() macroAndrii Nakryiko2024-01-301-0/+13
* | libbpf: add __arg_trusted and __arg_nullable tag macrosAndrii Nakryiko2024-01-301-0/+2
* | libbpf: Add some details for BTF parsing failuresIan Rogers2024-01-291-4/+18
* | libbpf: fix __arg_ctx type enforcement for perf_event programsAndrii Nakryiko2024-01-291-1/+20
* | libbpf: integrate __arg_ctx feature detector into kernel_supports()Andrii Nakryiko2024-01-293-64/+61
* | libbpf: Fix faccessat() usage on AndroidAndrii Nakryiko2024-01-291-0/+14
* | libbpf: Support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko2024-01-242-0/+14
* | libbpf: Wire up BPF token support at BPF object levelAndrii Nakryiko2024-01-244-11/+131
* | libbpf: Wire up token_fd into feature probing logicAndrii Nakryiko2024-01-245-47/+97
* | libbpf: Move feature detection code into its own fileAndrii Nakryiko2024-01-246-466/+481
* | libbpf: Further decouple feature checking logic from bpf_objectAndrii Nakryiko2024-01-243-11/+22
* | libbpf: Split feature detectors definitions from cached resultsAndrii Nakryiko2024-01-241-6/+12
* | libbpf: Add BPF token support to bpf_prog_load() APIAndrii Nakryiko2024-01-242-2/+4
* | libbpf: Add BPF token support to bpf_btf_load() APIAndrii Nakryiko2024-01-242-2/+9
* | libbpf: Add BPF token support to bpf_map_create() APIAndrii Nakryiko2024-01-242-4/+7
* | libbpf: Add bpf_token_create() APIAndrii Nakryiko2024-01-243-0/+42
* | libbpf: Ensure undefined bpf_attr field stays 0Martin KaFai Lau2024-01-241-1/+1
* | libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo structDima Tisnek2024-01-231-1/+1
* | libbpf: Find correct module BTFs for struct_ops maps and progs.Kui-Feng Lee2024-01-234-12/+38
* | libbpf: call dup2() syscall directlyAndrii Nakryiko2024-01-231-1/+11
* | libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin2024-01-231-0/+4
|/
* libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko2024-01-171-9/+66
* libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko2024-01-171-0/+67
* libbpf: implement __arg_ctx fallback logicAndrii Nakryiko2024-01-031-4/+252
* libbpf: move BTF loading step after relocation stepAndrii Nakryiko2024-01-031-1/+1
* libbpf: move exception callbacks assignment logic into relocation stepAndrii Nakryiko2024-01-031-80/+85
* libbpf: use stable map placeholder FDsAndrii Nakryiko2024-01-032-38/+77
* libbpf: don't rely on map->fd as an indicator of map being createdAndrii Nakryiko2024-01-031-15/+27
* libbpf: use explicit map reuse flag to skip map creation stepsAndrii Nakryiko2024-01-031-1/+1
* libbpf: make uniform use of btf__fd() accessor inside libbpfAndrii Nakryiko2024-01-031-1/+1
* libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang2023-12-211-0/+2
* libbpf: Skip DWARF sections in linker sanity checkAlyssa Ross2023-12-211-0/+3
* libbpf: add __arg_xxx macros for annotating global func argsAndrii Nakryiko2023-12-191-0/+3
* Revert BPF token-related functionalityAndrii Nakryiko2023-12-1912-741/+478