summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Fix up xdp bonding test wrt feature flagsDaniel Borkmann2024-03-051-2/+2
* selftests/bpf: test case for callback_depth states pruning logicEduard Zingerman2024-03-051-0/+70
* selftests/bpf: Add negtive test cases for task iterYafang Shao2024-02-192-1/+12
* selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau2024-02-192-2/+67
* selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao2024-02-152-0/+102
* selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko2024-01-171-3/+161
* libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko2024-01-171-0/+13
* selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYSHao Sun2024-01-161-0/+19
* selftests/bpf: Test udp and tcp iter batchingMartin KaFai Lau2024-01-134-0/+260
* selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attachDmitrii Dolgov2024-01-042-0/+53
* selftests/bpf: Add test for recursive attachment of tracing progsDmitrii Dolgov2024-01-043-0/+137
* selftests/bpf: Test gotol with large offsetsIlya Leoshkevich2024-01-041-0/+19
* selftests/bpf: Double the size of test_loader logIlya Leoshkevich2024-01-041-1/+1
* bpfilter: remove bpfilterQuentin Deslandes2024-01-043-3/+0
* selftests/bpf: add __arg_ctx BTF rewrite testAndrii Nakryiko2024-01-031-0/+106
* selftests/bpf: add arg:ctx cases to test_global_funcs testsAndrii Nakryiko2024-01-031-0/+49
* selftests/bpf: Add a selftest with > 512-byte percpu allocation sizeYonghong Song2024-01-031-0/+18
* selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_maYonghong Song2024-01-032-40/+46
* bpf: sockmap, add tests for proto updates replace socketJohn Fastabend2024-01-031-0/+69
* bpf: sockmap, add tests for proto updates single socket to many mapJohn Fastabend2024-01-031-0/+74
* bpf: sockmap, add tests for proto updates many to single mapJohn Fastabend2024-01-031-1/+70
* selftests/bpf: Convert profiler.c to bpf_cmp.Alexei Starovoitov2024-01-031-46/+18
* bpf: Add bpf_nop_mov() asm macro.Alexei Starovoitov2024-01-031-0/+5
* selftests/bpf: Remove bpf_assert_eq-like macros.Alexei Starovoitov2024-01-031-150/+0
* selftests/bpf: Convert exceptions_assert.c to bpf_cmpAlexei Starovoitov2024-01-031-40/+40
* bpf: Introduce "volatile compare" macrosAlexei Starovoitov2024-01-033-12/+80
* selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov2024-01-0325-29/+30
* bpf: Add a possibly-zero-sized read testAndrei Matei2024-01-031-1/+38
* bpf: Simplify checking size of helper accessesAndrei Matei2024-01-032-5/+5
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller2024-01-0113-73/+298
|\
| * selftests/bpf: Remove tests for zeroed-array kptrHou Tao2023-12-201-51/+49
| * selftests/bpf: Close cgrp fd before calling cleanup_cgroup_environment()Hou Tao2023-12-191-0/+1
| * selftests/bpf: add freplace of BTF-unreliable main prog testAndrii Nakryiko2023-12-194-3/+69
| * selftests/bpf: add global subprog annotation testsAndrii Nakryiko2023-12-191-4/+95
| * bpf: reuse subprog argument parsing logic for subprog call checksAndrii Nakryiko2023-12-191-1/+1
| * bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko2023-12-193-4/+4
| * selftests/bpf: add testcase to verifier_bounds.c for BPF_JNEMenglong Dong2023-12-191-0/+62
| * selftests/bpf: activate the OP_NE logic in range_cond()Menglong Dong2023-12-191-6/+13
| * selftests/bpf: remove reduplicated s32 casting in "crafted_cases"Menglong Dong2023-12-191-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-212-1/+34
|\ \ | |/ |/|
| * Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-211-0/+34
| |\
| | * bpf: sockmap, test for unconnected af_unix sockJohn Fastabend2023-12-131-0/+34
| * | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-1/+0
| |/
* | Revert BPF token-related functionalityAndrii Nakryiko2023-12-195-1067/+0
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-1877-362/+4079
|\ \
| * | bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko2023-12-181-2/+8
| * | selftests/bpf: Add more uprobe multi fail testsJiri Olsa2023-12-181-3/+146
| * | selftests/bpf: Test the release of map btfHou Tao2023-12-183-0/+227
| * | s390/bpf: Fix indirect trampoline generationAlexei Starovoitov2023-12-181-2/+0
| * | selftests/bpf: Temporarily disable dummy_struct_ops test on s390Alexei Starovoitov2023-12-151-0/+2