summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2023-05-11bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev
2023-05-11bpf: Fix race between btf_put and btf_idr walk.Alexei Starovoitov
2023-05-11bpf/btf: Fix is_int_ptr()Feng Zhou
2023-05-11bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky
2023-05-11bpf: factor out fetching basic kfunc metadataAndrii Nakryiko
2023-05-11bpf: Add callback validation to kfunc verifier logicDave Marchevsky
2023-05-11bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc argsDave Marchevsky
2023-05-11bpf: Add bpf_rbtree_{add,remove,first} kfuncsDave Marchevsky
2023-05-11bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky
2023-05-11bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky
2023-05-11bpf: rename list_head -> graph_root in field info typesDave Marchevsky
2023-05-11bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann
2023-05-11bpf: return long from bpf_map_ops funcsJP Kobryn
2023-05-11bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst
2023-05-11bpf: fix precision propagation verbose loggingAndrii Nakryiko
2023-05-11bpf: take into account liveness when propagating precisionAndrii Nakryiko
2023-04-26bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann
2023-03-30bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer
2023-03-10bpf: Fix global subprog context argument resolution logicAndrii Nakryiko
2023-03-10bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao
2023-03-10bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi
2023-03-10bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi
2023-03-10bpf: Fix state pruning for STACK_DYNPTR stack slotsKumar Kartikeya Dwivedi
2023-02-25bpf: add missing header file includeLinus Torvalds
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen
2023-01-26bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee
2023-01-20bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa
2023-01-19bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman
2023-01-18bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore
2023-01-06bpf: Skip invalid kfunc call in backtrack_insnHao Sun
2022-12-28bpf: Always use maximal size for copy_array()Kees Cook
2022-12-28bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageChuang Wang
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-12-22bpf: fix nullness propagation for reg to reg comparisonsHao Sun
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-12-19bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORKHou Tao
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra
2022-12-14bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen
2022-12-14bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa
2022-12-14bpf: prevent leak of lsm program after failed attachMilan Landaverde
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-10bpf: use check_ids() for active_lock comparisonEduard Zingerman