summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)Author
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22selftests/bpf: update tcp_custom_syncookie to use scalar packet offsetEduard Zingerman
2024-02-19selftests/bpf: Add negtive test cases for task iterYafang Shao
2024-02-19selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau
2024-02-15selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao
2024-02-15bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song
2024-02-13selftests/bpf: add anonymous user struct as global subprog arg testAndrii Nakryiko
2024-02-13bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko
2024-02-13selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee
2024-02-13bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song
2024-02-11bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver
2024-02-07selftests/bpf: Mark cpumask kfunc declarations as __weakYafang Shao
2024-02-06bpf: Use -Wno-address-of-packed-member in some selftestsJose E. Marchesi
2024-02-05selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi
2024-02-05selftests/bpf: Add test for static subprog call in lock csKumar Kartikeya Dwivedi
2024-02-05bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee
2024-02-05selftests/bpf: Fix flaky test ptr_untrustedYonghong Song
2024-02-02selftests/bpf: add more cases for __arg_trusted __arg_nullable argsAndrii Nakryiko
2024-02-02selftests/bpf: States pruning checks for scalar vs STACK_MISCEduard Zingerman
2024-02-02selftests/bpf: Add test cases for narrowing fillMaxim Mikityanskiy
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy
2024-02-02selftests/bpf: Test tracking spilled unbounded scalarsMaxim Mikityanskiy
2024-02-02bpf: Track spilled unbounded scalarsMaxim Mikityanskiy
2024-01-30selftests/bpf: convert bpf_rdonly_cast() uses to bpf_core_cast() macroAndrii Nakryiko
2024-01-30libbpf: add bpf_core_cast() macroAndrii Nakryiko
2024-01-30selftests/bpf: add trusted global subprog arg testsAndrii Nakryiko
2024-01-24selftests/bpf: Incorporate LSM policy to token-based testsAndrii Nakryiko
2024-01-24selftests/bpf: Add BPF object loading tests with explicit token passingAndrii Nakryiko
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee
2024-01-23selftests/bpf: Add fill_link_info test for perf eventJiri Olsa
2024-01-23bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi
2024-01-23bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi
2024-01-23bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi
2024-01-23selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin
2024-01-23selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima
2024-01-23selftests/bpf: Add a selftest with not-8-byte aligned BPF_STYonghong Song
2024-01-23bpf: Track aligned st store as imprecise spilled registersYonghong Song
2024-01-23selftests/bpf: Test assigning ID to scalars on spillMaxim Mikityanskiy
2024-01-23bpf: Assign ID to scalars on spillMaxim Mikityanskiy
2024-01-23selftests/bpf: Add a test case for 32-bit spill trackingMaxim Mikityanskiy
2024-01-23selftests/bpf: check if imprecise stack spills confuse infinite loop detectionEduard Zingerman
2024-01-23selftests/bpf: Fix the u64_offset_to_skb_data testMaxim Mikityanskiy
2024-01-23selftests/bpf: Update LLVM Phabricator linksNathan Chancellor
2024-01-23selftests/bpf: Test the inlining of bpf_kptr_xchg()Hou Tao
2024-01-17selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko
2024-01-16selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYSHao Sun
2024-01-13selftests/bpf: Test udp and tcp iter batchingMartin KaFai Lau