summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-306/+375
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal-0/+9
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal-0/+6
2023-04-21bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev-3/+6
2023-04-21bpf: Fix bpf_refcount_acquire's refcount_t address calculationDave Marchevsky-1/+1
2023-04-21bpf: Fix race between btf_put and btf_idr walk.Alexei Starovoitov-5/+3
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-68/+216
2023-04-20Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+15
2023-04-19bpf: support access variable length array of integer typeFeng Zhou-3/+5
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds-29/+41
2023-04-19bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann-0/+15
2023-04-18mm: fix memory leak on mm_init error handlingMathieu Desnoyers-0/+1
2023-04-18kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek-29/+40
2023-04-17bpf: Improve verifier u32 scalar equality checkingYonghong Song-2/+7
2023-04-17bpf: lirc program type should not require SYS_CAP_ADMINSean Young-1/+0
2023-04-16Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+10
2023-04-16bpf: Remove KF_KPTR_GET kfunc flagDavid Vernet-65/+0
2023-04-15bpf: Centralize btf_field-specific initialization logicDave Marchevsky-8/+6
2023-04-15bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky-23/+9
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky-40/+103
2023-04-15bpf: Add bpf_refcount_acquire kfuncDave Marchevsky-11/+78
2023-04-15bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky-8/+13
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky-2/+16
2023-04-15bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky-103/+24
2023-04-13bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich-40/+94
2023-04-13bpf: Add preempt_count_{sub,add} into btf id deny listYafang-0/+4
2023-04-13Daniel Borkmann says:Jakub Kicinski-792/+2271
2023-04-13Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-39/+150
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+43
2023-04-12bpf: Remove bpf_cgroup_kptr_get() kfuncDavid Vernet-32/+0
2023-04-12bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULLDavid Vernet-3/+2
2023-04-12cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long-1/+2
2023-04-12cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long-11/+86
2023-04-12cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long-20/+42
2023-04-12cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long-1/+5
2023-04-12cgroup,freezer: hold cpu_hotplug_lock before freezer_mutexTetsuo Handa-2/+5
2023-04-12bpf: Handle NULL in bpf_local_storage_free.Alexei Starovoitov-0/+3
2023-04-12sched/fair: Fix imbalance overflowVincent Guittot-0/+10
2023-04-11bpf/btf: Fix is_int_ptr()Feng Zhou-6/+2
2023-04-11bpf: Relax log_buf NULL conditions when log_level>0 is requestedAndrii Nakryiko-17/+25
2023-04-11bpf: Simplify internal verifier log interfaceAndrii Nakryiko-65/+87
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko-23/+33
2023-04-11bpf: Keep track of total log content size in both fixed and rolling modesAndrii Nakryiko-21/+46
2023-04-11bpf: Simplify logging-related error conditions handlingAndrii Nakryiko-6/+6
2023-04-11bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL modeAndrii Nakryiko-1/+1
2023-04-11bpf: Fix missing -EFAULT return on user log buf error in btf_parse()Andrii Nakryiko-0/+4
2023-04-11bpf: Ignore verifier log reset in BPF_LOG_KERNEL modeAndrii Nakryiko-1/+1
2023-04-11bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko-19/+201
2023-04-11bpf: Remove minimum size restrictions on verifier log bufferAndrii Nakryiko-1/+1
2023-04-11bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko-70/+87