summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-2825-463/+1249
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-2418-184/+395
| |\
| | * bpf: Keep BPF_PROG_LOAD permission checks clear of validationsAndrii Nakryiko2023-06-191-12/+9
| | * bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-1911-35/+47
| | * bpf: Inline map creation logic in map_create() functionAndrii Nakryiko2023-06-191-33/+24
| | * bpf: Move unprivileged checks into map_create() and bpf_prog_load()Andrii Nakryiko2023-06-191-15/+19
| | * bpf: Remove in_atomic() from bpf_link_put().Sebastian Andrzej Siewior2023-06-161-13/+16
| | * bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman2023-06-131-23/+68
| | * bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman2023-06-131-0/+115
| | * bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet2023-06-121-10/+12
| | * bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet2023-06-121-0/+16
| | * bpf: Hide unused bpf_patch_call_argsArnd Bergmann2023-06-121-3/+5
| | * bpf: Factor out a common helper free_all()Hou Tao2023-06-061-15/+16
| | * bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULLDavid Vernet2023-06-051-2/+7
| | * bpf: Replace open code with for allocated object checkDaniel T. Lee2023-06-051-2/+2
| | * bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky2023-06-052-10/+24
| | * bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky2023-06-051-2/+2
| | * bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky2023-06-051-0/+3
| | * bpf: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-311-2/+2
| | * bpf: Silence a warning in btf_type_id_size()Yonghong Song2023-05-301-9/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-229-116/+265
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-154-19/+32
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-086-6/+29
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0113-114/+249
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-265-42/+105
| |\ \ \ \ \
| | * | | | | bpf: Fix bad unlock balance on freeze_mutexDaniel Borkmann2023-05-261-2/+2
| | * | | | | bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandAndrii Nakryiko2023-05-251-4/+5
| | * | | | | bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko2023-05-232-13/+28
| | * | | | | bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko2023-05-231-6/+5
| | * | | | | bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Aditi Ghag2023-05-192-14/+58
| | * | | | | bpf: Show target_{obj,btf}_id in tracing link fdinfoYafang Shao2023-05-191-2/+9
| | * | | | | bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko2023-05-161-3/+0
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-253-18/+63
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-253-4/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-184-39/+107
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-168-240/+752
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: Fix memleak due to fentry attach failureYafang Shao2023-05-151-6/+15
| | * | | | | | | | bpf: Remove bpf trampoline selectorYafang Shao2023-05-151-7/+4
| | * | | | | | | | bpf: fix calculation of subseq_idx during precision backtrackingAndrii Nakryiko2023-05-151-6/+8
| | * | | | | | | | bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky2023-05-151-19/+22
| | * | | | | | | | bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev2023-05-131-0/+15
| | * | | | | | | | bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2023-05-122-13/+15
| | * | | | | | | | bpf: verifier: Accept dynptr mem as mem in helpersDaniel Rosenberg2023-05-061-0/+4
| | * | | | | | | | bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)Daniel Rosenberg2023-05-062-16/+31
| | * | | | | | | | bpf: Add bpf_task_under_cgroup() kfuncFeng Zhou2023-05-061-0/+17
| | * | | | | | | | bpf: support precision propagation in the presence of subprogsAndrii Nakryiko2023-05-041-20/+143
| | * | | | | | | | bpf: fix mark_all_scalars_precise use in mark_chain_precisionAndrii Nakryiko2023-05-041-3/+13
| | * | | | | | | | bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko2023-05-041-30/+35
| | * | | | | | | | bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko2023-05-041-47/+53
| | * | | | | | | | bpf: improve precision backtrack loggingAndrii Nakryiko2023-05-041-7/+65