aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/map_ptr_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook1-1/+1
2023-07-19bpf: allow any program to use the bpf_map_sum_elem_count kfuncAnton Protopopov1-0/+5
2022-03-30selftests/bpf: Fix warning comparing pointer to 0Haowen Bai1-2/+2
2021-12-02selftests/bpf: Improve inner_map test coverage.Alexei Starovoitov1-2/+14
2021-10-07selftests/bpf: Remove SEC("version") from test progsDave Marchevsky1-1/+0
2021-04-08selftests/bpf: Pass page size from userspace in map_ptrYauheni Kaliuta1-2/+2
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin1-7/+0
2020-09-08selftests/bpf: Add test for map_ptr arithmeticYonghong Song1-1/+9
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh1-3/+3
2020-06-22selftests/bpf: Test access to bpf map pointerAndrey Ignatov1-0/+686