index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-22
/
+64
2018-05-24
bpf: properly enforce index mask to prevent out-of-bounds speculation
Daniel Borkmann
1
-22
/
+64
2018-05-19
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
1
-3
/
+56
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
1
-0
/
+1
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
1
-3
/
+3
2018-03-26
bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()
Martin KaFai Lau
1
-8
/
+11
2018-03-26
bpf: Rename bpf_verifer_log
Martin KaFai Lau
1
-2
/
+2
2018-03-23
bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
Jiri Olsa
1
-17
/
+27
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
1
-1
/
+4
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+26
2018-02-23
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-16
/
+26
2018-02-15
bpf: Remove unused callee_saved array
Joe Stringer
1
-4
/
+0
2018-01-26
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
1
-8
/
+30
2018-01-26
bpf: make unknown opcode handling more robust
Daniel Borkmann
1
-0
/
+7
2018-01-26
bpf: improve dead code sanitizing
Daniel Borkmann
1
-5
/
+12
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-25
/
+57
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+53
2018-01-19
bpf: add upper complexity limit to verifier log
Daniel Borkmann
1
-1
/
+2
2018-01-19
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
1
-24
/
+55
2018-01-17
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-16
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-0
/
+19
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-0
/
+7
2018-01-14
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+18
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+50
2018-01-10
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+5
2018-01-10
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-27
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-20
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
1
-4
/
+26
2017-12-20
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
[next]