summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1321-1598/+4294
|\
| * bpf: use check_ids() for active_lock comparisonEduard Zingerman2022-12-101-3/+13
| * bpf: states_equal() must build idmap for all function framesEduard Zingerman2022-12-101-1/+2
| * bpf: regsafe() must not skip check_ids()Eduard Zingerman2022-12-101-21/+8
| * bpf: Use memmove for bpf_dynptr_{read,write}Kumar Kartikeya Dwivedi2022-12-081-2/+10
| * bpf: Move PTR_TO_STACK alignment check to process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-5/+8
| * bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi2022-12-081-25/+38
| * bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-082-67/+178
| * bpf: Propagate errors from process_* checks in check_func_argKumar Kartikeya Dwivedi2022-12-081-10/+15
| * bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-64/+70
| * bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is trueHou Tao2022-12-081-1/+9
| * bpf: Reuse freed element in free_by_rcu during allocationHou Tao2022-12-081-3/+18
| * bpf: Fix comment error in fixup_kfunc_call functionYang Jihong2022-12-081-1/+1
| * bpf: Do not zero-extend kfunc return valuesBjörn Töpel2022-12-081-0/+4
| * bpf/docs: Document struct cgroup * kfuncsDavid Vernet2022-12-071-1/+1
| * bpf/docs: Document struct task_struct * kfuncsDavid Vernet2022-12-071-1/+1
| * bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()Andrii Nakryiko2022-12-071-6/+5
| * Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov2022-12-072-7/+40
| |\
| | * bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires2022-12-072-7/+40
| * | bpf: remove unnecessary prune and jump pointsAndrii Nakryiko2022-12-061-24/+10
| * | bpf: mostly decouple jump history management from is_state_visited()Andrii Nakryiko2022-12-061-23/+26
| * | bpf: decouple prune and jump pointsAndrii Nakryiko2022-12-061-14/+43
| * | bpf: Loosen alloc obj test in verifier's reg_btf_recordDave Marchevsky2022-12-061-1/+6
| * | bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2022-12-061-28/+48
| * | bpf: Enable sleeptable support for cgrp local storageYonghong Song2022-12-041-1/+2
| * | bpf: Do not mark certain LSM hook arguments as trustedYonghong Song2022-12-042-0/+18
| * | bpf: Handle MEM_RCU type properlyYonghong Song2022-12-042-13/+46
| * | bpf: Fix release_on_unlock release logic for multiple refsDave Marchevsky2022-12-011-1/+1
| * | bpf: Fix a compilation failure with clang lto buildYonghong Song2022-11-303-7/+4
| * | bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov2022-11-301-3/+14
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+1
| |\ \
| * \ \ Daniel Borkmann says:Jakub Kicinski2022-11-2813-574/+2398
| |\ \ \
| | * | | bpf: Don't mark arguments to fentry/fexit programs as trusted.Alexei Starovoitov2022-11-242-6/+13
| | * | | bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song2022-11-243-29/+148
| | * | | bpf: Introduce might_sleep field in bpf_func_protoYonghong Song2022-11-243-2/+11
| | * | | bpf: Add bpf_task_from_pid() kfuncDavid Vernet2022-11-231-1/+20
| | * | | bpf: Unify and simplify btf_func_proto_check error handlingStanislav Fomichev2022-11-241-9/+5
| | * | | bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev2022-11-241-0/+5
| | * | | 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: Pin the start cgroup in cgroup_iter_seq_init()Hou Tao2022-11-211-0/+14
| | * | | bpf/verifier: Use kmalloc_size_roundup() to match ksize() usageKees Cook2022-11-211-4/+8
| | * | | bpf: Add a kfunc for generic type castYonghong Song2022-11-202-2/+24
| | * | | bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctxYonghong Song2022-11-203-0/+48
| | * | | bpf: Add support for kfunc set with common btf_idsYonghong Song2022-11-202-1/+19
| | * | | bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init failsKumar Kartikeya Dwivedi2022-11-202-2/+3
| | * | | bpf: Add kfuncs for storing struct task_struct * as a kptrDavid Vernet2022-11-201-3/+75
| | * | | bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet2022-11-202-12/+65
| | * | | bpf: Allow multiple modifiers in reg_type_str() prefixDavid Vernet2022-11-201-11/+8