summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2023-12-21Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+34
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe-1/+0
2023-12-13bpf: sockmap, test for unconnected af_unix sockJohn Fastabend-0/+34
2023-12-06selftests/bpf: Add test for early update in prog_array_map_poke_runJiri Olsa-0/+116
2023-11-30bpf, sockmap: Add af_unix test with both sockets in mapJohn Fastabend-11/+47
2023-11-20selftests/bpf: check if max number of bpf_loop iterations is trackedEduard Zingerman-0/+75
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman-10/+25
2023-11-20selftests/bpf: test widening for iterating callbacksEduard Zingerman-0/+20
2023-11-20selftests/bpf: tests for iterating callbacksEduard Zingerman-0/+149
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman-14/+60
2023-11-20selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman-5/+8
2023-11-20selftests/bpf: track string payload offset as scalar in strobemetaEduard Zingerman-30/+48
2023-11-20selftests/bpf: track tcp payload offset as scalar in xdp_synproxyEduard Zingerman-32/+52
2023-11-20selftests/bpf: Add netkit to tc_redirect selftestDaniel Borkmann-0/+52
2023-11-20selftests/bpf: De-veth-ize the tc_redirect test caseDaniel Borkmann-126/+137
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-17/+127
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-6/+12
2023-11-09selftests/bpf: add more test cases for check_cfg()Andrii Nakryiko-0/+62
2023-11-09bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko-6/+9
2023-11-09selftests/bpf: add edge case backtracking logic testAndrii Nakryiko-0/+40
2023-11-09bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko-4/+4
2023-11-09selftests: bpf: xskxceiver: ksft_print_msg: fix format type errorAnders Roxell-7/+12
2023-11-08selftests/bpf: Enable cpu v4 tests for LoongArchHengqi Chen-6/+12
2023-11-07selftests/bpf: get trusted cgrp from bpf_iter__cgroup directlyChuyi Zhou-12/+4
2023-11-02selftests/bpf: Fix broken build where char is unsignedBjörn Töpel-1/+1
2023-11-01selftests/bpf: precision tracking test for BPF_NEG and BPF_ENDShung-Hsi Yu-0/+95
2023-11-01selftests/bpf: Add test for using css_task iter in sleepable progsChuyi Zhou-0/+20
2023-11-01selftests/bpf: Add tests for css_task iter combining with cgroup iterChuyi Zhou-0/+77
2023-11-01bpf: Relax allowlist for css_task iterChuyi Zhou-2/+2
2023-11-01selftests/bpf: fix test_maps' use of bpf_map_create_optsAndrii Nakryiko-15/+5
2023-11-01bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky-4/+2
2023-11-01selftests/bpf: fix test_bpffsManu Bretelle-3/+8
2023-11-01selftests/bpf: Add test for immediate spilled to stackHao Sun-0/+32
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds-6/+107
2023-11-01Merge 'bpf-next 2023-10-16' into loongarch-nextHuacai Chen-926/+5605
2023-10-26Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski-48/+2725
2023-10-26selftests/bpf: Fix selftests broken by mitigations=offYafang Shao-1/+32
2023-10-24selftests/bpf: Add selftests for netkitDaniel Borkmann-0/+705
2023-10-24selftests/bpf: Add netlink helper libraryDaniel Borkmann-5/+418
2023-10-23selftests/bpf: test if state loops are detected in a tricky caseEduard Zingerman-0/+177
2023-10-23selftests/bpf: tests with delayed read/precision makrs in loop bodyEduard Zingerman-0/+518
2023-10-23bpf: exact states comparison for iterator convergence checksEduard Zingerman-0/+1
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet-2/+2
2023-10-20selftests/bpf: Add more test cases for bpf memory allocatorHou Tao-7/+193
2023-10-20selftests/bpf: Make linked_list failure test more robustKumar Kartikeya Dwivedi-9/+5
2023-10-19selftests/bpf: Add tests for open-coded task and css iterChuyi Zhou-0/+415
2023-10-19selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.cChuyi Zhou-9/+9
2023-10-19bpf: Introduce css open-coded iterator kfuncsChuyi Zhou-0/+6
2023-10-19bpf: Introduce task open coded iterator kfuncsChuyi Zhou-0/+5
2023-10-19bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou-0/+8