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: 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
*
|
bpf/verifier: improve disassembly of BPF_END instructions
Edward Cree
2017-09-28
1
-2
/
+16
*
|
bpf: add meta pointer for direct access
Daniel Borkmann
2017-09-26
1
-28
/
+86
|
/
*
bpf: fix ri->map_owner pointer on bpf_prog_realloc
Daniel Borkmann
2017-09-19
1
-1
/
+6
*
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-09-15
1
-1
/
+2
*
bpf: don't select potentially stale ri->map from buggy xdp progs
Daniel Borkmann
2017-09-08
1
-0
/
+16
*
bpf/verifier: document liveness analysis
Edward Cree
2017-08-23
1
-1
/
+27
*
bpf/verifier: remove varlen_map_value_access flag
Edward Cree
2017-08-23
1
-29
/
+12
*
bpf/verifier: when pruning a branch, ignore its write marks
Edward Cree
2017-08-23
1
-2
/
+7
*
bpf: make htab inlining more robust wrt assumptions
Daniel Borkmann
2017-08-19
1
-1
/
+5
*
bpf: Fix map-in-map checking in the verifier
Martin KaFai Lau
2017-08-18
1
-0
/
+1
*
bpf: fix liveness propagation to parent in spilled stack slots
Daniel Borkmann
2017-08-17
1
-1
/
+1
*
bpf: add access to sock fields and pkt data from sk_skb programs
John Fastabend
2017-08-16
1
-0
/
+1
*
bpf: sockmap with sk redirect support
John Fastabend
2017-08-16
1
-0
/
+14
*
bpf/verifier: track liveness for pruning
Edward Cree
2017-08-15
1
-43
/
+146
*
bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier
Daniel Borkmann
2017-08-09
1
-4
/
+58
*
bpf/verifier: increase complexity limit to 128k
Edward Cree
2017-08-08
1
-1
/
+1
*
bpf/verifier: more concise register state logs for constant var_off
Edward Cree
2017-08-08
1
-19
/
+27
*
bpf/verifier: track signed and unsigned min/max values
Edward Cree
2017-08-08
1
-308
/
+429
*
bpf/verifier: rework value tracking
Edward Cree
2017-08-08
1
-806
/
+974
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-01
1
-6
/
+15
|
\
|
*
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
2017-07-24
1
-6
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
1
-14
/
+94
|
\
\
|
|
/
|
*
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-07-20
1
-14
/
+94
*
|
net: add notifier hooks for devmap bpf map
John Fastabend
2017-07-17
1
-1
/
+1
*
|
bpf: add bpf_redirect_map helper routine
John Fastabend
2017-07-17
1
-0
/
+4
*
|
bpf: add devmap, a map for storing net device references
John Fastabend
2017-07-17
1
-0
/
+8
|
/
*
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
2017-07-03
1
-0
/
+62
*
bpf: simplify narrower ctx access
Daniel Borkmann
2017-07-03
1
-44
/
+34
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-30
1
-0
/
+5
|
\
|
*
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-06-29
1
-0
/
+5
*
|
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
2017-06-23
1
-8
/
+21
*
|
bpf: permits narrower load from bpf program context fields
Yonghong Song
2017-06-14
1
-19
/
+52
*
|
bpf: reset id on spilled regs in clear_all_pkt_pointers
Daniel Borkmann
2017-06-10
1
-2
/
+2
*
|
bpf: reset id on CONST_IMM transition
Daniel Borkmann
2017-06-10
1
-0
/
+2
*
|
bpf: don't check spilled reg state for non-STACK_SPILLed type slots
Daniel Borkmann
2017-06-10
1
-0
/
+2
[next]