summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2023-12-14bpf: sockmap, test for unconnected af_unix sockJohn Fastabend1-0/+34
2023-12-07selftests/bpf: Add test for early update in prog_array_map_poke_runJiri Olsa1-0/+84
2023-11-30bpf, sockmap: Add af_unix test with both sockets in mapJohn Fastabend1-11/+40
2023-11-21selftests/bpf: tests for iterating callbacksEduard Zingerman1-0/+2
2023-11-20selftests/bpf: Add netkit to tc_redirect selftestDaniel Borkmann1-0/+52
2023-11-20selftests/bpf: De-veth-ize the tc_redirect test caseDaniel Borkmann1-126/+137
2023-11-02selftests/bpf: precision tracking test for BPF_NEG and BPF_ENDShung-Hsi Yu1-0/+2
2023-11-02selftests/bpf: Add test for using css_task iter in sleepable progsChuyi Zhou1-0/+1
2023-11-02selftests/bpf: Add tests for css_task iter combining with cgroup iterChuyi Zhou1-0/+33
2023-11-02selftests/bpf: fix test_bpffsManu Bretelle1-3/+8
2023-11-02Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-6/+107
2023-10-25selftests/bpf: Add selftests for netkitDaniel Borkmann2-0/+691
2023-10-21selftests/bpf: Add more test cases for bpf memory allocatorHou Tao1-1/+19
2023-10-20selftests/bpf: Make linked_list failure test more robustKumar Kartikeya Dwivedi1-8/+2
2023-10-20selftests/bpf: Add tests for open-coded task and css iterChuyi Zhou1-0/+150
2023-10-20selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.cChuyi Zhou1-9/+9
2023-10-20selftests/bpf/sockopt: Add io_uring supportBreno Leitao1-6/+107
2023-10-17selftests/bpf: Add additional mprog query test coverageDaniel Borkmann1-1/+130
2023-10-17selftests/bpf: Add selftest for bpf_task_under_cgroup() in sleepable progYafang Shao1-2/+9
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski21-269/+1254
2023-10-16selftests/bpf: Make align selftests more robustAndrii Nakryiko1-120/+121
2023-10-16selftests/bpf: Improve missed_kprobe_recursion test robustnessAndrii Nakryiko1-4/+4
2023-10-16selftests/bpf: Improve percpu_alloc test robustnessAndrii Nakryiko1-0/+3
2023-10-14selftests/bpf: Add tests for open-coded task_vma iterDave Marchevsky1-0/+58
2023-10-14selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.cDave Marchevsky1-13/+13
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-73/+284
2023-10-12selftests/bpf: Add tests for cgroup unix socket address hooksDaan De Meyer2-0/+637
2023-10-11selftests/bpf: Add missing section name tests for getpeername/getsocknameDaan De Meyer1-0/+20
2023-10-10selftests/bpf: Add BPF_FIB_LOOKUP_SRC testsMartynas Pumputis1-6/+77
2023-10-10selftests/bpf: Add testcase for async callback return value failureDavid Vernet1-2/+4
2023-10-09selftests/bpf: Test pinning bpf timer to a coreDavid Vernet1-0/+4
2023-10-07selftests/bpf: Make seen_tc* variable tests more robustDaniel Borkmann3-60/+46
2023-10-07selftests/bpf: Test query on empty mprog and pass revision into attachDaniel Borkmann1-0/+59
2023-10-07selftests/bpf: Adapt assert_mprog_count to always expect 0 countDaniel Borkmann3-11/+8
2023-10-07selftests/bpf: Test bpf_mprog query API via libbpf and raw syscallDaniel Borkmann1-0/+167
2023-10-06selftests/bpf: Add pairs_redir_to_connected helperGeliang Tang1-115/+31
2023-10-06selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko9-15/+16
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+137
2023-09-30selftest/bpf: Add various selftests for program limitsDaniel Borkmann1-0/+84
2023-09-29bpf, sockmap: Add tests for MSG_F_PEEKJohn Fastabend1-0/+51
2023-09-26selftests/bpf: Add test for recursion counts of perf event link tracepointJiri Olsa1-0/+40
2023-09-26selftests/bpf: Add test for recursion counts of perf event link kprobeJiri Olsa1-0/+51
2023-09-26selftests/bpf: Add test for missed counts of perf event link kprobeJiri Olsa1-0/+47
2023-09-26selftests/bpf: Add tests for ring__consumeMartin Kelly1-0/+4
2023-09-26selftests/bpf: Add tests for ring__map_fdMartin Kelly1-0/+4
2023-09-26selftests/bpf: Add tests for ring__sizeMartin Kelly1-1/+3
2023-09-26selftests/bpf: Add tests for ring__avail_data_sizeMartin Kelly1-1/+3
2023-09-26selftests/bpf: Add tests for ring__*_posMartin Kelly1-0/+14
2023-09-26selftests/bpf: Add tests for ring_buffer__ringMartin Kelly1-0/+15
2023-09-23selftests/bpf: Add tests for symbol versioning for uprobeHengqi Chen1-0/+95