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
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
2022-11-08
bpf: Fix memory leaks in __check_func_call
Wang Yufen
2022-11-04
bpf: aggressively forget precise markings during state checkpointing
Andrii Nakryiko
2022-11-04
bpf: stop setting precise in current state
Andrii Nakryiko
2022-11-04
bpf: allow precision tracking for programs with subprogs
Andrii Nakryiko
2022-11-04
bpf: propagate precision across all frames, not just the last one
Andrii Nakryiko
2022-11-04
bpf: propagate precision in ALU/ALU64 operations
Andrii Nakryiko
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
bpf: Drop reg_type_may_be_refcounted_or_null
Kumar Kartikeya Dwivedi
2022-11-03
bpf: Fix slot type check in check_stack_write_var_off
Kumar Kartikeya Dwivedi
2022-11-03
bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
2022-11-04
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
2022-11-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-11-01
bpf, verifier: Fix memory leak in array reallocation for stack state
Kees Cook
2022-10-27
bpf: Fix a typo in comment for DFS algorithm
Xu Kuohai
2022-10-25
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
2022-10-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-10-21
bpf: Consider all mem_types compatible for map_{key,value} args
Dave Marchevsky
2022-10-21
bpf: Allow ringbuf memory to be used as map key
Dave Marchevsky
2022-10-13
bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1
David Vernet
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-09-21
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2022-09-21
bpf: Move dynptr type check to is_dynptr_type_expected()
Roberto Sassu
2022-09-21
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-15
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
2022-09-10
bpf: Add verifier support for custom callback return range
Dave Marchevsky
2022-09-10
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
2022-09-10
bpf: Remove duplicate PTR_TO_BTF_ID RO check
Daniel Xu
2022-09-07
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2022-09-07
bpf/verifier: allow all functions to read user provided context
Benjamin Tissoires
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-05
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
2022-09-05
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
2022-09-05
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-25
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
2022-08-25
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
2022-08-24
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-08-10
bpf: add destructive kfunc flag
Artem Savkov
2022-08-09
bpf: Fix ref_obj_id for dynptr data slices in verifier
Joanne Koong
2022-08-09
bpf: Cleanup check_refcount_ok
Dave Marchevsky
2022-08-08
bpf: Verifier cleanups
Joanne Koong
[prev]
[next]