summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2023-10-27Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski12-9/+1179
2023-10-25selftests/bpf: Add selftests for netkitDaniel Borkmann1-0/+13
2023-10-24selftests/bpf: test if state loops are detected in a tricky caseEduard Zingerman1-0/+177
2023-10-24selftests/bpf: tests with delayed read/precision makrs in loop bodyEduard Zingerman1-0/+518
2023-10-24bpf: exact states comparison for iterator convergence checksEduard Zingerman1-0/+1
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet1-2/+2
2023-10-21selftests/bpf: Add more test cases for bpf memory allocatorHou Tao1-6/+174
2023-10-20selftests/bpf: Make linked_list failure test more robustKumar Kartikeya Dwivedi1-1/+3
2023-10-20selftests/bpf: Add tests for open-coded task and css iterChuyi Zhou4-0/+265
2023-10-20selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.cChuyi Zhou1-0/+0
2023-10-18selftests/bpf: Add options and frags to xdp_hw_metadataLarysa Zaremba1-1/+1
2023-10-17selftests/bpf: Add selftest for bpf_task_under_cgroup() in sleepable progYafang Shao1-1/+27
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski25-84/+631
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko2-10/+10
2023-10-16selftests/bpf: Improve percpu_alloc test robustnessAndrii Nakryiko2-0/+11
2023-10-14selftests/bpf: Add tests for open-coded task_vma iterDave Marchevsky1-0/+43
2023-10-14selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.cDave Marchevsky1-0/+0
2023-10-13bpf: Change syscall_nr type to int in struct syscall_tp_tArtem Savkov2-3/+3
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+47
2023-10-12selftests/bpf: Add tests for cgroup unix socket address hooksDaan De Meyer5-0/+197
2023-10-10selftests/bpf: Add testcase for async callback return value failureDavid Vernet1-0/+47
2023-10-09selftests/bpf: Test pinning bpf timer to a coreDavid Vernet1-1/+62
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2023-10-04selftests/bpf: Define SYS_PREFIX for riscvBjörn Töpel1-0/+3
2023-10-04selftests/xsk: Add a test for shared umem featureTushar Vyavahare1-1/+19
2023-10-04selftests/xsk: Rename xsk_xdp_metadata.h to xsk_xdp_common.hTushar Vyavahare1-1/+1
2023-09-26selftests/bpf: Add test for recursion counts of perf event link tracepointJiri Olsa1-0/+41
2023-09-26selftests/bpf: Add test for recursion counts of perf event link kprobeJiri Olsa1-0/+48
2023-09-26selftests/bpf: Add test for missed counts of perf event link kprobeJiri Olsa1-0/+30
2023-09-23selftests/bpf: Add tests for symbol versioning for uprobeHengqi Chen1-0/+61
2023-09-22selftests/bpf: Enable the cpuv4 tests for s390xIlya Leoshkevich6-6/+12
2023-09-22selftests/bpf: Add big-endian support to the ldsx testIlya Leoshkevich2-62/+90
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-0/+136
2023-09-19selftests/bpf: Check bpf_cubic_acked() is called via struct_opsSong Liu1-0/+3
2023-09-16selftests/bpf: Add tests for BPF exceptionsKumar Kartikeya Dwivedi4-0/+922
2023-09-16selftest, bpf: enable cpu v4 tests for arm32Puranjay Mohan5-5/+10
2023-09-12selftests/bpf: Add testcases for tailcall infinite loop fixingLeon Hwang2-0/+36
2023-09-11selftests/bpf: Test all valid alloc sizes for bpf mem allocatorHou Tao1-0/+123
2023-09-09selftests/bpf: Add kprobe_multi override testJiri Olsa1-0/+13
2023-09-08selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()Hou Tao1-0/+106
2023-09-08selftests/bpf: Add some negative testsYonghong Song1-0/+164
2023-09-08selftests/bpf: Add tests for cgrp_local_storage with local percpu kptrYonghong Song1-0/+105
2023-09-08selftests/bpf: Remove unnecessary direct read of local percpu kptrYonghong Song1-4/+0
2023-09-08selftests/bpf: Add tests for array map with local percpu kptrYonghong Song1-0/+187
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+62
2023-09-06selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_allocMartin KaFai Lau2-0/+62
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-08-25selftests/bpf: Add tests for rbtree API interaction in sleepable progsDave Marchevsky2-0/+99
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+2
2023-08-24selftests/bpf: Enable cpu v4 tests for RV64Pu Lehui6-6/+12