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
/
include
/
linux
/
bpf_verifier.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-05-25
1
-1
/
+1
|
\
|
*
bpf: properly enforce index mask to prevent out-of-bounds speculation
Daniel Borkmann
2018-05-24
1
-1
/
+1
*
|
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
2018-05-19
1
-0
/
+1
|
/
*
bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()
Martin KaFai Lau
2018-03-26
1
-0
/
+7
*
bpf: Rename bpf_verifer_log
Martin KaFai Lau
2018-03-26
1
-3
/
+3
*
bpf: export function to write into verifier log buffer
Quentin Monnet
2018-01-10
1
-0
/
+3
*
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
2017-12-31
1
-14
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2017-12-27
1
-0
/
+1
|
\
|
*
bpf: fix maximum stack depth tracking logic
Alexei Starovoitov
2017-12-27
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-22
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
bpf: fix integer overflows
Alexei Starovoitov
2017-12-21
1
-2
/
+2
*
|
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
2017-12-17
1
-0
/
+1
*
|
bpf: teach verifier to recognize zero initialized stack
Alexei Starovoitov
2017-12-17
1
-1
/
+2
*
|
bpf: introduce function calls (verification)
Alexei Starovoitov
2017-12-17
1
-2
/
+34
*
|
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
2017-12-17
1
-1
/
+4
|
/
*
bpf: fix branch pruning logic
Alexei Starovoitov
2017-11-23
1
-1
/
+1
*
bpf: make bpf_prog_offload_verifier_prep() static inline
Jakub Kicinski
2017-11-21
1
-1
/
+1
*
bpf: remove old offload/analyzer
Jakub Kicinski
2017-11-05
1
-5
/
+0
*
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
2017-11-05
1
-0
/
+10
*
bpf: reduce verifier memory consumption
Alexei Starovoitov
2017-11-01
1
-3
/
+13
*
bpf: remove the verifier ops from program structure
Jakub Kicinski
2017-10-18
1
-0
/
+1
*
bpf: write back the verifier log buffer as it gets filled
Jakub Kicinski
2017-10-10
1
-1
/
+3
*
bpf: move global verifier log into verifier environment
Jakub Kicinski
2017-10-10
1
-0
/
+2
*
bpf: encapsulate verifier log state into a structure
Jakub Kicinski
2017-10-10
1
-0
/
+13
*
bpf/verifier: document liveness analysis
Edward Cree
2017-08-23
1
-0
/
+13
*
bpf/verifier: remove varlen_map_value_access flag
Edward Cree
2017-08-23
1
-1
/
+0
*
bpf/verifier: track liveness for pruning
Edward Cree
2017-08-15
1
-1
/
+10
*
bpf/verifier: track signed and unsigned min/max values
Edward Cree
2017-08-08
1
-9
/
+14
*
bpf/verifier: rework value tracking
Edward Cree
2017-08-08
1
-13
/
+21
*
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-07-20
1
-0
/
+1
*
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
2017-06-23
1
-1
/
+2
*
bpf: permits narrower load from bpf program context fields
Yonghong Song
2017-06-14
1
-0
/
+1
*
bpf: Add strict alignment flag for BPF_PROG_LOAD.
David S. Miller
2017-05-11
1
-0
/
+1
*
bpf: Track alignment of register values in the verifier.
David S. Miller
2017-05-11
1
-0
/
+3
*
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
2017-03-16
1
-1
/
+4
*
bpf: fix state equivalence
Alexei Starovoitov
2016-12-08
1
-7
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-22
1
-2
/
+3
|
\
|
*
bpf: fix range arithmetic for bpf map access
Josef Bacik
2016-11-16
1
-2
/
+3
*
|
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
2016-10-19
1
-1
/
+1
|
/
*
bpf: allow access into map value arrays
Josef Bacik
2016-09-29
1
-0
/
+12
*
bpf: enable non-core use of the verfier
Jakub Kicinski
2016-09-21
1
-0
/
+11
*
bpf: expose internal verfier structures
Jakub Kicinski
2016-09-21
1
-0
/
+79