summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
4 daysbpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung1-3/+1
4 daysbpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song1-7/+89
10 daysselftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski1-2/+14
10 daysselftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski1-3/+3
10 daysselftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov1-0/+5
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-08-28selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song1-3/+7
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 Yu1-73/+0
2025-07-24Revert "selftests/bpf: dummy_st_ops should reject 0 for non-nullable params"Shung-Hsi Yu1-27/+0
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 Zingerman1-12/+43
2025-05-09selftests/bpf: freplace tests for tracking of changes_packet_dataEduard Zingerman1-0/+76
2025-04-10selftests/bpf: Select NUMA_NO_NODE to create mapSaket Kumar Bhaskar1-0/+5
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 Bhaskar1-0/+4
2024-11-14Revert "selftests/bpf: Implement get_hw_ring_size function to retrieve curren...Pu Lehui1-0/+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
2024-11-01selftests/bpf: Use bpf_link__destroy in fill_link_info testsJiri Olsa1-21/+23
2024-10-04selftests/bpf: Fix error compiling tc_redirect.c with musl libcTony Ambardar1-6/+6
2024-10-04selftests/bpf: Fix redefinition errors compiling lwt_reroute.cTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix flaky selftest lwt_redirect/lwt_rerouteYonghong Song3-2/+2
2024-10-04selftests/bpf: Fix errors compiling decap_sanity.c with musl libcTony Ambardar1-1/+0
2024-10-04selftests/bpf: Fix errors compiling lwt_redirect.c with musl libcTony Ambardar1-1/+0
2024-10-04selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar1-1/+1
2024-10-04selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song1-0/+73
2024-10-04selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song1-19/+34
2024-10-04selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song1-17/+19
2024-10-04selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar1-0/+1
2024-10-04selftests/bpf: Drop unneeded error.h includesTony Ambardar2-2/+0
2024-10-04selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...Tushar Vyavahare1-1/+0
2024-10-04selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libcTony Ambardar1-1/+1
2024-09-18selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()Michal Luczaj1-2/+1
2024-08-14selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRTYonghong Song1-1/+2
2024-08-03selftests/bpf: fexit_sleep: Fix stack allocation for arm64Puranjay Mohan1-1/+7
2024-08-03selftests/bpf: Close obj in error path in xdp_adjust_tailGeliang Tang1-1/+1
2024-08-03selftests/bpf: Null checks for links in bpf_tcp_caGeliang Tang1-4/+12
2024-08-03selftests/bpf: Close fd in error path in drop_on_reuseportGeliang Tang1-1/+1
2024-07-25selftests/bpf: Extend tcx tests to cover late tcx_entry releaseDaniel Borkmann1-0/+61
2024-07-11selftests/bpf: dummy_st_ops should reject 0 for non-nullable paramsEduard Zingerman1-0/+27
2024-07-11selftests/bpf: do not pass NULL for non-nullable params in dummy_st_opsEduard Zingerman1-2/+5
2024-06-27selftests/bpf: Fix flaky test btf_map_in_map/lookup_updateYonghong Song1-25/+1