index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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-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
2017-05-08
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
1
-5
/
+16
2017-05-01
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
1
-0
/
+11
2017-04-24
bpf: make bpf_xdp_adjust_head support mandatory
Daniel Borkmann
1
-3
/
+0
2017-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+8
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-22
/
+42
2017-04-01
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
Daniel Borkmann
1
-20
/
+38
2017-04-01
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
1
-0
/
+1
2017-03-25
bpf: improve verifier packet range checks
Alexei Starovoitov
1
-2
/
+3
2017-03-23
bpf: Add hash of maps support
Martin KaFai Lau
1
-1
/
+3
2017-03-23
bpf: Add array of maps support
Martin KaFai Lau
1
-9
/
+33
2017-03-23
bpf: Fix and simplifications on inline map lookup
Martin KaFai Lau
1
-2
/
+11
2017-03-17
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
1
-3
/
+33
2017-03-17
bpf: adjust insn_aux_data when patching insns
Alexei Starovoitov
1
-5
/
+39
2017-03-17
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
1
-41
/
+35
2017-03-17
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
1
-0
/
+57
2017-03-02
bpf: update the comment about the length of analysis
Gary Lin
1
-1
/
+1
2017-02-23
bpf: fix spelling mistake: "proccessed" -> "processed"
Colin Ian King
1
-1
/
+1
[prev]
[next]