index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Add dynptr data slices
Joanne Koong
2022-05-23
1
-0
/
+23
*
bpf: Dynptr support for ring buffers
Joanne Koong
2022-05-23
1
-3
/
+49
*
bpf: Add bpf_dynptr_from_mem for local dynptrs
Joanne Koong
2022-05-23
1
-0
/
+6
*
bpf: Add verifier support for dynptrs
Joanne Koong
2022-05-23
1
-3
/
+185
*
bpf: Suppress 'passing zero to PTR_ERR' warning
Kumar Kartikeya Dwivedi
2022-05-23
1
-1
/
+1
*
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
2022-05-20
1
-0
/
+1
*
bpf: Add MEM_UNINIT as a bpf_type_flag
Joanne Koong
2022-05-13
1
-20
/
+8
*
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
2022-05-11
1
-2
/
+15
*
bpf: Remove unused parameter from find_kfunc_desc_btf()
Yuntao Wang
2022-05-09
1
-5
/
+4
*
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
2022-04-25
1
-3
/
+15
*
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
2022-04-25
1
-7
/
+28
*
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
1
-12
/
+86
*
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-04-25
1
-33
/
+43
*
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
1
-10
/
+151
*
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
2022-04-21
1
-38
/
+38
*
bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_access
Kumar Kartikeya Dwivedi
2022-04-06
1
-0
/
+5
*
bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access
Kumar Kartikeya Dwivedi
2022-04-06
1
-1
/
+11
*
bpf: Do write access check for kfunc and global func
Kumar Kartikeya Dwivedi
2022-04-06
1
-15
/
+29
*
bpf: Fix warning for cast from restricted gfp_t in verifier
Joanne Koong
2022-03-21
1
-2
/
+2
*
Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"
Jiri Olsa
2022-03-21
1
-20
/
+1
*
bpf: Enable non-atomic allocations in local storage
Joanne Koong
2022-03-20
1
-0
/
+20
*
bpf: Add support to inline bpf_get_func_ip helper on x86
Jiri Olsa
2022-03-17
1
-1
/
+20
*
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
2022-03-16
1
-2
/
+3
*
bpf: Use offsetofend() to simplify macro definition
Yuntao Wang
2022-03-10
1
-2
/
+1
*
bpf: Determine buf_info inside check_buffer_access()
Shung-Hsi Yu
2022-03-08
1
-9
/
+3
*
bpf: Reject programs that try to load __percpu memory.
Hao Luo
2022-03-05
1
-10
/
+14
*
bpf: Fix checking PTR_TO_BTF_ID in check_mem_access
Hao Luo
2022-03-05
1
-1
/
+2
*
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
2022-03-05
1
-3
/
+22
*
bpf: Disallow negative offset in check_ptr_off_reg
Kumar Kartikeya Dwivedi
2022-03-05
1
-0
/
+6
*
bpf: Add check_func_arg_reg_off function
Kumar Kartikeya Dwivedi
2022-03-05
1
-28
/
+41
*
bpf: Small BPF verifier log improvements
Mykola Lysenko
2022-03-03
1
-29
/
+35
*
bpf: Reject kfunc calls that overflow insn->imm
Hou Tao
2022-02-15
1
-1
/
+10
*
bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()
Song Liu
2022-02-07
1
-0
/
+1
*
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2022-01-27
1
-11
/
+24
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-24
1
-67
/
+129
|
\
|
*
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
2022-01-18
1
-10
/
+42
|
*
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
2022-01-18
1
-45
/
+79
|
*
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2022-01-18
1
-12
/
+8
*
|
bpf: Fix ringbuf memory type confusion when passing to helpers
Daniel Borkmann
2022-01-19
1
-1
/
+5
*
|
bpf: Fix out of bounds access for ringbuf helpers
Daniel Borkmann
2022-01-19
1
-0
/
+6
*
|
bpf: Generally fix helper register offset check
Daniel Borkmann
2022-01-19
1
-11
/
+28
*
|
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
2022-01-19
1
-3
/
+6
*
|
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2022-01-19
1
-10
/
+11
*
|
bpf: Fix incorrect integer literal used for marking scratched stack.
Christy Lee
2022-01-11
1
-3
/
+3
|
/
*
bpf: Fix verifier support for validation of async callbacks
Kris Van Hees
2022-01-05
1
-0
/
+1
*
bpf: Don't promote bogus looking registers after null check.
Daniel Borkmann
2022-01-05
1
-6
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-31
1
-281
/
+415
|
\
|
*
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
2021-12-29
1
-0
/
+3
|
*
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-18
1
-3
/
+17
|
*
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2021-12-18
1
-4
/
+26
[next]