summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2023-07-31bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao-4/+10
2023-07-31bpf, cpumap: Make sure kthread is running before map update returnsHou Tao-10/+11
2023-07-18bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi-2/+19
2023-07-18bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi-5/+6
2023-07-11bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui-16/+24
2023-07-05bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi-2/+3
2023-07-03bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park-4/+2
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-184/+395
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+21
2023-06-21bpf: Force kprobe multi expected_attach_type for kprobe_multi linkJiri Olsa-0/+5
2023-06-21bpf/btf: Accept function names that contain dotsFlorent Revest-12/+8
2023-06-19bpf: Keep BPF_PROG_LOAD permission checks clear of validationsAndrii Nakryiko-12/+9
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko-35/+47
2023-06-19bpf: Inline map creation logic in map_create() functionAndrii Nakryiko-33/+24
2023-06-19bpf: Move unprivileged checks into map_create() and bpf_prog_load()Andrii Nakryiko-15/+19
2023-06-16bpf: Remove in_atomic() from bpf_link_put().Sebastian Andrzej Siewior-13/+16
2023-06-13bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman-23/+68
2023-06-13bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman-0/+115
2023-06-13bpf: ensure main program has an extableKrister Johansen-2/+5
2023-06-12bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet-10/+12
2023-06-12bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet-0/+16
2023-06-12bpf: Hide unused bpf_patch_call_argsArnd Bergmann-3/+5
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+15
2023-06-08bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy-0/+3
2023-06-06bpf: Factor out a common helper free_all()Hou Tao-15/+16
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal-0/+9
2023-06-05bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULLDavid Vernet-2/+7
2023-06-05bpf: Replace open code with for allocated object checkDaniel T. Lee-2/+2
2023-06-05bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky-10/+24
2023-06-05bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky-2/+2
2023-06-05bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky-0/+3
2023-06-02bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott-2/+6
2023-05-31bpf: Replace all non-returning strlcpy with strscpyAzeem Shaikh-2/+2
2023-05-30bpf: Silence a warning in btf_type_id_size()Yonghong Song-9/+10
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-42/+105
2023-05-26bpf: Fix bad unlock balance on freeze_mutexDaniel Borkmann-2/+2
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+6
2023-05-25bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandAndrii Nakryiko-4/+5
2023-05-23bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko-13/+28
2023-05-23bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko-6/+5
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov-2/+4
2023-05-19bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Aditi Ghag-14/+58
2023-05-19bpf: Show target_{obj,btf}_id in tracing link fdinfoYafang Shao-2/+9
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon-1/+1
2023-05-16bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko-3/+0
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-238/+750
2023-05-15bpf: Fix memleak due to fentry attach failureYafang Shao-6/+15
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao-7/+4
2023-05-15bpf: fix calculation of subseq_idx during precision backtrackingAndrii Nakryiko-6/+8
2023-05-15bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky-19/+22