summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/map_iter.c
AgeCommit message (Expand)AuthorLines
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