summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/helpers.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Use memmove for bpf_dynptr_{read,write}Kumar Kartikeya Dwivedi2022-12-081-2/+10
* bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-9/+9
* bpf/docs: Document struct cgroup * kfuncsDavid Vernet2022-12-071-1/+1
* bpf/docs: Document struct task_struct * kfuncsDavid Vernet2022-12-071-1/+1
* bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2022-12-061-28/+48
* bpf: Handle MEM_RCU type properlyYonghong Song2022-12-041-0/+14
* bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song2022-11-241-0/+12
* bpf: Introduce might_sleep field in bpf_func_protoYonghong Song2022-11-241-0/+2
* bpf: Add bpf_task_from_pid() kfuncDavid Vernet2022-11-231-1/+20
* bpf: Don't use idx variable when registering kfunc dtorsDavid Vernet2022-11-231-5/+5
* bpf: Add bpf_cgroup_ancestor() kfuncDavid Vernet2022-11-221-0/+20
* bpf: Enable cgroups to be used as kptrsDavid Vernet2022-11-221-3/+80
* bpf: Add a kfunc for generic type castYonghong Song2022-11-201-0/+6
* bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctxYonghong Song2022-11-201-0/+6
* bpf: Add support for kfunc set with common btf_idsYonghong Song2022-11-201-1/+11
* bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init failsKumar Kartikeya Dwivedi2022-11-201-2/+0
* bpf: Add kfuncs for storing struct task_struct * as a kptrDavid Vernet2022-11-201-3/+75
* bpf: Introduce single ownership BPF linked list APIKumar Kartikeya Dwivedi2022-11-171-1/+54
* bpf: Introduce bpf_obj_dropKumar Kartikeya Dwivedi2022-11-171-0/+11
* bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi2022-11-171-7/+40
* bpf: Allow locking bpf_spin_lock in allocated objectsKumar Kartikeya Dwivedi2022-11-171-0/+2
* bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi2022-11-141-0/+32
* bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi2022-11-031-3/+3
* bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-251-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-14/+14
|\
| * bpf: Gate dynptr API behind CAP_BPFKumar Kartikeya Dwivedi2022-09-211-14/+14
* | bpf: Export bpf_dynptr_get_size()Roberto Sassu2022-09-211-1/+1
* | btf: Export bpf_dynptr definitionRoberto Sassu2022-09-211-0/+2
* | bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet2022-09-211-0/+2
* | bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky2022-09-151-3/+3
* | bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPFKumar Kartikeya Dwivedi2022-08-231-4/+4
* | bpf: expose bpf_strtol and bpf_strtoul to all program typesStanislav Fomichev2022-08-231-1/+5
* | bpf: Introduce cgroup_{common,current}_func_protoStanislav Fomichev2022-08-231-34/+0
* | bpf: export crash_kexec() as destructive kfuncArtem Savkov2022-08-101-0/+18
* | bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer2022-08-091-0/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-4/+8
|\
| * bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong2022-07-081-4/+8
* | bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong2022-06-171-6/+6
|/
* bpf: Add dynptr data slicesJoanne Koong2022-05-231-0/+28
* bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong2022-05-231-0/+78
* bpf: Dynptr support for ring buffersJoanne Koong2022-05-231-4/+10
* bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong2022-05-231-0/+65
* bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong2022-05-131-2/+2
* bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou2022-05-111-0/+18
* bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi2022-04-251-0/+24
* bpf: Replace strncpy() with strscpy()Yuntao Wang2022-03-071-7/+2
* bpf: Cleanup commentsTom Rix2022-02-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-0/+2
|\
| * bpf: Emit bpf_timer in vmlinux BTFYonghong Song2022-02-111-0/+2
* | bpf: make bpf_copy_from_user_task() gpl onlyKenta Tada2022-01-311-1/+1