summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2 daysbpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung1-3/+1
2 daysbpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song2-8/+96
8 daysselftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski2-2/+17
8 daysselftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski1-3/+3
8 daysselftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov1-0/+5
2025-11-24selftests/bpf: Upon failures, exit with code 1 in test_xsk.shRicardo B. Marlière1-0/+2
2025-11-24selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2Ricardo B. Marlière1-1/+1
2025-10-23selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo1-0/+3
2025-10-23selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko1-3/+6
2025-10-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski2-11/+10
2025-08-28selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song1-3/+7
2025-08-28bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai1-1/+1
2025-08-15selftests/bpf: fix signedness bug in redir_partial()Fushuai Wang1-0/+2
2025-08-01Revert "selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test"Shung-Hsi Yu2-80/+0
2025-07-24Revert "selftests/bpf: dummy_st_ops should reject 0 for non-nullable params"Shung-Hsi Yu1-27/+0
2025-07-24Revert "selftests/bpf: adjust dummy_st_ops_success to detect additional error"Shung-Hsi Yu1-11/+2
2025-07-17selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn1-15/+18
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn1-37/+35
2025-07-06libbpf: Fix possible use-after-free for externsAdin Scannell1-0/+16
2025-06-19selftests/bpf: Fix bpf_nf selftest failureSaket Kumar Bhaskar1-0/+6
2025-06-04selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failureIhor Solodrai1-1/+0
2025-05-09selftests/bpf: extend changes_pkt_data with cases w/o subprogramsEduard Zingerman3-22/+66
2025-05-09selftests/bpf: validate that tail call invalidates packet pointersEduard Zingerman1-0/+28
2025-05-09selftests/bpf: freplace tests for tracking of changes_packet_dataEduard Zingerman3-0/+120
2025-05-09selftests/bpf: test for changing packet data from global functionsEduard Zingerman1-0/+28
2025-04-10selftests/bpf: Select NUMA_NO_NODE to create mapSaket Kumar Bhaskar1-0/+5
2025-04-10selftests/bpf: Fix string read in strncmp benchmarkViktor Malik1-1/+4
2025-03-22selftests/bpf: Fix invalid flag of recv()Jiayuan Chen1-3/+3
2025-02-08selftests/bpf: Fix fill_link_info selftest on powerpcSaket Kumar Bhaskar2-3/+14
2025-02-08tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bindMarco Leogrande1-0/+1
2025-01-09Revert "bpf: support non-r10 register spill/fill to/from stack in precision t...Shung-Hsi Yu2-40/+21
2024-12-27selftests/bpf: Use asm constraint "m" for LoongArchTiezhu Yang1-0/+2
2024-12-19selftests/bpf: remove use of __xlated()Shung-Hsi Yu1-16/+0
2024-12-19selftests/bpf: Add netlink helper libraryDaniel Borkmann3-5/+418
2024-12-19bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi2-4/+4
2024-12-09selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmapZijian Zhang1-5/+101
2024-12-09selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmapZijian Zhang1-5/+7
2024-12-09selftests/bpf: Fix SENDPAGE data logic in test_sockmapZijian Zhang1-7/+11
2024-12-09selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmapZijian Zhang1-0/+7
2024-12-09selftests/bpf: fix test_spin_lock_fail.c's global vars usageAndrii Nakryiko1-2/+2
2024-12-09selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmapZijian Zhang1-1/+1
2024-12-09selftests/bpf: Fix msg_verify_data in test_sockmapZijian Zhang1-10/+20
2024-12-09bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko2-21/+40
2024-11-17selftests/bpf: Verify that sync_linked_regs preserves subreg_defEduard Zingerman1-0/+67
2024-11-14Revert "selftests/bpf: Implement get_hw_ring_size function to retrieve curren...Pu Lehui4-28/+15
2024-11-08selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.hYonghong Song1-0/+31
2024-11-01bpf: Simplify checking size of helper accessesAndrei Matei2-5/+5
2024-11-01selftests/bpf: Fix cross-compiling urandom_readTony Ambardar1-1/+1
2024-11-01selftests/bpf: fix perf_event link info name_len assertionTyrone Wu1-3/+6
2024-11-01selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa1-5/+21