index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-306
/
+375
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
-0
/
+9
2023-04-21
bpf: add bpf_link support for BPF_NETFILTER programs
Florian Westphal
-0
/
+6
2023-04-21
bpf: Don't EFAULT for getsockopt with optval=NULL
Stanislav Fomichev
-3
/
+6
2023-04-21
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
-1
/
+1
2023-04-21
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
-5
/
+3
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-68
/
+216
2023-04-20
Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-0
/
+15
2023-04-19
bpf: support access variable length array of integer type
Feng Zhou
-3
/
+5
2023-04-19
Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...
Linus Torvalds
-29
/
+41
2023-04-19
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
-0
/
+15
2023-04-18
mm: fix memory leak on mm_init error handling
Mathieu Desnoyers
-0
/
+1
2023-04-18
kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()
Ondrej Mosnacek
-29
/
+40
2023-04-17
bpf: Improve verifier u32 scalar equality checking
Yonghong Song
-2
/
+7
2023-04-17
bpf: lirc program type should not require SYS_CAP_ADMIN
Sean Young
-1
/
+0
2023-04-16
Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-0
/
+10
2023-04-16
bpf: Remove KF_KPTR_GET kfunc flag
David Vernet
-65
/
+0
2023-04-15
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
-8
/
+6
2023-04-15
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
-23
/
+9
2023-04-15
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
-40
/
+103
2023-04-15
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
-11
/
+78
2023-04-15
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
-8
/
+13
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
-2
/
+16
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
-103
/
+24
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
-40
/
+94
2023-04-13
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
-0
/
+4
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
-792
/
+2271
2023-04-13
Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-39
/
+150
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-24
/
+43
2023-04-12
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
-32
/
+0
2023-04-12
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
-3
/
+2
2023-04-12
cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
Waiman Long
-1
/
+2
2023-04-12
cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
Waiman Long
-11
/
+86
2023-04-12
cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
Waiman Long
-20
/
+42
2023-04-12
cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
Waiman Long
-1
/
+5
2023-04-12
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex
Tetsuo Handa
-2
/
+5
2023-04-12
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
-0
/
+3
2023-04-12
sched/fair: Fix imbalance overflow
Vincent Guittot
-0
/
+10
2023-04-11
bpf/btf: Fix is_int_ptr()
Feng Zhou
-6
/
+2
2023-04-11
bpf: Relax log_buf NULL conditions when log_level>0 is requested
Andrii Nakryiko
-17
/
+25
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
-65
/
+87
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
-23
/
+33
2023-04-11
bpf: Keep track of total log content size in both fixed and rolling modes
Andrii Nakryiko
-21
/
+46
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
-6
/
+6
2023-04-11
bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
Andrii Nakryiko
-1
/
+1
2023-04-11
bpf: Fix missing -EFAULT return on user log buf error in btf_parse()
Andrii Nakryiko
-0
/
+4
2023-04-11
bpf: Ignore verifier log reset in BPF_LOG_KERNEL mode
Andrii Nakryiko
-1
/
+1
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
-19
/
+201
2023-04-11
bpf: Remove minimum size restrictions on verifier log buffer
Andrii Nakryiko
-1
/
+1
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
-70
/
+87
[next]