Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-10bpf: Only allow sleepable program for resched-able iteratorHou Tao
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-07-16fs: remove no_llseekJason A. Donenfeld
2022-06-21bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman
2022-04-11bpf: Remove redundant assignment to meta.seq in __task_seq_show()Yuntao Wang
2022-04-04bpf: Replace usage of supported with dedicated list iterator variableJakob Koschel
2022-01-25bpf: Add support for bpf iterator programs to use sleepable helpersKenny Yu
2021-11-30bpf: Add bpf_loop helperJoanne Koong
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-07-24bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov
2021-02-27bpf: Add bpf_for_each_map_elem() helperYonghong Song
2021-02-13bpf: Fix an unitialized value in bpf_iterYonghong Song
2020-10-29bpf: Permit cond_resched for some iteratorsYonghong Song
2020-09-29bpf: Bump iter seq size to support BTF representation of large data structuresAlan Maguire
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-22bpf: Implement link_query for bpf iteratorsYonghong Song
2020-08-19bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song
2020-08-07bpf: Change uapi for bpf iterator map elementsYonghong Song
2020-07-26bpf: Implement bpf iterator for map elementsYonghong Song
2020-07-26bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song
2020-07-26bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-13bpf: Add comments to interpret bpf_prog return valuesYonghong Song
2020-05-10bpf: Implement common macros/helpers for target iteratorsYonghong Song
2020-05-10bpf: Create file bpf iteratorYonghong Song
2020-05-10bpf: Create anonymous bpf iteratorYonghong Song
2020-05-10bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song
2020-05-10bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song
2020-05-10bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song
2020-05-10bpf: Allow loading of a bpf_iter programYonghong Song
2020-05-10bpf: Implement an interface to register bpf_iter targetsYonghong Song