index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Do not mark insn as seen under speculative path verification
Daniel Borkmann
2021-06-23
1
-2
/
+18
*
bpf: Inherit expanded/patched seen count from old aux data
Daniel Borkmann
2021-06-23
1
-1
/
+3
*
bpf: Fix leakage under speculation on mispredicted branches
Daniel Borkmann
2021-06-23
1
-4
/
+40
*
bpf, offload: Reorder offload callback 'prepare' in verifier
Yinjun Zhang
2021-06-03
1
-6
/
+6
*
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
2021-05-28
1
-1
/
+5
*
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
2021-05-28
1
-10
/
+12
*
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
2021-05-28
1
-7
/
+11
*
bpf: Fix alu32 const subreg bound tracking on bitwise operations
Daniel Borkmann
2021-05-14
1
-13
/
+9
*
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
2021-05-14
1
-5
/
+3
*
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-05-07
1
-10
/
+17
*
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
2021-05-07
1
-8
/
+4
*
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
2021-04-28
1
-29
/
+44
*
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
2021-04-28
1
-16
/
+33
*
bpf: Allow variable-offset stack access
Andrei Matei
2021-04-28
1
-146
/
+511
*
bpf: Permits pointers on stack for helper calls
Yonghong Song
2021-04-28
1
-1
/
+2
*
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
2021-04-21
1
-6
/
+11
*
bpf: Improve verifier error messages for users
Daniel Borkmann
2021-04-21
1
-23
/
+63
*
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
2021-04-21
1
-8
/
+13
*
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
2021-04-21
1
-4
/
+5
*
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
2021-04-21
1
-10
/
+9
*
bpf: Use correct permission flag for mixed signed bounds arithmetic
Daniel Borkmann
2021-04-21
1
-1
/
+1
*
bpf: Enforce that struct_ops programs be GPL-only
Toke Høiland-Jørgensen
2021-04-14
1
-0
/
+5
*
bpf: Add sanity check for upper ptr_limit
Piotr Krysiuk
2021-03-20
1
-3
/
+8
*
bpf: Simplify alu_limit masking for pointer arithmetic
Piotr Krysiuk
2021-03-20
1
-5
/
+5
*
bpf: Fix off-by-one for area size in creating mask to left
Piotr Krysiuk
2021-03-20
1
-2
/
+2
*
bpf: Prohibit alu ops for pointer types not defining ptr_limit
Piotr Krysiuk
2021-03-20
1
-6
/
+10
*
bpf: Clear subreg_def for global function return values
Ilya Leoshkevich
2021-03-04
1
-1
/
+2
*
bpf: Fix truncation handling for mod32 dst reg wrt zero
Daniel Borkmann
2021-02-26
1
-4
/
+6
*
bpf: Fix verifier jsgt branch analysis on max bound
Daniel Borkmann
2021-02-13
1
-2
/
+2
*
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
2021-02-13
1
-15
/
+13
*
bpf: Fix verifier jmp32 pruning decision logic
Daniel Borkmann
2021-02-13
1
-1
/
+5
*
bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
Gilad Reti
2021-01-23
1
-0
/
+2
*
bpf: Fix signed_{sub,add32}_overflows type handling
Daniel Borkmann
2021-01-23
1
-3
/
+3
*
bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.
Alexei Starovoitov
2020-12-10
1
-5
/
+5
*
bpf: Relax return code check for subprograms
Dmitrii Banshchikov
2020-11-14
1
-2
/
+13
*
bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
Kaixu Xia
2020-11-11
1
-1
/
+2
*
bpf: Enforce id generation for all may-be-null register type
Martin KaFai Lau
2020-10-19
1
-6
/
+5
*
bpf: Fix register equivalence tracking.
Alexei Starovoitov
2020-10-15
1
-13
/
+25
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-10-12
1
-19
/
+251
|
\
|
*
bpf: Allow for map-in-map with dynamic inner array map entries
Daniel Borkmann
2020-10-11
1
-2
/
+4
|
*
bpf: Track spill/fill of bounded scalars.
Yonghong Song
2020-10-09
1
-1
/
+15
|
*
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
2020-10-09
1
-0
/
+50
|
*
kernel/bpf/verifier: Fix build when NET is not enabled
Randy Dunlap
2020-10-07
1
-0
/
+4
|
*
bpf, verifier: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-10-05
1
-2
/
+2
|
*
bpf: Introducte bpf_this_cpu_ptr()
Hao Luo
2020-10-02
1
-3
/
+8
|
*
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
2020-10-02
1
-3
/
+61
|
*
bpf: Introduce pseudo_btf_id
Hao Luo
2020-10-02
1
-13
/
+112
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-08
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix scalar32_min_max_or bounds tracking
Daniel Borkmann
2020-10-08
1
-4
/
+4
*
|
bpf: Support attaching freplace programs to multiple attach points
Toke Høiland-Jørgensen
2020-09-29
1
-0
/
+10
[next]