index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-11-03
bpf: Drop reg_type_may_be_refcounted_or_null
Kumar Kartikeya Dwivedi
1
-8
/
+1
2022-11-03
bpf: Fix slot type check in check_stack_write_var_off
Kumar Kartikeya Dwivedi
1
-8
/
+11
2022-11-03
bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
1
-4
/
+5
2022-11-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-14
/
+15
2022-10-27
bpf: Fix a typo in comment for DFS algorithm
Xu Kuohai
1
-1
/
+1
2022-10-25
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
1
-1
/
+12
2022-10-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2022-10-21
bpf: Consider all mem_types compatible for map_{key,value} args
Dave Marchevsky
1
-13
/
+2
2022-10-21
bpf: Allow ringbuf memory to be used as map key
Dave Marchevsky
1
-0
/
+1
2022-10-13
bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1
David Vernet
1
-0
/
+1
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
[next]