aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/map_iter.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-2/+2
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky1-4/+2
2023-07-19bpf: allow any program to use the bpf_map_sum_elem_count kfuncAnton Protopopov1-1/+1
2023-07-19bpf: make an argument const in the bpf_map_sum_elem_count kfuncAnton Protopopov1-1/+1
2023-07-19bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_mapAnton Protopopov1-2/+1
2023-07-06bpf: add a new kfunc to return current bpf_map elements countAnton Protopopov1-1/+38
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo1-2/+2
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo1-2/+2
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+15
2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song1-8/+29
2020-07-25bpf: Implement bpf iterator for array mapsYonghong Song1-2/+4
2020-07-25bpf: Implement bpf iterator for hash mapsYonghong Song1-1/+23
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song1-1/+29
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song1-2/+6
2020-07-25bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song1-10/+6
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song1-1/+6
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song1-0/+5
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song1-9/+9
2020-05-09bpf: Add bpf_map iteratorYonghong Song1-0/+97