summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2024-10-23selftests/bpf: Add test for passing in uninit mtu_lenDaniel Borkmann1-0/+19
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 asserts for netfilter link infoTyrone Wu1-2/+40
2024-10-11selftests/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-10selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libcTony Ambardar1-1/+1
2024-10-10selftests/bpf: fix perf_event link info name_len assertionTyrone Wu1-3/+6
2024-10-10selftests/bpf: Add more test case for field flatteningHou Tao1-0/+1
2024-10-02bpf: selftests: send packet to devmap redirect XDPFlorian Kauer1-8/+117
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds58-302/+2152
2024-09-13selftests/bpf: Add a test case to write strtol result into .rodataDaniel Borkmann1-0/+2
2024-09-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-2/+49
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+34
2024-09-11selftests/bpf: add build ID testsAndrii Nakryiko1-0/+118
2024-09-11selftests/bpf: Expand skb dynptr selftests for tp_btfPhilo Lu1-2/+35
2024-09-11selftests/bpf: Add test for __nullable suffix in tp_btfPhilo Lu1-0/+14
2024-09-10bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy1-0/+1
2024-09-05selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflictPu Lehui1-1/+1
2024-09-05selftests/bpf: fix some typos in selftestsLin Yikai12-23/+23
2024-09-05selftests/bpf: Add uprobe multi pid filter test for clone-ed processesJiri Olsa1-24/+42
2024-09-05selftests/bpf: Add uprobe multi pid filter test for fork-ed processesJiri Olsa1-0/+67
2024-09-05selftests/bpf: Add child argument to spawn_child functionJiri Olsa1-46/+39
2024-09-05selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64Pu Lehui1-4/+0
2024-09-05selftests/bpf: Add a selftest for x86 jit convergence issuesYonghong Song1-0/+2
2024-09-04selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEFeng Yang7-9/+15
2024-09-04selftests/bpf: Add a selftest to check for incorrect namesJeongjun Park1-0/+34
2024-08-30selftests/bpf: Check if distilled base inherits source endiannessEduard Zingerman1-0/+68
2024-08-30selftests/bpf: Add tests for iter next method returning valid pointerJuntong Deng1-1/+4
2024-08-30selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXITMartin KaFai Lau1-0/+2
2024-08-30selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insnMartin KaFai Lau1-0/+2
2024-08-30selftests/bpf: Add tailcall epilogue testMartin KaFai Lau1-0/+46
2024-08-30selftests/bpf: Test gen_prologue and gen_epilogueMartin KaFai Lau1-0/+10
2024-08-29selftests/bpf: Add test for zero offset or non-zero offset pointers as KF_ACQ...Juntong Deng1-0/+4
2024-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-176/+177
2024-08-24selftests/bpf: Add tests for bpf_copy_from_user_str kfunc.Jordan Rome2-3/+6
2024-08-22selftests/bpf: Add testcase for updating attached freplace prog to prog_array...Leon Hwang1-1/+64
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1-2/+2
2024-08-22selftests/bpf: rename nocsr -> bpf_fastcall in selftestsEduard Zingerman1-2/+2
2024-08-22selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL relocationEduard Zingerman1-0/+125
2024-08-21selftests/bpf: validate jit behaviour for tail callsEduard Zingerman1-0/+2
2024-08-20selftests/bpf: Introduce __attribute__((cleanup)) in create_pair()Michal Luczaj1-25/+36
2024-08-20selftests/bpf: Exercise SOCK_STREAM unix_inet_redir_to_connected()Michal Luczaj1-1/+1
2024-08-20selftests/bpf: Honour the sotype of af_unix redir testsMichal Luczaj1-3/+3
2024-08-20selftests/bpf: Simplify inet_socketpair() and vsock_socketpair_connectible()Michal Luczaj1-81/+2
2024-08-20selftests/bpf: Socket pair creation, cleanupsMichal Luczaj3-26/+13
2024-08-20selftests/bpf: Support more socket types in create_pair()Michal Luczaj2-61/+96
2024-08-15selftests/bpf: Monitor traffic for select_reuseport.Kui-Feng Lee1-24/+13
2024-08-15selftests/bpf: Monitor traffic for sockmap_listen.Kui-Feng Lee1-0/+8
2024-08-15selftests/bpf: Monitor traffic for tc_redirect.Kui-Feng Lee1-7/+22