summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-01-09bpf: consider that tail calls invalidate packet pointersEduard Zingerman1-0/+2
2025-01-02bpf: Zero index arg error string for dynptr and iterKumar Kartikeya Dwivedi5-23/+23
2025-01-02selftests/bpf: Fix compilation error in get_uprobe_offset()Jerome Marchand1-0/+4
2024-12-27selftests/bpf: Use asm constraint "m" for LoongArchTiezhu Yang1-0/+2
2024-12-19bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi2-4/+4
2024-12-19bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi1-5/+1
2024-12-14bpf: Ensure reg is PTR_TO_STACK in process_iter_argTao Lyu1-2/+2
2024-12-05selftests/bpf: skip the timer_lockup test for single-CPU nodesViktor Malik1-0/+6
2024-12-05selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmapZijian Zhang1-5/+101
2024-12-05selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmapZijian Zhang1-5/+7
2024-12-05selftests/bpf: Fix SENDPAGE data logic in test_sockmapZijian Zhang1-7/+11
2024-12-05selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmapZijian Zhang1-0/+7
2024-12-05bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-1/+5
2024-12-05selftests/bpf: fix test_spin_lock_fail.c's global vars usageAndrii Nakryiko1-2/+2
2024-12-05selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmapZijian Zhang1-1/+1
2024-12-05selftests/bpf: Fix msg_verify_data in test_sockmapZijian Zhang1-10/+20
2024-12-05selftests/bpf: add missing header include for htonsAlexis Lothoré (eBPF Foundation)1-0/+1
2024-12-05selftests/bpf: Fix backtrace printing for selftests crashesEduard Zingerman1-3/+6
2024-12-05selftests: bpf: Add missing per-arch include pathBjörn Töpel1-1/+2
2024-12-05selftests/bpf: Fix uprobe_multi compilation errorAlan Maguire1-0/+4
2024-11-06selftests/bpf: Use -4095 as the bad address for bits iteratorHou Tao1-4/+28
2024-10-30selftests/bpf: Add three test cases for bits_iterHou Tao1-3/+58
2024-10-30bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman1-55/+0
2024-10-29selftests/bpf: Add test for trie_get_next_key()Byeonguk Jeong1-0/+109
2024-10-29selftests/bpf: Test with a very short loopEduard Zingerman2-0/+24
2024-10-23selftests/bpf: Add test for passing in uninit mtu_lenDaniel Borkmann2-0/+37
2024-10-23selftests/bpf: Add test for writes to .rodataDaniel Borkmann1-1/+30
2024-10-19Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds23-36/+701
2024-10-17selftests/bpf: Add test case for delta propagationDaniel Borkmann2-0/+36
2024-10-17bpf: Properly test iter/task tid filteringJordan Rome1-5/+22
2024-10-16selftests/bpf: Add asserts for netfilter link infoTyrone Wu1-2/+40
2024-10-15selftests/bpf: Add test for sign extension in coerce_subreg_to_size_sx()Dimitar Kanaliev1-0/+20
2024-10-15selftests/bpf: Add test for truncation after sign extension in coerce_reg_to_...Dimitar Kanaliev1-0/+20
2024-10-11selftests/bpf: Assert link info uprobe_multi count & path_size if unsetTyrone Wu1-0/+9
2024-10-11selftests/bpf: Fix cross-compiling urandom_readTony Ambardar1-1/+1
2024-10-10selftests/bpf: Add test for kfunc module orderSimon Sundberg7-1/+220
2024-10-10selftests/bpf: Provide a generic [un]load_module helperSimon Sundberg2-12/+24
2024-10-10selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libcTony Ambardar1-1/+1
2024-10-10selftests/bpf: fix perf_event link info name_len assertionTyrone Wu1-3/+6
2024-10-10selftests/bpf: Add more test case for field flatteningHou Tao4-2/+117
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-02bpf: selftests: send packet to devmap redirect XDPFlorian Kauer2-9/+118
2024-10-01selftests/bpf: Verify that sync_linked_regs preserves subreg_defEduard Zingerman1-0/+67
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds176-1661/+8560
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+14
2024-09-13selftests/bpf: Add a test case to write mtu result into .rodataDaniel Borkmann1-3/+30
2024-09-13selftests/bpf: Add a test case to write strtol result into .rodataDaniel Borkmann2-0/+44
2024-09-13selftests/bpf: Rename ARG_PTR_TO_LONG test descriptionDaniel Borkmann1-5/+5
2024-09-13selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized testDaniel Borkmann1-4/+1
2024-09-13selftests/bpf: Add tests for sdiv/smod overflow casesYonghong Song1-0/+439