summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds31-193/+1513
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-10/+539
2025-07-29selftests/bpf: Migrate fexit_noreturns case into tracing_failure test suiteKaFai Wan2-23/+33
2025-07-29selftests/bpf: Add selftest for attaching tracing programs to functions in de...KaFai Wan1-0/+33
2025-07-29Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+145
2025-07-28selftests/bpf: Update reg_bound range refinement logicPaul Chaignon1-0/+14
2025-07-26selftests/bpf: Increase xdp data size for arm64 64K page sizeYonghong Song1-2/+8
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+69
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov2-0/+69
2025-07-17bpf/selftests: Add selftests for token infoTao Chen1-0/+44
2025-07-17selftests/bpf: Stress test attaching a BPF prog to another BPF progIlya Leoshkevich1-0/+67
2025-07-16selftests/bpf: Fix build error due to certain uninitialized variablesYonghong Song4-4/+4
2025-07-15selftests/bpf: Add tests for bucket resume logic in established socketsJordan Rife1-0/+293
2025-07-15selftests/bpf: Create established sockets in socket iterator testsJordan Rife1-4/+85
2025-07-15selftests/bpf: Make ehash buckets configurable in socket iterator testsJordan Rife1-1/+18
2025-07-14selftests/bpf: Allow for iteration over multiple statesJordan Rife1-0/+3
2025-07-14selftests/bpf: Allow for iteration over multiple portsJordan Rife1-5/+2
2025-07-14selftests/bpf: Add tests for bucket resume logic in listening socketsJordan Rife1-0/+47
2025-07-07selftests/bpf: Negative test case for tail call mapPaul Chaignon1-0/+2
2025-07-07bpf: rdonly_untrusted_mem for btf id walk pointer leafsEduard Zingerman1-1/+1
2025-07-04selftests/bpf: Add tests for prog streamsKumar Kartikeya Dwivedi1-0/+141
2025-07-04selftests/bpf: Add test cases for bpf_dynptr_memset()Ihor Solodrai1-0/+8
2025-07-02selftests/bpf: Don't call fsopen() as privileged userMatteo Croce1-20/+21
2025-07-02selftests/bpf: Add tests for bpf_cgroup_read_xattrSong Liu1-0/+145
2025-07-02selftests/bpf: Add negative test cases for snprintfPaul Chaignon1-0/+2
2025-06-28selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattrSong Liu1-95/+22
2025-06-27Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...Alexei Starovoitov1-0/+145
2025-06-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+91
2025-06-26selftests/bpf: Test array presets in veristatMykyta Yatsenko1-5/+122
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov1-0/+1612
2025-06-26selftests/bpf: Add tests for string kfuncsViktor Malik1-0/+65
2025-06-26selftests/bpf: check operations on untrusted ro pointers to memEduard Zingerman1-0/+9
2025-06-25selftests/bpf: Fix usdt multispec failure with arm64/clang20 selftest buildYonghong Song1-4/+10
2025-06-24selftests/bpf: Convert test_sysctl to prog_testsJerome Marchand1-0/+1612
2025-06-23selftests/bpf: Add tests for bpf_cgroup_read_xattrSong Liu1-0/+145
2025-06-17selftests/bpf: Fix RELEASE build failure with gcc14Yonghong Song3-2/+6
2025-06-13selftests/bpf: Fix xdp_do_redirect failure with 64KB page sizeYonghong Song1-2/+11
2025-06-13bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song1-7/+89
2025-06-13selftests/bpf: fix signedness bug in redir_partial()Fushuai Wang1-0/+2
2025-06-11selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variableYonghong Song1-1/+1
2025-06-11selftests/bpf: Add test to cover ktls with bpf_msg_pop_dataJiayuan Chen1-0/+91
2025-06-10selftests/bpf: Add cookies check for tracing fill_link_info testTao Chen1-1/+23
2025-06-10selftests/bpf: Add two selftests for mprog API based cgroup progsYonghong Song2-0/+694
2025-06-10selftests/bpf: Move some tc_helpers.h functions to test_progs.hYonghong Song1-28/+0
2025-06-07selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song1-3/+7
2025-06-07selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page sizeYonghong Song1-2/+2
2025-06-07selftests/bpf: Fix bpf_mod_race test failure with arm64 64KB page sizeYonghong Song1-1/+1
2025-06-07selftests/bpf: Reduce test_xdp_adjust_frags_tail_grow logsYonghong Song1-6/+12
2025-06-05Tests for the ".emit_strings" functionality in the BTF dumper.Blake Jones1-0/+118
2025-06-05selftests/bpf: Add cookies check for raw_tp fill_link_info testTao Chen1-1/+25