summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2024-12-04selftests/bpf: Introduce __caps_unpriv annotation for testsEduard Zingerman1-18/+1
2024-11-26selftests/bpf: Check for PREEMPTION instead of PREEMPTSebastian Andrzej Siewior1-1/+1
2024-11-25selftest/bpf: Add test for vsock removal from sockmap on close()Michal Luczaj1-0/+31
2024-11-25selftest/bpf: Add test for af_vsock poll()Michal Luczaj1-0/+46
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds7-155/+893
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+54
2024-11-18selftests/bpf: Add some tests with sockmap SK_PASSJiayuan Chen1-0/+54
2024-11-14selftests/bpf: Set test path for token/obj_priv_implicit_token_envvarIhor Solodrai1-7/+12
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-05selftests/bpf: Drop netns helpers in mptcpGeliang Tang1-30/+12
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-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-105/+567
2024-11-01selftests/bpf: Add a test for open coded kmem_cache iterNamhyung Kim1-12/+23
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+19
2024-10-30selftests/bpf: Add a selftest for bpf_csum_diff()Puranjay Mohan1-0/+408
2024-10-29bpf: handle implicit declaration of function gettid in bpf_iter.cJason Xing1-3/+3
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni8-19/+253
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-21selftests/bpf: test MSS value returned with bpf_tcp_gen_syncookieAlexis Lothoré (eBPF Foundation)1-0/+7
2024-10-21selftests/bpf: add ipv4 and dual ipv4/ipv6 support in btf_skc_cls_ingressAlexis Lothoré (eBPF Foundation)1-12/+105
2024-10-21selftests/bpf: get rid of global vars in btf_skc_cls_ingressAlexis Lothoré (eBPF Foundation)1-53/+34