aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/prog_tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-12selftests/bpf: Add struct_ops prog private stack testsYonghong Song1-0/+106
2024-11-12selftests/bpf: Add tracing prog private stack testsYonghong Song1-0/+2
2024-11-12selftests/bpf: update send_signal to lower perf evemts frequencyEduard Zingerman1-1/+2
2024-11-12selftests/bpf: allow send_signal test to timeoutEduard Zingerman1-13/+19
2024-11-12selftests/bpf: watchdog timer for test_progsEduard Zingerman2-6/+6
2024-11-11bpf: Drop special callback reference handlingKumar Kartikeya Dwivedi1-2/+2
2024-11-11selftests/bpf: skip the timer_lockup test for single-CPU nodesViktor Malik1-0/+6
2024-11-11selftests/bpf: Test the update operations for htab of mapsHou Tao1-1/+131
2024-11-11selftests/bpf: Move ENOTSUPP from bpf_util.hHou Tao3-12/+0
2024-11-11selftests/bpf: Add threads to consumer testJiri Olsa1-18/+80
2024-11-11selftests/bpf: Add uprobe sessions to consumer testJiri Olsa1-21/+49
2024-11-11selftests/bpf: Add uprobe session single consumer testJiri Olsa1-0/+33
2024-11-11selftests/bpf: Add kprobe session verifier test for return valueJiri Olsa1-0/+2
2024-11-11selftests/bpf: Add uprobe session verifier test for return valueJiri Olsa1-0/+2
2024-11-11selftests/bpf: Add uprobe session recursive testJiri Olsa1-0/+57
2024-11-11selftests/bpf: Add uprobe session cookie testJiri Olsa1-0/+31
2024-11-11selftests/bpf: Add uprobe session testJiri Olsa1-0/+47
2024-11-11selftests/bpf: Fix uprobe consumer test (again)Jiri Olsa1-6/+8
2024-11-04selftests/bpf: Add tests for raw_tp null handlingKumar Kartikeya Dwivedi1-0/+25
2024-11-04selftests/bpf: Clean up open-coded gettid syscall invocationsKumar Kartikeya Dwivedi9-20/+20
2024-11-03selftests/bpf: Add tests for tail calls with locks and refsKumar Kartikeya Dwivedi1-0/+8
2024-11-01selftests/bpf: Add a test for open coded kmem_cache iterNamhyung Kim1-12/+23
2024-10-29bpf: handle implicit declaration of function gettid in bpf_iter.cJason Xing1-3/+3
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov8-19/+272
2024-10-24selftests/bpf: Create task_local_storage map with invalid uptr's structMartin KaFai Lau1-0/+46
2024-10-24selftests/bpf: Add uptr failure verifier testsMartin KaFai Lau1-0/+2
2024-10-24selftests/bpf: Add update_elem failure test for task storage uptrMartin KaFai Lau1-0/+45
2024-10-24selftests/bpf: Test a uptr struct spanning across pages.Martin KaFai Lau1-0/+43
2024-10-24selftests/bpf: Some basic __uptr testsKui-Feng Lee1-0/+142
2024-10-23selftests/bpf: validate generic bpf_object and subskel APIs work togetherAndrii Nakryiko1-1/+75
2024-10-22selftests/bpf: Add test for passing in uninit mtu_lenDaniel Borkmann1-0/+19
2024-10-22selftests/bpf: Migrate BPF_CGROUP_INET_SOCK_CREATE test cases to prog_testsJordan Rife1-10/+25
2024-10-22selftests/bpf: Migrate *_POST_BIND test cases to prog_testsJordan Rife1-0/+426
2024-10-21selftests/bpf: Augment send_signal test with remote signalingPuranjay Mohan1-32/+101
2024-10-17selftests/bpf: Add test case for delta propagationDaniel Borkmann1-0/+2
2024-10-17bpf: Properly test iter/task tid filteringJordan Rome1-5/+22
2024-10-16selftests/bpf: Add test to verify tailcall and freplace restrictionsLeon Hwang1-14/+106
2024-10-16selftests/bpf: Add tests for bpf_task_from_vpid() kfuncJuntong Deng1-0/+80
2024-10-16selftests/bpf: Add a test for kmem_cache_iterNamhyung Kim1-0/+115
2024-10-16selftests/bpf: Add asserts for netfilter link infoTyrone Wu1-2/+40
2024-10-11selftests/bpf: Check for timeout in perf_link testIhor Solodrai1-2/+13
2024-10-11selftests/bpf: migrate cgroup sock create test for prohibiting socketsDaniel T. Lee1-3/+80
2024-10-11selftests/bpf: migrate cgroup sock create test for setting iface/mark/prioDaniel T. Lee1-0/+256
2024-10-10selftests/bpf: Removed redundant fd after close in bpf_prog_load_log_bufZhu Jun1-3/+0
2024-10-10selftests/bpf: Assert link info uprobe_multi count & path_size if unsetTyrone Wu1-0/+9
2024-10-10selftests/bpf: Add test for kfunc module orderSimon Sundberg1-0/+55
2024-10-09selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libcTony Ambardar1-1/+1
2024-10-09selftests/bpf: fix perf_event link info name_len assertionTyrone Wu1-3/+6
2024-10-09selftests/bpf: Add more test case for field flatteningHou Tao1-0/+1
2024-10-03selftests/bpf: Bail out quickly from failing consumer testJiri Olsa1-5/+11