index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-3
/
+4
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-05-19
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
1
-3
/
+4
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
1
-1
/
+1
2023-05-15
bpf: fix calculation of subseq_idx during precision backtracking
Andrii Nakryiko
1
-6
/
+8
2023-05-15
bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
Dave Marchevsky
1
-19
/
+22
2023-05-06
bpf: verifier: Accept dynptr mem as mem in helpers
Daniel Rosenberg
1
-0
/
+4
2023-05-06
bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
Daniel Rosenberg
1
-4
/
+13
2023-05-04
bpf: support precision propagation in the presence of subprogs
Andrii Nakryiko
1
-20
/
+143
2023-05-04
bpf: fix mark_all_scalars_precise use in mark_chain_precision
Andrii Nakryiko
1
-3
/
+13
2023-05-04
bpf: fix propagate_precision() logic for inner frames
Andrii Nakryiko
1
-30
/
+35
2023-05-04
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
1
-47
/
+53
2023-05-04
bpf: improve precision backtrack logging
Andrii Nakryiko
1
-7
/
+65
2023-05-04
bpf: encapsulate precision backtracking bookkeeping
Andrii Nakryiko
1
-67
/
+182
2023-05-04
bpf: mark relevant stack slots scratched for register read instructions
Andrii Nakryiko
1
-0
/
+3
2023-04-27
bpf: Add bpf_dynptr_clone
Joanne Koong
1
-20
/
+83
2023-04-24
bpf: Add __rcu_read_{lock,unlock} into btf id deny list
Yafang Shao
1
-0
/
+4
2023-04-24
bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
Dave Marchevsky
1
-1
/
+4
2023-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-142
/
+213
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
1
-0
/
+3
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+15
2023-04-19
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
1
-0
/
+15
2023-04-17
bpf: Improve verifier u32 scalar equality checking
Yonghong Song
1
-2
/
+7
2023-04-16
bpf: Remove KF_KPTR_GET kfunc flag
David Vernet
1
-65
/
+0
2023-04-15
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
1
-3
/
+0
2023-04-15
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
1
-23
/
+55
2023-04-15
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
1
-11
/
+63
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
1
-40
/
+83
2023-04-13
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
1
-0
/
+4
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
1
-23
/
+16
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
1
-1
/
+7
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
1
-4
/
+2
2023-04-11
bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
1
-9
/
+10
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
1
-69
/
+0
2023-04-06
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
1
-0
/
+12
2023-04-06
bpf: Improve verifier JEQ/JNE insn branch taken checking
Yonghong Song
1
-0
/
+8
2023-04-04
bpf: Undo strict enforcement for walking untagged fields.
Alexei Starovoitov
1
-3
/
+8
2023-04-04
bpf: Allowlist few fields similar to __rcu tag.
Alexei Starovoitov
1
-2
/
+37
2023-04-04
bpf: Refactor NULL-ness check in check_reg_type().
Alexei Starovoitov
1
-4
/
+8
2023-04-04
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
1
-11
/
+12
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
1
-2
/
+2
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
1
-1
/
+1
2023-04-03
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
1
-5
/
+9
2023-04-01
bpf: Make struct task_struct an RCU-safe type
David Vernet
1
-0
/
+1
2023-03-30
bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call arg
David Vernet
1
-0
/
+4
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
1
-1
/
+1
2023-03-22
bpf: remember meta->iter info only for initialized iters
Andrii Nakryiko
1
-7
/
+7
2023-03-22
bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
Daniel Borkmann
1
-3
/
+3
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
1
-7
/
+7
[next]