summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf, sockmap: Add af_unix test with both sockets in mapJohn Fastabend2023-11-302-11/+47
* selftests/bpf: check if max number of bpf_loop iterations is trackedEduard Zingerman2023-11-211-0/+75
* bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman2023-11-211-10/+25
* selftests/bpf: test widening for iterating callbacksEduard Zingerman2023-11-211-0/+20
* selftests/bpf: tests for iterating callbacksEduard Zingerman2023-11-212-0/+149
* bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2023-11-213-14/+60
* selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman2023-11-211-5/+8
* selftests/bpf: track string payload offset as scalar in strobemetaEduard Zingerman2023-11-211-30/+48
* selftests/bpf: track tcp payload offset as scalar in xdp_synproxyEduard Zingerman2023-11-211-32/+52
* selftests/bpf: Add netkit to tc_redirect selftestDaniel Borkmann2023-11-201-0/+52
* selftests/bpf: De-veth-ize the tc_redirect test caseDaniel Borkmann2023-11-201-126/+137
* Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-166-17/+127
|\
| * selftests/bpf: add more test cases for check_cfg()Andrii Nakryiko2023-11-101-0/+62
| * bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko2023-11-102-6/+9
| * selftests/bpf: add edge case backtracking logic testAndrii Nakryiko2023-11-101-0/+40
| * bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko2023-11-101-4/+4
| * selftests: bpf: xskxceiver: ksft_print_msg: fix format type errorAnders Roxell2023-11-101-7/+12
* | Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-11-126-6/+12
|\ \ | |/ |/|
| * selftests/bpf: Enable cpu v4 tests for LoongArchHengqi Chen2023-11-086-6/+12
| * Merge 'bpf-next 2023-10-16' into loongarch-nextHuacai Chen2023-11-0192-926/+5605
| |\
* | | selftests/bpf: get trusted cgrp from bpf_iter__cgroup directlyChuyi Zhou2023-11-081-12/+4
* | | selftests/bpf: Fix broken build where char is unsignedBjörn Töpel2023-11-021-1/+1
* | | selftests/bpf: precision tracking test for BPF_NEG and BPF_ENDShung-Hsi Yu2023-11-022-0/+95
* | | selftests/bpf: Add test for using css_task iter in sleepable progsChuyi Zhou2023-11-022-0/+20
* | | selftests/bpf: Add tests for css_task iter combining with cgroup iterChuyi Zhou2023-11-022-0/+77
* | | bpf: Relax allowlist for css_task iterChuyi Zhou2023-11-021-2/+2
* | | selftests/bpf: fix test_maps' use of bpf_map_create_optsAndrii Nakryiko2023-11-021-15/+5
* | | bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky2023-11-021-4/+2
* | | selftests/bpf: fix test_bpffsManu Bretelle2023-11-021-3/+8
* | | selftests/bpf: Add test for immediate spilled to stackHao Sun2023-11-021-0/+32
* | | Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-6/+107
|\ \ \
| * | | selftests/bpf/sockopt: Add io_uring supportBreno Leitao2023-10-201-6/+107
* | | | Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2023-10-2727-48/+2725
|\ \ \ \
| * | | | selftests/bpf: Fix selftests broken by mitigations=offYafang Shao2023-10-261-1/+32
| * | | | selftests/bpf: Add selftests for netkitDaniel Borkmann2023-10-254-0/+705
| * | | | selftests/bpf: Add netlink helper libraryDaniel Borkmann2023-10-253-5/+418
| * | | | selftests/bpf: test if state loops are detected in a tricky caseEduard Zingerman2023-10-241-0/+177
| * | | | selftests/bpf: tests with delayed read/precision makrs in loop bodyEduard Zingerman2023-10-241-0/+518
| * | | | bpf: exact states comparison for iterator convergence checksEduard Zingerman2023-10-241-0/+1
| * | | | selftests/bpf: Add more test cases for bpf memory allocatorHou Tao2023-10-202-7/+193
| * | | | selftests/bpf: Make linked_list failure test more robustKumar Kartikeya Dwivedi2023-10-202-9/+5
| * | | | selftests/bpf: Add tests for open-coded task and css iterChuyi Zhou2023-10-205-0/+415
| * | | | selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.cChuyi Zhou2023-10-202-9/+9
| * | | | bpf: Introduce css open-coded iterator kfuncsChuyi Zhou2023-10-201-0/+6
| * | | | bpf: Introduce task open coded iterator kfuncsChuyi Zhou2023-10-201-0/+5
| * | | | bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou2023-10-201-0/+8
| * | | | selftests/bpf: Add options and frags to xdp_hw_metadataLarysa Zaremba2023-10-182-13/+67
| * | | | selftests/bpf: Add additional mprog query test coverageDaniel Borkmann2023-10-171-1/+130
| * | | | selftests/bpf: Add selftest for bpf_task_under_cgroup() in sleepable progYafang Shao2023-10-172-3/+36
* | | | | tcp: introduce tcp_clock_ms()Eric Dumazet2023-10-231-2/+2
|/ / / /