index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2023-07-18
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
2023-07-18
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
2023-07-05
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-13
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
2023-06-13
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
2023-06-13
bpf: ensure main program has an extable
Krister Johansen
2023-06-08
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
2023-06-05
bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
David Vernet
2023-06-05
bpf: Replace open code with for allocated object check
Daniel T. Lee
2023-06-05
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
2023-06-05
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
2023-05-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-19
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
2023-05-15
bpf: fix calculation of subseq_idx during precision backtracking
Andrii Nakryiko
2023-05-15
bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
Dave Marchevsky
2023-05-06
bpf: verifier: Accept dynptr mem as mem in helpers
Daniel Rosenberg
2023-05-06
bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
Daniel Rosenberg
2023-05-04
bpf: support precision propagation in the presence of subprogs
Andrii Nakryiko
2023-05-04
bpf: fix mark_all_scalars_precise use in mark_chain_precision
Andrii Nakryiko
2023-05-04
bpf: fix propagate_precision() logic for inner frames
Andrii Nakryiko
2023-05-04
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
2023-05-04
bpf: improve precision backtrack logging
Andrii Nakryiko
2023-05-04
bpf: encapsulate precision backtracking bookkeeping
Andrii Nakryiko
2023-05-04
bpf: mark relevant stack slots scratched for register read instructions
Andrii Nakryiko
2023-04-27
bpf: Add bpf_dynptr_clone
Joanne Koong
2023-04-24
bpf: Add __rcu_read_{lock,unlock} into btf id deny list
Yafang Shao
2023-04-24
bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
Dave Marchevsky
2023-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-19
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
2023-04-17
bpf: Improve verifier u32 scalar equality checking
Yonghong Song
2023-04-16
bpf: Remove KF_KPTR_GET kfunc flag
David Vernet
2023-04-15
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
2023-04-15
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
2023-04-15
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
2023-04-13
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
2023-04-11
bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
Andrii Nakryiko
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
2023-04-06
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
2023-04-06
bpf: Improve verifier JEQ/JNE insn branch taken checking
Yonghong Song
[next]