index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
2018-01-26
1
-8
/
+30
*
bpf: make unknown opcode handling more robust
Daniel Borkmann
2018-01-26
1
-0
/
+7
*
bpf: improve dead code sanitizing
Daniel Borkmann
2018-01-26
1
-5
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-20
1
-25
/
+57
|
\
|
*
bpf: add upper complexity limit to verifier log
Daniel Borkmann
2018-01-19
1
-1
/
+2
|
*
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
2018-01-19
1
-24
/
+55
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-19
1
-11
/
+53
|
\
\
|
|
/
|
/
|
|
*
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
2018-01-17
1
-11
/
+16
|
*
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
2018-01-16
1
-0
/
+19
|
*
bpf: fix 32-bit divide by zero
Alexei Starovoitov
2018-01-14
1
-0
/
+18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
1
-1
/
+6
|
\
\
|
|
/
|
*
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-01-10
1
-0
/
+5
|
*
bpf: fix spelling mistake: "obusing" -> "abusing"
Colin Ian King
2018-01-10
1
-1
/
+1
*
|
bpf: offload: add map offload infrastructure
Jakub Kicinski
2018-01-14
1
-0
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-11
1
-4
/
+50
|
\
\
|
|
/
|
*
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2018-01-09
1
-0
/
+36
*
|
bpf: export function to write into verifier log buffer
Quentin Monnet
2018-01-10
1
-4
/
+12
*
|
bpf: fix verifier GPF in kmalloc failure path
Alexei Starovoitov
2018-01-08
1
-0
/
+4
*
|
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
2017-12-31
1
-13
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2017-12-27
1
-25
/
+101
|
\
\
|
*
|
bpf: fix max call depth check
Alexei Starovoitov
2017-12-27
1
-2
/
+2
|
*
|
bpf: fix maximum stack depth tracking logic
Alexei Starovoitov
2017-12-27
1
-16
/
+66
|
*
|
bpf: fix stacksafe exploration when comparing states
Gianluca Borello
2017-12-23
1
-1
/
+1
|
*
|
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
2017-12-20
1
-4
/
+26
|
*
|
bpf: fix kallsyms handling for subprogs
Daniel Borkmann
2017-12-20
1
-0
/
+3
|
*
|
bpf: make function skip_callee static and return NULL rather than 0
Colin Ian King
2017-12-19
1
-1
/
+2
|
*
|
bpf: fix spelling mistake: "funcation"-> "function"
Colin Ian King
2017-12-19
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-22
1
-117
/
+166
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
2017-12-21
1
-68
/
+34
|
*
bpf: fix integer overflows
Alexei Starovoitov
2017-12-21
1
-0
/
+48
|
*
bpf: don't prune branches when a scalar is replaced with a pointer
Jann Horn
2017-12-21
1
-8
/
+7
|
*
bpf: force strict alignment checks for stack pointers
Jann Horn
2017-12-21
1
-0
/
+5
|
*
bpf: fix missing error return in check_stack_boundary()
Jann Horn
2017-12-21
1
-0
/
+1
|
*
bpf: fix 32-bit ALU op verification
Jann Horn
2017-12-21
1
-11
/
+17
|
*
bpf: fix incorrect tracking of register size truncation
Jann Horn
2017-12-21
1
-17
/
+27
|
*
bpf: fix incorrect sign extension in check_alu_op()
Jann Horn
2017-12-21
1
-1
/
+7
|
*
bpf/verifier: fix bounds calculation on BPF_RSH
Edward Cree
2017-12-21
1
-14
/
+16
|
*
bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_data
Daniel Borkmann
2017-12-15
1
-0
/
+6
*
|
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
2017-12-17
1
-0
/
+126
*
|
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
2017-12-17
1
-1
/
+1
*
|
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
2017-12-17
1
-0
/
+36
*
|
bpf: teach verifier to recognize zero initialized stack
Alexei Starovoitov
2017-12-17
1
-28
/
+101
*
|
bpf: introduce function calls (verification)
Alexei Starovoitov
2017-12-17
1
-151
/
+551
*
|
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
2017-12-17
1
-2
/
+139
*
|
bpf: add a bpf_override_function helper
Josef Bacik
2017-12-12
1
-0
/
+2
*
|
bpf: cleanup register_is_null()
Alexei Starovoitov
2017-12-01
1
-10
/
+10
*
|
bpf: improve JEQ/JNE path walking
Alexei Starovoitov
2017-12-01
1
-2
/
+3
*
|
bpf: improve verifier liveness marks
Alexei Starovoitov
2017-12-01
1
-0
/
+5
*
|
bpf: don't mark FP reg as uninit
Alexei Starovoitov
2017-12-01
1
-4
/
+4
*
|
bpf: print liveness info to verifier log
Alexei Starovoitov
2017-12-01
1
-4
/
+20
[next]