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