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
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2023-05-06
bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
Daniel Rosenberg
-16
/
+31
2023-05-06
bpf: Add bpf_task_under_cgroup() kfunc
Feng Zhou
-0
/
+17
2023-05-04
bpf: support precision propagation in the presence of subprogs
Andrii Nakryiko
-20
/
+143
2023-05-04
bpf: fix mark_all_scalars_precise use in mark_chain_precision
Andrii Nakryiko
-3
/
+13
2023-05-04
bpf: fix propagate_precision() logic for inner frames
Andrii Nakryiko
-30
/
+35
2023-05-04
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
-47
/
+53
2023-05-04
bpf: improve precision backtrack logging
Andrii Nakryiko
-7
/
+65
2023-05-04
bpf: encapsulate precision backtracking bookkeeping
Andrii Nakryiko
-67
/
+182
2023-05-04
bpf: mark relevant stack slots scratched for register read instructions
Andrii Nakryiko
-0
/
+3
2023-05-02
bpf: Print a warning only if writing to unprivileged_bpf_disabled.
Kui-Feng Lee
-1
/
+2
2023-04-29
Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-23
/
+23
2023-04-27
bpf: Add bpf_dynptr_clone
Joanne Koong
-20
/
+97
2023-04-27
bpf: Add bpf_dynptr_size
Joanne Koong
-3
/
+12
2023-04-27
bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
Joanne Koong
-4
/
+19
2023-04-27
bpf: Add bpf_dynptr_adjust
Joanne Koong
-0
/
+26
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1418
/
+3883
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-6
/
+6
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-23
/
+15
2023-04-24
bpf: Add __rcu_read_{lock,unlock} into btf id deny list
Yafang Shao
-0
/
+4
2023-04-24
bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
Dave Marchevsky
-1
/
+4
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
bpf: switch to fdget_raw()
Al Viro
-23
/
+15
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+15
2023-04-19
bpf: support access variable length array of integer type
Feng Zhou
-3
/
+5
2023-04-19
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
-0
/
+15
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
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
-786
/
+2246
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
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
-0
/
+3
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
[prev]
[next]