summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_iter.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-0/+5
* bpf: Change func bpf_iter_unreg_target() signatureYonghong Song2020-05-131-2/+2
* bpf: net: Refactor bpf_iter target registrationYonghong Song2020-05-131-19/+17
* bpf: Add comments to interpret bpf_prog return valuesYonghong Song2020-05-131-0/+6
* bpf: Implement common macros/helpers for target iteratorsYonghong Song2020-05-091-5/+80
* bpf: Create file bpf iteratorYonghong Song2020-05-091-1/+16
* bpf: Create anonymous bpf iteratorYonghong Song2020-05-091-0/+129
* bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song2020-05-091-0/+123
* bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song2020-05-091-0/+31
* bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song2020-05-091-0/+62
* bpf: Allow loading of a bpf_iter programYonghong Song2020-05-091-0/+36
* bpf: Implement an interface to register bpf_iter targetsYonghong Song2020-05-091-0/+59