index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
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
2022-11-14
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
2022-11-14
bpf: Rename RET_PTR_TO_ALLOC_MEM
Kumar Kartikeya Dwivedi
2022-11-14
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
2022-11-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]