index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-27
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
1
-8
/
+30
2018-01-27
bpf: make unknown opcode handling more robust
Daniel Borkmann
1
-0
/
+7
2018-01-27
bpf: improve dead code sanitizing
Daniel Borkmann
1
-5
/
+12
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-25
/
+57
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+53
2018-01-20
bpf: add upper complexity limit to verifier log
Daniel Borkmann
1
-1
/
+2
2018-01-20
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
1
-24
/
+55
2018-01-18
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-11
/
+16
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2018-01-17
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-0
/
+19
2018-01-15
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-0
/
+7
2018-01-15
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+18
2018-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+50
2018-01-11
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+5
2018-01-11
bpf: fix spelling mistake: "obusing" -> "abusing"
Colin Ian King
1
-1
/
+1
2018-01-10
bpf: export function to write into verifier log buffer
Quentin Monnet
1
-4
/
+12
2018-01-09
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
1
-0
/
+36
2018-01-08
bpf: fix verifier GPF in kmalloc failure path
Alexei Starovoitov
1
-0
/
+4
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
1
-13
/
+7
2017-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-25
/
+101
2017-12-27
bpf: fix max call depth check
Alexei Starovoitov
1
-2
/
+2
2017-12-27
bpf: fix maximum stack depth tracking logic
Alexei Starovoitov
1
-16
/
+66
2017-12-23
bpf: fix stacksafe exploration when comparing states
Gianluca Borello
1
-1
/
+1
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-117
/
+166
2017-12-21
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
1
-4
/
+26
2017-12-21
bpf: fix kallsyms handling for subprogs
Daniel Borkmann
1
-0
/
+3
2017-12-21
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
1
-68
/
+34
2017-12-21
bpf: fix integer overflows
Alexei Starovoitov
1
-0
/
+48
2017-12-21
bpf: don't prune branches when a scalar is replaced with a pointer
Jann Horn
1
-8
/
+7
2017-12-21
bpf: force strict alignment checks for stack pointers
Jann Horn
1
-0
/
+5
2017-12-21
bpf: fix missing error return in check_stack_boundary()
Jann Horn
1
-0
/
+1
2017-12-21
bpf: fix 32-bit ALU op verification
Jann Horn
1
-11
/
+17
2017-12-21
bpf: fix incorrect tracking of register size truncation
Jann Horn
1
-17
/
+27
2017-12-21
bpf: fix incorrect sign extension in check_alu_op()
Jann Horn
1
-1
/
+7
2017-12-21
bpf/verifier: fix bounds calculation on BPF_RSH
Edward Cree
1
-14
/
+16
2017-12-19
bpf: make function skip_callee static and return NULL rather than 0
Colin Ian King
1
-1
/
+2
2017-12-19
bpf: fix spelling mistake: "funcation"-> "function"
Colin Ian King
1
-1
/
+1
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
1
-0
/
+126
2017-12-17
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
1
-1
/
+1
2017-12-17
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
1
-0
/
+36
2017-12-17
bpf: teach verifier to recognize zero initialized stack
Alexei Starovoitov
1
-28
/
+101
2017-12-17
bpf: introduce function calls (verification)
Alexei Starovoitov
1
-151
/
+551
2017-12-17
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
1
-2
/
+139
2017-12-15
bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_data
Daniel Borkmann
1
-0
/
+6
2017-12-12
bpf: add a bpf_override_function helper
Josef Bacik
1
-0
/
+2
2017-12-01
bpf: cleanup register_is_null()
Alexei Starovoitov
1
-10
/
+10
2017-12-01
bpf: improve JEQ/JNE path walking
Alexei Starovoitov
1
-2
/
+3
2017-12-01
bpf: improve verifier liveness marks
Alexei Starovoitov
1
-0
/
+5
2017-12-01
bpf: don't mark FP reg as uninit
Alexei Starovoitov
1
-4
/
+4
2017-12-01
bpf: print liveness info to verifier log
Alexei Starovoitov
1
-4
/
+20
[next]