aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2025-10-15selftests/bpf: Fix typos and grammar in test sourcesShubham Sharma12-15/+15
2025-10-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski1-1/+0
2025-09-09selftests/bpf: Add tests for bpf_strnstrRong Tao1-2/+6
2025-09-09selftests/bpf: Fix "expression result unused" warnings with iceccIlya Leoshkevich2-5/+4
2025-09-09selftests/bpf: Extend crypto_sanity selftest with invalid dst bufferDaniel Borkmann1-14/+32
2025-08-03Merge tag 'powerpc-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+2
2025-08-01selftests/bpf: Test for unaligned flow_dissector ctx accessPaul Chaignon1-1/+22
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds44-109/+2456
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-5/+60
2025-07-28selftests/bpf: Migrate fexit_noreturns case into tracing_failure test suiteKaFai Wan2-15/+6
2025-07-28selftests/bpf: Add selftest for attaching tracing programs to functions in deny listKaFai Wan1-0/+6
2025-07-28bpf: Show precise rejected function when attaching fexit/fmod_ret to __noreturn functionsKaFai Wan1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-0/+218
2025-07-28bpf: Add third round of bounds deductionPaul Chaignon1-1/+1
2025-07-28selftests/bpf: Test invariants on JSLT crossing signPaul Chaignon1-1/+1
2025-07-28selftests/bpf: Test cross-sign 64bits range refinementPaul Chaignon1-0/+118
2025-07-28powerpc64/bpf: Add jit support for load_acquire and store_releasePuranjay Mohan1-1/+2
2025-07-26selftests/bpf: Enable private stack tests for arm64Puranjay Mohan4-4/+91
2025-07-25selftests/bpf: Fix test dynptr/test_dynptr_memset_xdp_chunks failureYonghong Song1-1/+12
2025-07-25selftests/bpf: Fix test dynptr/test_dynptr_copy_xdp failureYonghong Song1-2/+3
2025-07-23selftests/bpf: Test invalid narrower ctx loadPaul Chaignon1-0/+25
2025-07-14selftests/bpf: Create iter_tcp_destroy test programJordan Rife1-0/+21
2025-07-14selftests/bpf: Allow for iteration over multiple statesJordan Rife1-5/+6
2025-07-14selftests/bpf: Allow for iteration over multiple portsJordan Rife1-0/+4
2025-07-11selftests/bpf: Range analysis test case for JSETPaul Chaignon1-0/+18
2025-07-11selftests/bpf: add selftests for bpf_arena_reserve_pagesEmil Tsalapatis2-0/+204
2025-07-08selftests/bpf: Remove enum64 case from __arg_untrusted test suiteEduard Zingerman1-7/+1
2025-07-07selftests/bpf: Negative test case for tail call mapPaul Chaignon1-0/+31
2025-07-07selftests/bpf: Add Spectre v4 testsLuis Gerhorst2-0/+153
2025-07-07selftests/bpf: tests for __arg_untrusted void * global func paramsEduard Zingerman1-0/+53
2025-07-07selftests/bpf: test cases for __arg_untrustedEduard Zingerman1-0/+81
2025-07-07selftests/bpf: ptr_to_btf_id struct walk ending with primitive pointerEduard Zingerman1-0/+31
2025-07-03selftests/bpf: Add tests for prog streamsKumar Kartikeya Dwivedi2-0/+112
2025-07-03selftests/bpf: Add test cases for bpf_dynptr_memset()Ihor Solodrai1-0/+158
2025-07-02selftests/bpf: null checks for rdonly_untrusted_mem should be preservedEduard Zingerman1-0/+21
2025-07-02selftests/bpf: Add tests for bpf_cgroup_read_xattrSong Liu2-0/+218
2025-07-01selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"Colin Ian King1-2/+2
2025-06-27selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access testsEduard Zingerman1-0/+41
2025-06-27selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattrSong Liu1-2/+2
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsAlexei Starovoitov2-0/+218
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+4
2025-06-26selftests/bpf: Test array presets in veristatMykyta Yatsenko1-19/+37
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov3-0/+49
2025-06-26selftests/bpf: Add tests for string kfuncsViktor Malik3-0/+147
2025-06-26selftests/bpf: Allow macros in __retvalViktor Malik2-8/+10
2025-06-25selftests/bpf: check operations on untrusted ro pointers to memEduard Zingerman1-0/+136
2025-06-25selftests/bpf: Add tests for BPF_NEG range tracking logicSong Liu1-0/+70
2025-06-25bpf: Add range tracking for BPF_NEGSong Liu2-10/+23
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell1-0/+16
2025-06-24selftests/bpf: Add testcases for BPF_ADD and BPF_SUBHarishankar Vishwanathan1-0/+161