summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-01selftests/bpf: Use bpf_link__destroy in fill_link_info testsJiri Olsa1-21/+23
2024-10-17selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized testDaniel Borkmann1-4/+1
2024-10-04selftests/bpf: Fix error compiling tc_redirect.c with musl libcTony Ambardar1-6/+6
2024-10-04selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar1-1/+15
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 C++ compile error from missing _Bool typeTony Ambardar1-0/+4
2024-10-04selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar1-1/+2
2024-10-04selftests/bpf: Fix arg parsing in veristat, test_progsTony Ambardar2-6/+6
2024-10-04selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar1-2/+0
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 Song2-0/+80
2024-10-04selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song2-22/+41
2024-10-04selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song1-17/+19