index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
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-28
Daniel Borkmann says:
Jakub Kicinski
1
-117
/
+1414
2022-11-24
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
1
-3
/
+0
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
1
-29
/
+133
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
1
-0
/
+5
2022-11-21
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
1
-4
/
+8
2022-11-20
bpf: Add a kfunc for generic type cast
Yonghong Song
1
-2
/
+18
2022-11-20
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
1
-0
/
+22
2022-11-20
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
1
-0
/
+3
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
1
-12
/
+57
2022-11-20
bpf: Allow multiple modifiers in reg_type_str() prefix
David Vernet
1
-11
/
+8
2022-11-17
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
1
-1
/
+57
2022-11-17
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
1
-8
/
+267
2022-11-17
bpf: Permit NULL checking pointer with non-zero fixed offset
Kumar Kartikeya Dwivedi
1
-9
/
+12
2022-11-17
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
1
-11
/
+55
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
1
-8
/
+94
2022-11-17
bpf: Support constant scalar arguments for kfuncs
Kumar Kartikeya Dwivedi
1
-14
/
+43
2022-11-17
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
1
-17
/
+528
2022-11-17
bpf: Allow locking bpf_spin_lock global variables
Kumar Kartikeya Dwivedi
1
-13
/
+28
2022-11-17
bpf: Allow locking bpf_spin_lock in allocated objects
Kumar Kartikeya Dwivedi
1
-25
/
+65
2022-11-17
bpf: Introduce allocated objects support
Kumar Kartikeya Dwivedi
1
-2
/
+23
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+9
2022-11-15
bpf: propagate nullness information for reg to reg comparisons
Eduard Zingerman
1
-2
/
+33
2022-11-15
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
1
-1
/
+1
2022-11-14
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
1
-5
/
+7
2022-11-14
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
1
-7
/
+7
2022-11-14
bpf: Rename RET_PTR_TO_ALLOC_MEM
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-11-14
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
1
-0
/
+7
2022-11-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-171
/
+314
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+13
2022-11-08
bpf: Fix memory leaks in __check_func_call
Wang Yufen
1
-5
/
+9
2022-11-04
bpf: aggressively forget precise markings during state checkpointing
Andrii Nakryiko
1
-0
/
+37
2022-11-04
bpf: stop setting precise in current state
Andrii Nakryiko
1
-12
/
+91
2022-11-04
bpf: allow precision tracking for programs with subprogs
Andrii Nakryiko
1
-1
/
+61
2022-11-04
bpf: propagate precision across all frames, not just the last one
Andrii Nakryiko
1
-32
/
+39
2022-11-04
bpf: propagate precision in ALU/ALU64 operations
Andrii Nakryiko
1
-0
/
+5
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
1
-61
/
+21
2022-11-03
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
1
-49
/
+47
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-04
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
1
-2
/
+6
2022-11-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-14
/
+15
2022-11-01
bpf, verifier: Fix memory leak in array reallocation for stack state
Kees Cook
1
-2
/
+7
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
[next]