summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-01-04selftests/bpf: add __arg_ctx BTF rewrite testAndrii Nakryiko1-0/+106
2024-01-04selftests/bpf: add arg:ctx cases to test_global_funcs testsAndrii Nakryiko1-0/+49
2024-01-04selftests/bpf: Add a selftest with > 512-byte percpu allocation sizeYonghong Song1-0/+18
2024-01-04selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_maYonghong Song2-40/+46
2024-01-04bpf: sockmap, add tests for proto updates replace socketJohn Fastabend1-0/+69
2024-01-04bpf: sockmap, add tests for proto updates single socket to many mapJohn Fastabend1-0/+74
2024-01-04bpf: sockmap, add tests for proto updates many to single mapJohn Fastabend1-1/+70
2024-01-03selftests/bpf: Convert profiler.c to bpf_cmp.Alexei Starovoitov1-46/+18
2024-01-03bpf: Add bpf_nop_mov() asm macro.Alexei Starovoitov1-0/+5
2024-01-03selftests/bpf: Remove bpf_assert_eq-like macros.Alexei Starovoitov1-150/+0
2024-01-03selftests/bpf: Convert exceptions_assert.c to bpf_cmpAlexei Starovoitov1-40/+40
2024-01-03bpf: Introduce "volatile compare" macrosAlexei Starovoitov3-12/+80
2024-01-03selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov25-29/+30
2024-01-03bpf: Add a possibly-zero-sized read testAndrei Matei1-1/+38
2024-01-03bpf: Simplify checking size of helper accessesAndrei Matei2-5/+5
2024-01-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller13-73/+298
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-1/+34
2023-12-21Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+34
2023-12-21selftests/bpf: Remove tests for zeroed-array kptrHou Tao1-51/+49
2023-12-20selftests/bpf: Close cgrp fd before calling cleanup_cgroup_environment()Hou Tao1-0/+1
2023-12-20selftests/bpf: add freplace of BTF-unreliable main prog testAndrii Nakryiko4-3/+69
2023-12-20selftests/bpf: add global subprog annotation testsAndrii Nakryiko1-4/+95
2023-12-20bpf: reuse subprog argument parsing logic for subprog call checksAndrii Nakryiko1-1/+1
2023-12-20bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko3-4/+4
2023-12-20selftests/bpf: add testcase to verifier_bounds.c for BPF_JNEMenglong Dong1-0/+62
2023-12-20selftests/bpf: activate the OP_NE logic in range_cond()Menglong Dong1-6/+13
2023-12-20selftests/bpf: remove reduplicated s32 casting in "crafted_cases"Menglong Dong1-4/+4
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko5-1067/+0
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski77-362/+4079
2023-12-19bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko1-2/+8
2023-12-18selftests/bpf: Add more uprobe multi fail testsJiri Olsa1-3/+146
2023-12-18selftests/bpf: Test the release of map btfHou Tao3-0/+227
2023-12-18s390/bpf: Fix indirect trampoline generationAlexei Starovoitov1-2/+0
2023-12-16selftests/bpf: Temporarily disable dummy_struct_ops test on s390Alexei Starovoitov1-0/+2
2023-12-16cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe1-1/+0
2023-12-16selftests/bpf: Add test for abnormal cnt during multi-kprobe attachmentHou Tao1-0/+15
2023-12-16selftests/bpf: Don't use libbpf_get_error() in kprobe_multi_testHou Tao1-5/+11
2023-12-16selftests/bpf: Add test for abnormal cnt during multi-uprobe attachmentHou Tao1-1/+31
2023-12-15selftests/bpf: utilize string values for delegate_xxx mount optionsAndrii Nakryiko1-20/+32
2023-12-15bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()Daniel Xu2-2/+65
2023-12-15bpf: selftests: Move xfrm tunnel test to test_progsDaniel Xu3-95/+151
2023-12-15bpf: selftests: test_tunnel: Use vmlinux.h declarationsDaniel Xu2-55/+22
2023-12-15bpf: selftests: test_tunnel: Setup fresh topology for each subtestDaniel Xu1-5/+2
2023-12-15selftests/bpf: Remove flaky test_btf_id testYonghong Song1-5/+0
2023-12-14selftests/xsk: Fix for SEND_RECEIVE_UNALIGNED testTushar Vyavahare1-9/+16
2023-12-14bpf: sockmap, test for unconnected af_unix sockJohn Fastabend1-0/+34
2023-12-14selftests/bpf: Check VLAN tag and proto in xdp_metadataLarysa Zaremba3-2/+26
2023-12-14selftests/bpf: Add AF_INET packet generation to xdp_metadataLarysa Zaremba1-19/+97
2023-12-14selftests/bpf: Add flags and VLAN hint to xdp_hw_metadataLarysa Zaremba3-12/+76
2023-12-14selftests/bpf: Allow VLAN packets in xdp_hw_metadataLarysa Zaremba2-1/+17