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