summaryrefslogtreecommitdiff
path: root/kernel/bpf/bpf_iter.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko1-2/+2
2023-11-02bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky1-4/+2
2023-10-14bpf: Don't explicitly emit BTF for struct btf_iter_numDave Marchevsky1-2/+0
2023-03-09bpf: implement numbers iteratorAndrii Nakryiko1-0/+70
2022-08-19bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()Martin KaFai Lau1-0/+5
2022-08-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+5
2022-08-10bpf: Only allow sleepable program for resched-able iteratorHou Tao1-1/+10
2022-08-09bpf, iter: Fix the condition on p when calling stop.Hao Luo1-0/+5
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+5
2022-07-16fs: remove no_llseekJason A. Donenfeld1-2/+1
2022-06-21bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman1-4/+5
2022-04-11bpf: Remove redundant assignment to meta.seq in __task_seq_show()Yuntao Wang1-1/+1
2022-04-04bpf: Replace usage of supported with dedicated list iterator variableJakob Koschel1-16/+14
2022-01-25bpf: Add support for bpf iterator programs to use sleepable helpersKenny Yu1-5/+15
2021-11-30bpf: Add bpf_loop helperJoanne Koong1-0/+35
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-07-24bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau1-0/+22
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov1-6/+7
2021-02-27bpf: Add bpf_for_each_map_elem() helperYonghong Song1-0/+16
2021-02-13bpf: Fix an unitialized value in bpf_iterYonghong Song1-1/+1
2020-10-29bpf: Permit cond_resched for some iteratorsYonghong Song1-0/+14
2020-09-29bpf: Bump iter seq size to support BTF representation of large data structuresAlan Maguire1-2/+2
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+58
2020-08-22bpf: Implement link_query for bpf iteratorsYonghong Song1-0/+58
2020-08-19bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song1-1/+14
2020-08-07bpf: Change uapi for bpf iterator map elementsYonghong Song1-29/+29
2020-07-26bpf: Implement bpf iterator for map elementsYonghong Song1-16/+69
2020-07-26bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song1-1/+1
2020-07-26bpf: 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-10bpf: Implement common macros/helpers for target iteratorsYonghong Song1-5/+80
2020-05-10bpf: Create file bpf iteratorYonghong Song1-1/+16
2020-05-10bpf: Create anonymous bpf iteratorYonghong Song1-0/+129
2020-05-10bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song1-0/+123
2020-05-10bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song1-0/+31
2020-05-10bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song1-0/+62
2020-05-10bpf: Allow loading of a bpf_iter programYonghong Song1-0/+36
2020-05-10bpf: Implement an interface to register bpf_iter targetsYonghong Song1-0/+59