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