index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
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: prevent out-of-bounds speculation
Alexei Starovoitov
2018-01-09
1
-0
/
+36
*
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: fix branch pruning logic
Alexei Starovoitov
2017-11-23
1
-0
/
+27
*
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
2017-11-22
1
-1
/
+3
*
bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semantics
Yonghong Song
2017-11-14
1
-16
/
+24
*
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
2017-11-11
1
-2
/
+0
*
bpf: add a bpf_override_function helper
Josef Bacik
2017-11-11
1
-0
/
+2
*
bpf, cgroup: implement eBPF-based device controller for cgroup v2
Roman Gushchin
2017-11-05
1
-0
/
+1
*
bpf: remove old offload/analyzer
Jakub Kicinski
2017-11-05
1
-75
/
+0
*
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
2017-11-05
1
-3
/
+12
*
bpf: fix verifier NULL pointer dereference
Craig Gallek
2017-11-03
1
-4
/
+8
*
bpf: fix out-of-bounds access warning in bpf_check
Arnd Bergmann
2017-11-03
1
-0
/
+4
*
bpf: fix link error without CONFIG_NET
Arnd Bergmann
2017-11-03
1
-0
/
+2
*
bpf: also improve pattern matches for meta access
Daniel Borkmann
2017-11-02
1
-69
/
+96
*
bpf: minor cleanups after merge
Daniel Borkmann
2017-11-02
1
-1
/
+1
*
bpf: fix verifier memory leaks
Alexei Starovoitov
2017-11-01
1
-9
/
+18
*
bpf: reduce verifier memory consumption
Alexei Starovoitov
2017-11-01
1
-149
/
+288
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-18
/
+64
|
\
|
*
bpf: fix pattern matches for direct packet access
Daniel Borkmann
2017-10-22
1
-0
/
+24
|
*
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
2017-10-22
1
-12
/
+21
|
*
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
1
-2
/
+6
*
|
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
2017-10-18
1
-39
/
+16
*
|
bpf: remove the verifier ops from program structure
Jakub Kicinski
2017-10-18
1
-6
/
+17
*
|
bpf: split verifier and program ops
Jakub Kicinski
2017-10-18
1
-6
/
+6
*
|
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2017-10-18
1
-1
/
+2
*
|
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
2017-10-18
1
-0
/
+5
*
|
bpf: verifier: set reg_type on context accesses in second pass
Jakub Kicinski
2017-10-14
1
-6
/
+37
*
|
bpf: write back the verifier log buffer as it gets filled
Jakub Kicinski
2017-10-10
1
-22
/
+19
*
|
bpf: move instruction printing into a separate file
Jakub Kicinski
2017-10-10
1
-198
/
+4
*
|
bpf: move global verifier log into verifier environment
Jakub Kicinski
2017-10-10
1
-232
/
+259
*
|
bpf: encapsulate verifier log state into a structure
Jakub Kicinski
2017-10-10
1
-27
/
+30
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-09
1
-0
/
+5
|
\
|
|
*
bpf: fix liveness marking
Alexei Starovoitov
2017-10-07
1
-0
/
+5
*
|
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
2017-10-07
1
-1
/
+3
*
|
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
2017-10-04
1
-0
/
+40
*
|
bpf/verifier: improve disassembly of BPF_NEG instructions
Edward Cree
2017-09-28
1
-0
/
+5
[next]