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-01-19
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
2023-01-13
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
2023-01-06
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
2022-12-28
bpf: Always use maximal size for copy_array()
Kees Cook
2022-12-22
bpf: fix nullness propagation for reg to reg comparisons
Hao Sun
2022-12-10
bpf: use check_ids() for active_lock comparison
Eduard Zingerman
2022-12-10
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
2022-12-10
bpf: regsafe() must not skip check_ids()
Eduard Zingerman
2022-12-08
bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Rework check_func_arg_reg_off
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Propagate errors from process_* checks in check_func_arg
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Fix comment error in fixup_kfunc_call function
Yang Jihong
2022-12-08
bpf: Do not zero-extend kfunc return values
Björn Töpel
2022-12-07
bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()
Andrii Nakryiko
2022-12-07
Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-next
Alexei Starovoitov
2022-12-07
bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret
Benjamin Tissoires
2022-12-06
bpf: remove unnecessary prune and jump points
Andrii Nakryiko
2022-12-06
bpf: mostly decouple jump history management from is_state_visited()
Andrii Nakryiko
2022-12-06
bpf: decouple prune and jump points
Andrii Nakryiko
2022-12-06
bpf: Loosen alloc obj test in verifier's reg_btf_record
Dave Marchevsky
2022-12-04
bpf: Enable sleeptable support for cgrp local storage
Yonghong Song
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
2022-12-01
bpf: Fix release_on_unlock release logic for multiple refs
Dave Marchevsky
2022-11-30
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
2022-11-24
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
2022-11-21
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
2022-11-20
bpf: Add a kfunc for generic type cast
Yonghong Song
2022-11-20
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
2022-11-20
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-20
bpf: Allow multiple modifiers in reg_type_str() prefix
David Vernet
2022-11-17
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Permit NULL checking pointer with non-zero fixed offset
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Support constant scalar arguments for kfuncs
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Allow locking bpf_spin_lock global variables
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Allow locking bpf_spin_lock in allocated objects
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce allocated objects support
Kumar Kartikeya Dwivedi
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-15
bpf: propagate nullness information for reg to reg comparisons
Eduard Zingerman
2022-11-15
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
2022-11-14
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
[next]