summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attachDmitrii Dolgov2024-01-041-0/+44
* selftests/bpf: Add test for recursive attachment of tracing progsDmitrii Dolgov2024-01-041-0/+107
* selftests/bpf: add __arg_ctx BTF rewrite testAndrii Nakryiko2024-01-031-0/+106
* selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_maYonghong Song2024-01-031-7/+13
* 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
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller2024-01-014-15/+48
|\
| * selftests/bpf: add freplace of BTF-unreliable main prog testAndrii Nakryiko2023-12-192-3/+29
| * bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko2023-12-191-2/+2
| * 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-211-0/+34
|\ \ | |/ |/|
| * bpf: sockmap, test for unconnected af_unix sockJohn Fastabend2023-12-131-0/+34
* | Revert BPF token-related functionalityAndrii Nakryiko2023-12-193-1041/+0
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-1820-43/+2271
|\ \
| * | selftests/bpf: Add more uprobe multi fail testsJiri Olsa2023-12-181-3/+146
| * | selftests/bpf: Test the release of map btfHou Tao2023-12-181-0/+98
| * | selftests/bpf: Add test for abnormal cnt during multi-kprobe attachmentHou Tao2023-12-151-0/+15
| * | selftests/bpf: Don't use libbpf_get_error() in kprobe_multi_testHou Tao2023-12-151-5/+11
| * | selftests/bpf: Add test for abnormal cnt during multi-uprobe attachmentHou Tao2023-12-151-1/+31
| * | selftests/bpf: utilize string values for delegate_xxx mount optionsAndrii Nakryiko2023-12-141-20/+32
| * | bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()Daniel Xu2023-12-141-2/+14
| * | bpf: selftests: Move xfrm tunnel test to test_progsDaniel Xu2023-12-141-0/+143
| * | bpf: selftests: test_tunnel: Setup fresh topology for each subtestDaniel Xu2023-12-141-5/+2
| * | selftests/bpf: Remove flaky test_btf_id testYonghong Song2023-12-141-5/+0
| * | selftests/bpf: Check VLAN tag and proto in xdp_metadataLarysa Zaremba2023-12-131-2/+18
| * | selftests/bpf: Add AF_INET packet generation to xdp_metadataLarysa Zaremba2023-12-131-19/+97
| * | selftests/bpf: add tests for LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko2023-12-131-0/+112
| * | selftests/bpf: add tests for BPF object load with implicit tokenAndrii Nakryiko2023-12-131-0/+76
| * | selftests/bpf: add BPF object loading tests with explicit token passingAndrii Nakryiko2023-12-131-0/+159
| * | bpf: selftests: Add verifier tests for CO-RE bitfield writesDaniel Xu2023-12-131-0/+2
| * | selftests/bpf: Relax time_tai test for equal timestamps in tai_forwardYiFei Zhu2023-12-121-1/+1
| * | selftests/bpf: Fixes tests for filesystem kfuncsManu Bretelle2023-12-121-0/+8
| * | selftests/bpf: validate eliminated global subprog is not freplaceableAndrii Nakryiko2023-12-111-0/+60
| * | selftests/bpf: Increase invalid metadata sizeLarysa Zaremba2023-12-111-2/+2
| * | selftests/bpf: Add test for bpf_cpumask_weight() kfuncDavid Vernet2023-12-091-0/+1
| * | selftests/bpf: Add selftests for cgroup1 local storageYafang Shao2023-12-081-1/+97
| * | bpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE for consistencyAndrii Nakryiko2023-12-061-1/+1
| * | selftests/bpf: add BPF token-enabled testsAndrii Nakryiko2023-12-061-0/+672
| * | bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2023-12-062-0/+5
| * | bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2023-12-062-0/+5
| * | selftests/bpf: Test bpf_kptr_xchg stashing of bpf_rb_rootDave Marchevsky2023-12-051-0/+23
| * | selftests/bpf: Test outer map update operations in syscall programHou Tao2023-12-041-2/+28
| * | selftests/bpf: Add test cases for inner mapHou Tao2023-12-041-0/+141
| * | selftests/bpf: Fix spelling mistake "get_signaure_size" -> "get_signature_size"Colin Ian King2023-12-041-1/+1
| * | selftests/bpf: Add test that uses fsverity and xattr to sign a fileSong Liu2023-12-011-1/+164
| * | selftests/bpf: Add tests for filesystem kfuncsSong Liu2023-12-011-0/+134
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-0/+84
|\ \ \ | |/ / |/| / | |/
| * selftests/bpf: Add test for early update in prog_array_map_poke_runJiri Olsa2023-12-061-0/+84