summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2023-11-21selftests/bpf: check if max number of bpf_loop iterations is trackedEduard Zingerman1-0/+75
2023-11-21bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-10/+25
2023-11-21selftests/bpf: test widening for iterating callbacksEduard Zingerman1-0/+20
2023-11-21selftests/bpf: tests for iterating callbacksEduard Zingerman1-0/+147
2023-11-21bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman3-14/+60
2023-11-21selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman1-5/+8
2023-11-21selftests/bpf: track string payload offset as scalar in strobemetaEduard Zingerman1-30/+48
2023-11-21selftests/bpf: track tcp payload offset as scalar in xdp_synproxyEduard Zingerman1-32/+52
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-3/+108
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds6-6/+12
2023-11-10selftests/bpf: add more test cases for check_cfg()Andrii Nakryiko1-0/+62
2023-11-10bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko1-3/+6
2023-11-10selftests/bpf: add edge case backtracking logic testAndrii Nakryiko1-0/+40
2023-11-08selftests/bpf: Enable cpu v4 tests for LoongArchHengqi Chen6-6/+12
2023-11-08selftests/bpf: get trusted cgrp from bpf_iter__cgroup directlyChuyi Zhou1-12/+4
2023-11-02selftests/bpf: precision tracking test for BPF_NEG and BPF_ENDShung-Hsi Yu1-0/+93
2023-11-02selftests/bpf: Add test for using css_task iter in sleepable progsChuyi Zhou1-0/+19
2023-11-02selftests/bpf: Add tests for css_task iter combining with cgroup iterChuyi Zhou1-0/+44
2023-11-02bpf: Relax allowlist for css_task iterChuyi Zhou1-2/+2
2023-11-01Merge 'bpf-next 2023-10-16' into loongarch-nextHuacai Chen32-75/+2143
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