index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Lines
2023-08-25
bpf: Allow bpf_spin_{lock,unlock} in sleepable progs
Dave Marchevsky
-6
/
+3
2023-08-25
bpf: Consider non-owning refs to refcounted nodes RCU protected
Dave Marchevsky
-1
/
+12
2023-08-25
bpf: Reenable bpf_refcount_acquire
Dave Marchevsky
-4
/
+1
2023-08-25
bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...
Dave Marchevsky
-0
/
+14
2023-08-23
bpf: Fix issue in verifying allow_ptr_leaks
Yafang Shao
-8
/
+9
2023-08-22
bpf: Fix check_func_arg_reg_off bug for graph root/node
Kumar Kartikeya Dwivedi
-11
/
+0
2023-08-22
bpf: Fix a bpf_kptr_xchg() issue with local kptr
Yonghong Song
-10
/
+15
2023-08-07
bpf: Fix an incorrect verification success with movsx insn
Yonghong Song
-11
/
+20
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
-0
/
+1
2023-07-28
bpf: Fix compilation warning with -Wparentheses
Yonghong Song
-2
/
+2
2023-07-27
bpf: Support new 32bit offset jmp instruction
Yonghong Song
-10
/
+22
2023-07-27
bpf: Support new signed div/mod instructions.
Yonghong Song
-2
/
+4
2023-07-27
bpf: Support new unconditional bswap instruction
Yonghong Song
-2
/
+5
2023-07-27
bpf: Handle sign-extenstin ctx member accesses
Yonghong Song
-0
/
+6
2023-07-27
bpf: Support new sign-extension mov insns
Yonghong Song
-26
/
+131
2023-07-27
bpf: Support new sign-extension load insns
Yonghong Song
-24
/
+116
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+25
2023-07-19
bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
Anton Protopopov
-0
/
+1
2023-07-19
bpf: consider types listed in reg2btf_ids as trusted
Anton Protopopov
-9
/
+12
2023-07-18
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
-2
/
+19
2023-07-18
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
-5
/
+6
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-11
/
+31
2023-07-13
bpf: Fix an error around PTR_UNTRUSTED
Yafang Shao
-0
/
+5
2023-07-12
bpf: teach verifier actual bounds of bpf_get_smp_processor_id() result
Andrii Nakryiko
-11
/
+26
2023-07-05
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
-2
/
+3
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-35
/
+213
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+8
2023-06-13
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
-23
/
+68
2023-06-13
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
-0
/
+115
2023-06-13
bpf: ensure main program has an extable
Krister Johansen
-2
/
+5
2023-06-08
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
-0
/
+3
2023-06-05
bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
David Vernet
-2
/
+7
2023-06-05
bpf: Replace open code with for allocated object check
Daniel T. Lee
-2
/
+2
2023-06-05
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
-8
/
+18
2023-06-05
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
-0
/
+3
2023-05-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-3
/
+4
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2023-05-19
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
-3
/
+4
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
-1
/
+1
2023-05-15
bpf: fix calculation of subseq_idx during precision backtracking
Andrii Nakryiko
-6
/
+8
2023-05-15
bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
Dave Marchevsky
-19
/
+22
2023-05-06
bpf: verifier: Accept dynptr mem as mem in helpers
Daniel Rosenberg
-0
/
+4
2023-05-06
bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
Daniel Rosenberg
-4
/
+13
2023-05-04
bpf: support precision propagation in the presence of subprogs
Andrii Nakryiko
-20
/
+143
2023-05-04
bpf: fix mark_all_scalars_precise use in mark_chain_precision
Andrii Nakryiko
-3
/
+13
2023-05-04
bpf: fix propagate_precision() logic for inner frames
Andrii Nakryiko
-30
/
+35
2023-05-04
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
-47
/
+53
2023-05-04
bpf: improve precision backtrack logging
Andrii Nakryiko
-7
/
+65
2023-05-04
bpf: encapsulate precision backtracking bookkeeping
Andrii Nakryiko
-67
/
+182
2023-05-04
bpf: mark relevant stack slots scratched for register read instructions
Andrii Nakryiko
-0
/
+3
[next]