summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: Check bloom filter map value sizeAndrei Matei2024-03-271-0/+6
* selftests/bpf: verifier_arena: fix mmap address for arm64Puranjay Mohan2024-03-221-1/+5
* selftests/bpf: Add arena test case for 4Gbyte corner caseAlexei Starovoitov2024-03-152-0/+70
* selftests/bpf: Remove hard coded PAGE_SIZE macro.Alexei Starovoitov2024-03-152-5/+10
* libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov2024-03-154-9/+9
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-1137-62/+1834
|\
| * selftests/bpf: Add kprobe multi triggering benchmarksJiri Olsa2024-03-113-0/+50
| * selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov2024-03-116-0/+243
| * selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov2024-03-114-0/+314
| * selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov2024-03-116-2/+227
| * bpf: Add helper macro bpf_addr_space_cast()Alexei Starovoitov2024-03-111-0/+43
| * selftests/bpf: Add fexit and kretprobe triggering benchmarksAndrii Nakryiko2024-03-113-0/+50
| * selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman2024-03-061-0/+29
| * selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman2024-03-062-6/+56
| * selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman2024-03-064-4/+125
| * selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman2024-03-062-0/+118
| * selftests/bpf: Bad_struct_ops testEduard Zingerman2024-03-064-0/+88
| * selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman2024-03-062-0/+62
| * selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman2024-03-063-10/+46
| * selftests/bpf: Test may_gotoAlexei Starovoitov2024-03-062-3/+101
| * bpf: Add cond_break macroAlexei Starovoitov2024-03-061-0/+12
| * selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee2024-03-043-0/+176
| * selftests/bpf: xdp_hw_metadata reduce sleep intervalSong Yoong Siang2024-03-041-1/+1
| * selftests/bpf: Extend uprobe/uretprobe triggering benchmarksAndrii Nakryiko2024-03-044-46/+103
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-072-2/+72
|\ \ | |/ |/|
| * selftests/bpf: Fix up xdp bonding test wrt feature flagsDaniel Borkmann2024-03-051-2/+2
| * selftests/bpf: test case for callback_depth states pruning logicEduard Zingerman2024-03-051-0/+70
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-0282-267/+1466
|\ \
| * | selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee2024-02-294-5/+41
| * | bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2024-02-292-10/+10
| * | bpf, arm64: support exceptionsPuranjay Mohan2024-02-271-1/+0
| * | selftests/bpf: Test case for lacking CFI stub functions.Kui-Feng Lee2024-02-226-3/+151
| * | selftests/bpf: update tcp_custom_syncookie to use scalar packet offsetEduard Zingerman2024-02-221-30/+53
| * | selftests/bpf: Remove intermediate test files.Alexei Starovoitov2024-02-211-0/+3
| * | selftests/bpf: Remove empty TEST_CUSTOM_PROGSMarcos Paulo de Souza2024-02-161-3/+2
| * | bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song2024-02-152-4/+8
| * | bpf: emit source code file name and line number in verifier logAndrii Nakryiko2024-02-131-2/+2
| * | selftests/bpf: add anonymous user struct as global subprog arg testAndrii Nakryiko2024-02-131-0/+29
| * | bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko2024-02-131-0/+19
| * | selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee2024-02-135-1/+115
| * | bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi2024-02-1319-42/+102
| * | selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song2024-02-132-0/+57
| * | bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver2024-02-113-49/+0
| * | selftests/bpf: Mark cpumask kfunc declarations as __weakYafang Shao2024-02-071-28/+29
| * | selftests/bpf: Fix error checking for cpumask_success__load()Yafang Shao2024-02-071-3/+3
| * | bpf: Use -Wno-address-of-packed-member in some selftestsJose E. Marchesi2024-02-063-0/+6
| * | selftests/bpf: mark dynptr kfuncs __weak to make them optional on old kernelsAndrii Nakryiko2024-02-051-9/+9
| * | selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi2024-02-052-0/+126
| * | selftests/bpf: Add test for static subprog call in lock csKumar Kartikeya Dwivedi2024-02-053-0/+111
| * | bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi2024-02-051-1/+1