summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/task_iter.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song2020-09-021-4/+11
* bpf: Avoid visit same object multiple timesYonghong Song2020-08-181-1/+2
* bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song2020-08-171-1/+2
* 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-4/+12
* bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song2020-07-251-2/+4
* bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-2/+10
* bpf: Fix bpf_iter's task iterator logicAndrii Nakryiko2020-05-141-1/+7
* bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-0/+12
* bpf: net: Refactor bpf_iter target registrationYonghong Song2020-05-131-14/+16
* bpf: Add task and task/file iterator targetsYonghong Song2020-05-091-0/+333