index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2017-07-20
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-07-03
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
2017-07-03
bpf: simplify narrower ctx access
Daniel Borkmann
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-29
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-06-23
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
2017-06-10
bpf: reset id on spilled regs in clear_all_pkt_pointers
Daniel Borkmann
2017-06-10
bpf: reset id on CONST_IMM transition
Daniel Borkmann
2017-06-10
bpf: don't check spilled reg state for non-STACK_SPILLed type slots
Daniel Borkmann
2017-06-06
bpf: cgroup skb progs cannot access ld_abs/ind
Daniel Borkmann
2017-06-02
bpf: Allow CGROUP_SKB eBPF program to access sk_buff
Chenbo Feng
2017-05-31
bpf: reconcile bpf_tail_call and stack_depth
Alexei Starovoitov
2017-05-31
bpf: teach verifier to track stack depth
Alexei Starovoitov
2017-05-31
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
2017-05-25
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
2017-05-25
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
2017-05-22
net: Make IP alignment calulations clearer.
David S. Miller
2017-05-17
bpf: adjust verifier heuristics
Daniel Borkmann
2017-05-11
bpf: Handle multiple variable additions into packet pointers in verifier.
David S. Miller
2017-05-11
bpf: Add strict alignment flag for BPF_PROG_LOAD.
David S. Miller
2017-05-11
bpf: Do per-instruction state dumping in verifier when log_level > 1.
David S. Miller
2017-05-11
bpf: Track alignment of register values in the verifier.
David S. Miller
2017-05-08
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
2017-05-01
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
2017-04-24
bpf: make bpf_xdp_adjust_head support mandatory
Daniel Borkmann
2017-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-01
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
Daniel Borkmann
2017-04-01
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
2017-03-24
bpf: improve verifier packet range checks
Alexei Starovoitov
2017-03-22
bpf: Add hash of maps support
Martin KaFai Lau
2017-03-22
bpf: Add array of maps support
Martin KaFai Lau
2017-03-22
bpf: Fix and simplifications on inline map lookup
Martin KaFai Lau
2017-03-16
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
2017-03-16
bpf: adjust insn_aux_data when patching insns
Alexei Starovoitov
2017-03-16
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
2017-03-16
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2017-03-01
bpf: update the comment about the length of analysis
Gary Lin
2017-02-23
bpf: fix spelling mistake: "proccessed" -> "processed"
Colin Ian King
2017-02-14
bpf: reduce compiler warnings by adding fallthrough comments
Alexander Alemayhu
2017-02-06
bpf: enable verifier to add 0 to packet ptr
William Tu
2017-01-24
bpf: enable verifier to better track const alu ops
Daniel Borkmann
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-16
bpf: rework prog_digest into prog_tag
Daniel Borkmann
2017-01-12
bpf: allow b/h/w/dw access for bpf's cb in ctx
Daniel Borkmann
2017-01-12
bpf: pass original insn directly to convert_ctx_access
Daniel Borkmann
2017-01-09
bpf: rename ARG_PTR_TO_STACK
Alexei Starovoitov
2017-01-09
bpf: allow helpers access to variable memory
Gianluca Borello
2017-01-09
bpf: allow adjusted map element values to spill
Gianluca Borello
[next]