index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-05-11
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
1
-2
/
+15
2022-05-09
bpf: Remove unused parameter from find_kfunc_desc_btf()
Yuntao Wang
1
-5
/
+4
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
1
-3
/
+15
2022-04-25
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
1
-7
/
+28
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
1
-12
/
+86
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
1
-33
/
+43
2022-04-25
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
1
-10
/
+151
2022-04-21
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
1
-38
/
+38
2022-04-06
bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_access
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-04-06
bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access
Kumar Kartikeya Dwivedi
1
-1
/
+11
2022-04-06
bpf: Do write access check for kfunc and global func
Kumar Kartikeya Dwivedi
1
-15
/
+29
2022-03-21
bpf: Fix warning for cast from restricted gfp_t in verifier
Joanne Koong
1
-2
/
+2
2022-03-21
Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"
Jiri Olsa
1
-20
/
+1
2022-03-20
bpf: Enable non-atomic allocations in local storage
Joanne Koong
1
-0
/
+20
2022-03-17
bpf: Add support to inline bpf_get_func_ip helper on x86
Jiri Olsa
1
-1
/
+20
2022-03-16
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
1
-2
/
+3
2022-03-10
bpf: Use offsetofend() to simplify macro definition
Yuntao Wang
1
-2
/
+1
2022-03-08
bpf: Determine buf_info inside check_buffer_access()
Shung-Hsi Yu
1
-9
/
+3
2022-03-05
bpf: Reject programs that try to load __percpu memory.
Hao Luo
1
-10
/
+14
2022-03-05
bpf: Fix checking PTR_TO_BTF_ID in check_mem_access
Hao Luo
1
-1
/
+2
2022-03-05
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
1
-3
/
+22
2022-03-05
bpf: Disallow negative offset in check_ptr_off_reg
Kumar Kartikeya Dwivedi
1
-0
/
+6
2022-03-05
bpf: Add check_func_arg_reg_off function
Kumar Kartikeya Dwivedi
1
-28
/
+41
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
1
-29
/
+35
2022-02-15
bpf: Reject kfunc calls that overflow insn->imm
Hou Tao
1
-1
/
+10
[next]