summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_iter.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-061-29/+29
* bpf: Implement bpf iterator for map elementsYonghong Song2020-07-251-16/+69
* bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-251-1/+1
* bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-251-6/+6
* 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