summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORKHou Tao2022-12-191-0/+2
* bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen2022-12-151-2/+3
* bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa2022-12-141-0/+5
* bpf: prevent leak of lsm program after failed attachMilan Landaverde2022-12-141-3/+3
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1427-1623/+4459
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-128-299/+605
| |\
| | * 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-091-2/+10
| | * bpf: Move PTR_TO_STACK alignment check to process_dynptr_funcKumar Kartikeya Dwivedi2022-12-091-5/+8
| | * bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi2022-12-091-25/+38
| | * bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-092-67/+178
| | * bpf: Propagate errors from process_* checks in check_func_argKumar Kartikeya Dwivedi2022-12-091-10/+15
| | * bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2022-12-091-64/+70
| | * bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is trueHou Tao2022-12-091-1/+9
| | * bpf: Reuse freed element in free_by_rcu during allocationHou Tao2022-12-091-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-081-1/+1
| | * bpf/docs: Document struct task_struct * kfuncsDavid Vernet2022-12-081-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-071-24/+10
| | * | bpf: mostly decouple jump history management from is_state_visited()Andrii Nakryiko2022-12-071-23/+26
| | * | bpf: decouple prune and jump pointsAndrii Nakryiko2022-12-071-14/+43
| | * | bpf: Loosen alloc obj test in verifier's reg_btf_recordDave Marchevsky2022-12-071-1/+6
| | * | bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2022-12-071-28/+48
| | * | bpf: Enable sleeptable support for cgrp local storageYonghong Song2022-12-051-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-021-1/+1
| | * | bpf: Fix a compilation failure with clang lto buildYonghong Song2022-12-013-7/+4
| | * | bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov2022-12-011-3/+14
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-093-20/+28
| |\ \ \
| * | | | jump_label: Prevent key->enabled int overflowDmitry Safonov2022-12-021-12/+44
| * | | | Merge branch 'locking/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2022-12-021-6/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-2922-115/+263
| |\ \ \ \
| * \ \ \ \ Daniel Borkmann says:Jakub Kicinski2022-11-2914-577/+2401
| |\ \ \ \ \
| | * | | | | 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-244-4/+13
| | * | | | | bpf: Add bpf_task_from_pid() kfuncDavid Vernet2022-11-241-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