index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2017-10-22
bpf: fix pattern matches for direct packet access
Daniel Borkmann
1
-0
/
+24
2017-10-22
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
1
-12
/
+21
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
1
-2
/
+6
2017-10-08
bpf: fix liveness marking
Alexei Starovoitov
1
-0
/
+5
2017-09-20
bpf: fix ri->map_owner pointer on bpf_prog_realloc
Daniel Borkmann
1
-1
/
+6
2017-09-16
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
1
-1
/
+2
2017-09-09
bpf: don't select potentially stale ri->map from buggy xdp progs
Daniel Borkmann
1
-0
/
+16
2017-08-24
bpf/verifier: document liveness analysis
Edward Cree
1
-1
/
+27
2017-08-24
bpf/verifier: remove varlen_map_value_access flag
Edward Cree
1
-29
/
+12
2017-08-24
bpf/verifier: when pruning a branch, ignore its write marks
Edward Cree
1
-2
/
+7
2017-08-20
bpf: make htab inlining more robust wrt assumptions
Daniel Borkmann
1
-1
/
+5
2017-08-19
bpf: Fix map-in-map checking in the verifier
Martin KaFai Lau
1
-0
/
+1
2017-08-17
bpf: fix liveness propagation to parent in spilled stack slots
Daniel Borkmann
1
-1
/
+1
2017-08-16
bpf: add access to sock fields and pkt data from sk_skb programs
John Fastabend
1
-0
/
+1
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
1
-0
/
+14
2017-08-16
bpf/verifier: track liveness for pruning
Edward Cree
1
-43
/
+146
2017-08-10
bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier
Daniel Borkmann
1
-4
/
+58
2017-08-09
bpf/verifier: increase complexity limit to 128k
Edward Cree
1
-1
/
+1
2017-08-09
bpf/verifier: more concise register state logs for constant var_off
Edward Cree
1
-19
/
+27
2017-08-09
bpf/verifier: track signed and unsigned min/max values
Edward Cree
1
-308
/
+429
2017-08-09
bpf/verifier: rework value tracking
Edward Cree
1
-806
/
+974
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+15
2017-07-25
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
1
-6
/
+15
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+94
2017-07-21
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
1
-14
/
+94
2017-07-17
net: add notifier hooks for devmap bpf map
John Fastabend
1
-1
/
+1
2017-07-17
bpf: add bpf_redirect_map helper routine
John Fastabend
1
-0
/
+4
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend
1
-0
/
+8
2017-07-03
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
1
-0
/
+62
2017-07-03
bpf: simplify narrower ctx access
Daniel Borkmann
1
-44
/
+34
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2017-06-29
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
1
-0
/
+5
2017-06-23
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
1
-8
/
+21
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
1
-19
/
+52
2017-06-11
bpf: reset id on spilled regs in clear_all_pkt_pointers
Daniel Borkmann
1
-2
/
+2
2017-06-11
bpf: reset id on CONST_IMM transition
Daniel Borkmann
1
-0
/
+2
2017-06-11
bpf: don't check spilled reg state for non-STACK_SPILLed type slots
Daniel Borkmann
1
-0
/
+2
2017-06-06
bpf: cgroup skb progs cannot access ld_abs/ind
Daniel Borkmann
1
-1
/
+0
2017-06-02
bpf: Allow CGROUP_SKB eBPF program to access sk_buff
Chenbo Feng
1
-0
/
+1
2017-06-01
bpf: reconcile bpf_tail_call and stack_depth
Alexei Starovoitov
1
-0
/
+1
2017-06-01
bpf: teach verifier to track stack depth
Alexei Starovoitov
1
-1
/
+9
2017-06-01
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
1
-1
/
+1
2017-05-25
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
1
-21
/
+16
2017-05-25
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
1
-9
/
+10
2017-05-22
net: Make IP alignment calulations clearer.
David S. Miller
1
-4
/
+8
2017-05-18
bpf: adjust verifier heuristics
Daniel Borkmann
1
-1
/
+11
2017-05-12
bpf: Handle multiple variable additions into packet pointers in verifier.
David S. Miller
1
-1
/
+1
2017-05-11
bpf: Add strict alignment flag for BPF_PROG_LOAD.
David S. Miller
1
-6
/
+17
2017-05-11
bpf: Do per-instruction state dumping in verifier when log_level > 1.
David S. Miller
1
-2
/
+6
2017-05-11
bpf: Track alignment of register values in the verifier.
David S. Miller
1
-19
/
+89
[next]