index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-09-21
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
1
-5
/
+5
2022-09-21
bpf: Move dynptr type check to is_dynptr_type_expected()
Roberto Sassu
1
-8
/
+27
2022-09-21
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
1
-4
/
+57
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
1
-0
/
+3
2022-09-15
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
1
-7
/
+23
2022-09-10
bpf: Add verifier support for custom callback return range
Dave Marchevsky
1
-1
/
+6
2022-09-10
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
1
-0
/
+1
2022-09-10
bpf: Remove duplicate PTR_TO_BTF_ID RO check
Daniel Xu
1
-3
/
+0
2022-09-07
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
1
-107
/
+28
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
1
-13
/
+32
2022-09-07
bpf/verifier: allow all functions to read user provided context
Benjamin Tissoires
1
-0
/
+19
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
1
-1
/
+1
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
1
-61
/
+33
2022-09-05
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
1
-23
/
+0
2022-09-05
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
1
-42
/
+0
2022-09-05
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
1
-9
/
+22
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+7
2022-08-25
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
1
-6
/
+4
2022-08-25
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
1
-0
/
+3
2022-08-24
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
1
-9
/
+33
2022-08-10
bpf: add destructive kfunc flag
Artem Savkov
1
-0
/
+5
2022-08-09
bpf: Fix ref_obj_id for dynptr data slices in verifier
Joanne Koong
1
-18
/
+20
2022-08-09
bpf: Cleanup check_refcount_ok
Dave Marchevsky
1
-45
/
+29
2022-08-08
bpf: Verifier cleanups
Joanne Koong
1
-18
/
+32
2022-07-21
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
1
-8
/
+6
2022-07-21
bpf: Check attach_func_proto more carefully in check_helper_call
Stanislav Fomichev
1
-1
/
+3
2022-07-14
bpf: Fix subprog names in stack traces.
Alexei Starovoitov
1
-3
/
+1
2022-07-14
bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE
Yafang Shao
1
-0
/
+1
2022-07-13
bpf: Tidy up verifier check_func_arg()
Joanne Koong
1
-28
/
+38
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-12
/
+226
2022-07-08
bpf: Check attach_func_proto more carefully in check_return_code
Stanislav Fomichev
1
-5
/
+16
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-66
/
+47
2022-07-01
bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
Daniel Borkmann
1
-49
/
+23
2022-07-01
bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
Daniel Borkmann
1
-17
/
+24
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
1
-0
/
+32
2022-06-24
bpf: Fix for use-after-free bug in inline_bpf_loop
Eduard Zingerman
1
-1
/
+1
2022-06-24
bpf: Replace hard-coded 0 with BPF_K in check_alu_op
Simon Wang
1
-1
/
+1
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
1
-1
/
+2
2022-06-20
bpf: Inline calls to bpf_loop when callback is known
Eduard Zingerman
1
-5
/
+175
2022-06-16
bpf: Allow helpers to accept pointers with a fixed size
Maxim Mikityanskiy
1
-11
/
+32
2022-06-16
bpf: allow sleepable uprobe programs to attach
Delyan Kratunov
1
-2
/
+2
2022-06-07
bpf: Add btf enum64 support
Yonghong Song
1
-1
/
+1
2022-05-23
bpf: Add dynptr data slices
Joanne Koong
1
-0
/
+23
2022-05-23
bpf: Dynptr support for ring buffers
Joanne Koong
1
-3
/
+49
2022-05-23
bpf: Add bpf_dynptr_from_mem for local dynptrs
Joanne Koong
1
-0
/
+6
2022-05-23
bpf: Add verifier support for dynptrs
Joanne Koong
1
-3
/
+185
2022-05-23
bpf: Suppress 'passing zero to PTR_ERR' warning
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-05-20
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
1
-0
/
+1
2022-05-13
bpf: Add MEM_UNINIT as a bpf_type_flag
Joanne Koong
1
-20
/
+8
[next]