summaryrefslogtreecommitdiff
path: root/kernel/bpf/task_iter.c
AgeCommit message (Expand)Author
2020-09-03bpf: Avoid visit same object multiple timesYonghong Song
2020-08-26bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song
2020-08-19bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song
2020-05-14bpf: Fix bpf_iter's task iterator logicAndrii Nakryiko
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-09bpf: Add task and task/file iterator targetsYonghong Song