aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf/bpf_iter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-18bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song1-1/+14
2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song1-29/+29
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song1-16/+69
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song1-1/+1
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song1-6/+6
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song1-0/+5
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song1-2/+2
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song1-19/+17
2020-05-13bpf: Add comments to interpret bpf_prog return valuesYonghong Song1-0/+6
2020-05-09bpf: Implement common macros/helpers for target iteratorsYonghong Song1-5/+80
2020-05-09bpf: Create file bpf iteratorYonghong Song1-1/+16
2020-05-09bpf: Create anonymous bpf iteratorYonghong Song1-0/+129
2020-05-09bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song1-0/+123
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song1-0/+31
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song1-0/+62
2020-05-09bpf: Allow loading of a bpf_iter programYonghong Song1-0/+36
2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song1-0/+59