index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
Shung-Hsi Yu
2023-11-02
1
-1
/
+6
*
bpf: Relax allowlist for css_task iter
Chuyi Zhou
2023-11-02
1
-4
/
+12
*
bpf: Fix check_stack_write_fixed_off() to correctly spill imm
Hao Sun
2023-11-02
1
-1
/
+1
*
bpf: fix compilation error without CGROUPS
Matthieu Baerts
2023-11-02
1
-0
/
+8
*
bpf: Improve JEQ/JNE branch taken logic
Andrii Nakryiko
2023-10-24
1
-0
/
+8
*
bpf: print full verifier states on infinite loop detection
Eduard Zingerman
2023-10-24
1
-0
/
+4
*
bpf: correct loop detection for iterators convergence
Eduard Zingerman
2023-10-24
1
-4
/
+203
*
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
2023-10-24
1
-31
/
+187
*
bpf: extract same_callsites() as utility function
Eduard Zingerman
2023-10-24
1
-5
/
+15
*
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
2023-10-24
1
-15
/
+13
*
bpf: Let bpf_iter_task_new accept null task ptr
Chuyi Zhou
2023-10-20
1
-1
/
+12
*
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
2023-10-20
1
-11
/
+39
*
bpf: Introduce css_task open-coded iterator kfuncs
Chuyi Zhou
2023-10-20
1
-0
/
+23
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-10-17
1
-25
/
+56
|
\
|
*
bpf: Ensure proper register state printing for cond jumps
Andrii Nakryiko
2023-10-16
1
-1
/
+6
|
*
bpf: Disambiguate SCALAR register state output in verifier logs
Andrii Nakryiko
2023-10-16
1
-22
/
+45
|
*
bpf: Implement cgroup sockaddr hooks for unix sockets
Daan De Meyer
2023-10-12
1
-1
/
+4
|
*
bpf: Disable zero-extension for BPF_MEMSX
Ilya Leoshkevich
2023-09-21
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-13
1
-3
/
+3
|
\
\
|
*
|
bpf: Fix verifier log for async callback return values
David Vernet
2023-10-09
1
-3
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-05
1
-5
/
+3
|
\
|
|
|
|
/
|
/
|
|
*
bpf: unconditionally reset backtrack_state masks on global func exit
Andrii Nakryiko
2023-09-20
1
-5
/
+3
*
|
bpf: Remove unused variables.
Alexei Starovoitov
2023-09-19
1
-5
/
+1
*
|
bpf: Fix kfunc callback register type handling
Kumar Kartikeya Dwivedi
2023-09-16
1
-0
/
+4
*
|
bpf: Disallow fentry/fexit/freplace for exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
1
-0
/
+6
*
|
bpf: Treat first argument as return value for bpf_throw
Kumar Kartikeya Dwivedi
2023-09-16
1
-13
/
+24
*
|
bpf: Perform CFG walk for exception callback
Kumar Kartikeya Dwivedi
2023-09-16
1
-2
/
+13
*
|
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
1
-8
/
+105
*
|
bpf: Refactor check_btf_func and split into two phases
Kumar Kartikeya Dwivedi
2023-09-16
1
-28
/
+100
*
|
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
2023-09-16
1
-14
/
+102
*
|
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
2023-09-16
1
-3
/
+33
*
|
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-09-12
1
-0
/
+3
*
|
bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
Yonghong Song
2023-09-08
1
-0
/
+20
*
|
bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
Yonghong Song
2023-09-08
1
-8
/
+51
*
|
bpf: Add alloc/xchg/direct_access support for local percpu kptr
Yonghong Song
2023-09-08
1
-22
/
+90
|
/
*
bpf: Allow bpf_spin_{lock,unlock} in sleepable progs
Dave Marchevsky
2023-08-25
1
-6
/
+3
*
bpf: Consider non-owning refs to refcounted nodes RCU protected
Dave Marchevsky
2023-08-25
1
-1
/
+12
*
bpf: Reenable bpf_refcount_acquire
Dave Marchevsky
2023-08-25
1
-4
/
+1
*
bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...
Dave Marchevsky
2023-08-25
1
-0
/
+14
*
bpf: Fix issue in verifying allow_ptr_leaks
Yafang Shao
2023-08-23
1
-8
/
+9
*
bpf: Fix check_func_arg_reg_off bug for graph root/node
Kumar Kartikeya Dwivedi
2023-08-22
1
-11
/
+0
*
bpf: Fix a bpf_kptr_xchg() issue with local kptr
Yonghong Song
2023-08-22
1
-10
/
+15
*
bpf: Fix an incorrect verification success with movsx insn
Yonghong Song
2023-08-08
1
-11
/
+20
*
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
2023-08-03
1
-0
/
+1
*
bpf: Fix compilation warning with -Wparentheses
Yonghong Song
2023-07-28
1
-2
/
+2
*
bpf: Support new 32bit offset jmp instruction
Yonghong Song
2023-07-28
1
-10
/
+22
*
bpf: Support new signed div/mod instructions.
Yonghong Song
2023-07-28
1
-2
/
+4
*
bpf: Support new unconditional bswap instruction
Yonghong Song
2023-07-28
1
-2
/
+5
*
bpf: Handle sign-extenstin ctx member accesses
Yonghong Song
2023-07-28
1
-0
/
+6
*
bpf: Support new sign-extension mov insns
Yonghong Song
2023-07-28
1
-26
/
+131
[next]