summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-03-01bpftool: Generated shadow variables for struct_ops maps.Kui-Feng Lee1-1/+236
2024-03-01libbpf: Convert st_ops->data to shadow type.Kui-Feng Lee1-2/+38
2024-03-01libbpf: Set btf_value_type_id of struct bpf_map for struct_ops.Kui-Feng Lee1-0/+5
2024-03-01bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook3-11/+28
2024-02-28bpf, arm64: support exceptionsPuranjay Mohan1-1/+0
2024-02-22selftests/bpf: Test case for lacking CFI stub functions.Kui-Feng Lee6-3/+151
2024-02-22bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly2-6/+17
2024-02-22selftests/bpf: update tcp_custom_syncookie to use scalar packet offsetEduard Zingerman1-30/+53
2024-02-22selftests/bpf: Remove intermediate test files.Alexei Starovoitov1-0/+3
2024-02-16selftests/bpf: Remove empty TEST_CUSTOM_PROGSMarcos Paulo de Souza1-3/+2
2024-02-16bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song2-4/+8
2024-02-14libbpf: Make remark about zero-initializing bpf_*_info structsMatt Bobrowski1-5/+17
2024-02-14bpf: emit source code file name and line number in verifier logAndrii Nakryiko1-2/+2
2024-02-14selftests/bpf: add anonymous user struct as global subprog arg testAndrii Nakryiko1-0/+29
2024-02-14bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko1-0/+19
2024-02-14selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee5-1/+115
2024-02-13libbpf: Add support to GCC in CORE macro definitionsCupertino Miranda1-7/+38
2024-02-13bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi19-42/+102
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song2-0/+57
2024-02-12bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver3-49/+0
2024-02-08selftests/bpf: Mark cpumask kfunc declarations as __weakYafang Shao1-28/+29
2024-02-08selftests/bpf: Fix error checking for cpumask_success__load()Yafang Shao1-3/+3
2024-02-08tools/resolve_btfids: Fix cross-compilation to non-host endiannessViktor Malik1-0/+35
2024-02-08tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik2-14/+30
2024-02-06libbpf: Use OPTS_SET() macro in bpf_xdp_query()Toke Høiland-Jørgensen1-2/+2
2024-02-06bpf: Use -Wno-address-of-packed-member in some selftestsJose E. Marchesi3-0/+6
2024-02-06selftests/bpf: mark dynptr kfuncs __weak to make them optional on old kernelsAndrii Nakryiko1-9/+9
2024-02-06libbpf: fix return value for PERF_EVENT __arg_ctx type fix up checkAndrii Nakryiko1-3/+3
2024-02-06selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi2-0/+126
2024-02-06selftests/bpf: Add test for static subprog call in lock csKumar Kartikeya Dwivedi3-0/+111
2024-02-06bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi1-1/+1
2024-02-05selftests/bpf: Fix flaky selftest lwt_redirect/lwt_rerouteYonghong Song3-2/+2
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee3-7/+4
2024-02-05selftests/bpf: Fix flaky test ptr_untrustedYonghong Song1-3/+3
2024-02-03selftests/bpf: add more cases for __arg_trusted __arg_nullable argsAndrii Nakryiko1-3/+29
2024-02-03selftests/bpf: trace_helpers.c: do not use poisoned typeShung-Hsi Yu1-1/+1
2024-02-03selftests/bpf: States pruning checks for scalar vs STACK_MISCEduard Zingerman1-0/+154
2024-02-03selftests/bpf: Add test cases for narrowing fillMaxim Mikityanskiy1-0/+111
2024-02-03bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy1-7/+19
2024-02-03selftests/bpf: Test tracking spilled unbounded scalarsMaxim Mikityanskiy1-0/+27
2024-02-03bpf: Track spilled unbounded scalarsMaxim Mikityanskiy1-3/+3
2024-02-02selftests/bpf: Fix bench runner SIGSEGVAndrii Nakryiko1-2/+10
2024-02-02libbpf: Add missed btf_ext__raw_data() APIAndrii Nakryiko3-3/+7
2024-02-02libbpf: Add btf__new_split() API that was declared but not implementedAndrii Nakryiko2-1/+7
2024-02-02libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko1-1/+1
2024-02-02libbpf: Call memfd_create() syscall directlyAndrii Nakryiko1-1/+10
2024-02-01selftests/bpf: Enable inline bpf_kptr_xchg() test for RV64Pu Lehui1-1/+2
2024-02-01libbpf: Remove unnecessary null check in kernel_supports()Eduard Zingerman1-1/+1
2024-02-01bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-4/+4
2024-01-31selftests/bpf: Disable IPv6 for lwt_redirect testManu Bretelle1-0/+1