index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
2017-07-24
1
-6
/
+15
*
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-07-21
1
-14
/
+94
*
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-11
1
-2
/
+2
*
|
bpf: reset id on CONST_IMM transition
Daniel Borkmann
2017-06-11
1
-0
/
+2
*
|
bpf: don't check spilled reg state for non-STACK_SPILLed type slots
Daniel Borkmann
2017-06-11
1
-0
/
+2
*
|
bpf: cgroup skb progs cannot access ld_abs/ind
Daniel Borkmann
2017-06-06
1
-1
/
+0
*
|
bpf: Allow CGROUP_SKB eBPF program to access sk_buff
Chenbo Feng
2017-06-02
1
-0
/
+1
*
|
bpf: reconcile bpf_tail_call and stack_depth
Alexei Starovoitov
2017-06-01
1
-0
/
+1
*
|
bpf: teach verifier to track stack depth
Alexei Starovoitov
2017-06-01
1
-1
/
+9
*
|
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
2017-06-01
1
-1
/
+1
|
/
*
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
2017-05-25
1
-21
/
+16
*
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
2017-05-25
1
-9
/
+10
*
net: Make IP alignment calulations clearer.
David S. Miller
2017-05-22
1
-4
/
+8
*
bpf: adjust verifier heuristics
Daniel Borkmann
2017-05-18
1
-1
/
+11
*
bpf: Handle multiple variable additions into packet pointers in verifier.
David S. Miller
2017-05-12
1
-1
/
+1
*
bpf: Add strict alignment flag for BPF_PROG_LOAD.
David S. Miller
2017-05-11
1
-6
/
+17
*
bpf: Do per-instruction state dumping in verifier when log_level > 1.
David S. Miller
2017-05-11
1
-2
/
+6
*
bpf: Track alignment of register values in the verifier.
David S. Miller
2017-05-11
1
-19
/
+89
*
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
2017-05-08
1
-5
/
+16
*
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
2017-05-01
1
-0
/
+11
*
bpf: make bpf_xdp_adjust_head support mandatory
Daniel Borkmann
2017-04-24
1
-3
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-20
1
-0
/
+8
|
\
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-22
/
+42
|
\
|
|
*
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
Daniel Borkmann
2017-04-01
1
-20
/
+38
|
*
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
2017-04-01
1
-0
/
+1
|
*
bpf: improve verifier packet range checks
Alexei Starovoitov
2017-03-25
1
-2
/
+3
*
|
bpf: Add hash of maps support
Martin KaFai Lau
2017-03-22
1
-1
/
+3
*
|
bpf: Add array of maps support
Martin KaFai Lau
2017-03-22
1
-9
/
+33
*
|
bpf: Fix and simplifications on inline map lookup
Martin KaFai Lau
2017-03-22
1
-2
/
+11
*
|
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
2017-03-17
1
-3
/
+33
*
|
bpf: adjust insn_aux_data when patching insns
Alexei Starovoitov
2017-03-17
1
-5
/
+39
*
|
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
2017-03-17
1
-41
/
+35
*
|
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2017-03-17
1
-0
/
+57
|
/
*
bpf: update the comment about the length of analysis
Gary Lin
2017-03-01
1
-1
/
+1
*
bpf: fix spelling mistake: "proccessed" -> "processed"
Colin Ian King
2017-02-23
1
-1
/
+1
*
bpf: reduce compiler warnings by adding fallthrough comments
Alexander Alemayhu
2017-02-14
1
-0
/
+5
*
bpf: enable verifier to add 0 to packet ptr
William Tu
2017-02-07
1
-1
/
+1
*
bpf: enable verifier to better track const alu ops
Daniel Borkmann
2017-01-24
1
-19
/
+45
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-17
1
-1
/
+1
|
\
|
*
bpf: rework prog_digest into prog_tag
Daniel Borkmann
2017-01-16
1
-1
/
+1
*
|
bpf: allow b/h/w/dw access for bpf's cb in ctx
Daniel Borkmann
2017-01-12
1
-2
/
+6
*
|
bpf: pass original insn directly to convert_ctx_access
Daniel Borkmann
2017-01-12
1
-2
/
+1
*
|
bpf: rename ARG_PTR_TO_STACK
Alexei Starovoitov
2017-01-09
1
-14
/
+14
*
|
bpf: allow helpers access to variable memory
Gianluca Borello
2017-01-09
1
-10
/
+64
[next]