summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2024-02-19selftests/bpf: Add negtive test cases for task iterYafang Shao-1/+12
2024-02-19selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau-2/+67
2024-02-15selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao-0/+102
2024-01-17selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko-3/+161
2024-01-17libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko-0/+13
2024-01-16selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYSHao Sun-0/+19
2024-01-13selftests/bpf: Test udp and tcp iter batchingMartin KaFai Lau-0/+260
2024-01-04selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attachDmitrii Dolgov-0/+53
2024-01-04selftests/bpf: Add test for recursive attachment of tracing progsDmitrii Dolgov-0/+137
2024-01-04selftests/bpf: Test gotol with large offsetsIlya Leoshkevich-0/+19
2024-01-04selftests/bpf: Double the size of test_loader logIlya Leoshkevich-1/+1
2024-01-04bpfilter: remove bpfilterQuentin Deslandes-3/+0
2024-01-03selftests/bpf: add __arg_ctx BTF rewrite testAndrii Nakryiko-0/+106
2024-01-03selftests/bpf: add arg:ctx cases to test_global_funcs testsAndrii Nakryiko-0/+49
2024-01-03selftests/bpf: Add a selftest with > 512-byte percpu allocation sizeYonghong Song-0/+18
2024-01-03selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_maYonghong Song-40/+46
2024-01-03bpf: sockmap, add tests for proto updates replace socketJohn Fastabend-0/+69
2024-01-03bpf: sockmap, add tests for proto updates single socket to many mapJohn Fastabend-0/+74
2024-01-03bpf: sockmap, add tests for proto updates many to single mapJohn Fastabend-1/+70
2024-01-03selftests/bpf: Convert profiler.c to bpf_cmp.Alexei Starovoitov-46/+18
2024-01-03bpf: Add bpf_nop_mov() asm macro.Alexei Starovoitov-0/+5
2024-01-03selftests/bpf: Remove bpf_assert_eq-like macros.Alexei Starovoitov-150/+0
2024-01-03selftests/bpf: Convert exceptions_assert.c to bpf_cmpAlexei Starovoitov-40/+40
2024-01-03bpf: Introduce "volatile compare" macrosAlexei Starovoitov-12/+80
2024-01-03selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov-29/+30
2024-01-03bpf: Add a possibly-zero-sized read testAndrei Matei-1/+38
2024-01-03bpf: Simplify checking size of helper accessesAndrei Matei-5/+5
2024-01-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller-73/+298
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+34
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-20selftests/bpf: Remove tests for zeroed-array kptrHou Tao-51/+49
2023-12-19selftests/bpf: Close cgrp fd before calling cleanup_cgroup_environment()Hou Tao-0/+1
2023-12-19selftests/bpf: add freplace of BTF-unreliable main prog testAndrii Nakryiko-3/+69
2023-12-19selftests/bpf: add global subprog annotation testsAndrii Nakryiko-4/+95
2023-12-19bpf: reuse subprog argument parsing logic for subprog call checksAndrii Nakryiko-1/+1
2023-12-19bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko-4/+4
2023-12-19selftests/bpf: add testcase to verifier_bounds.c for BPF_JNEMenglong Dong-0/+62
2023-12-19selftests/bpf: activate the OP_NE logic in range_cond()Menglong Dong-6/+13
2023-12-19selftests/bpf: remove reduplicated s32 casting in "crafted_cases"Menglong Dong-4/+4
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko-1067/+0
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-362/+4079
2023-12-18bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko-2/+8
2023-12-18selftests/bpf: Add more uprobe multi fail testsJiri Olsa-3/+146
2023-12-18selftests/bpf: Test the release of map btfHou Tao-0/+227
2023-12-18s390/bpf: Fix indirect trampoline generationAlexei Starovoitov-2/+0
2023-12-15selftests/bpf: Temporarily disable dummy_struct_ops test on s390Alexei Starovoitov-0/+2
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe-1/+0
2023-12-15selftests/bpf: Add test for abnormal cnt during multi-kprobe attachmentHou Tao-0/+15
2023-12-15selftests/bpf: Don't use libbpf_get_error() in kprobe_multi_testHou Tao-5/+11
2023-12-15selftests/bpf: Add test for abnormal cnt during multi-uprobe attachmentHou Tao-1/+31