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
2019-04-20
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
2019-04-20
bpf: do not restore dst_reg when cur_state is freed
Xu Yu
2019-04-20
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
2019-04-20
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2019-04-20
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
2019-04-20
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
2019-04-20
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
2019-04-20
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
2019-04-20
bpf: move {prev_,}insn_idx into verifier env
Daniel Borkmann
2019-04-20
bpf: fix stack state printing in verifier log
Alexei Starovoitov
2019-04-20
bpf: fix verifier NULL pointer dereference
Craig Gallek
2019-04-20
bpf: fix verifier memory leaks
Alexei Starovoitov
2019-04-20
bpf: reduce verifier memory consumption
Alexei Starovoitov
2018-12-05
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
2018-11-10
bpf: fix partial copy of map_ptr when dst is scalar
Daniel Borkmann
2018-10-10
bpf: 32-bit RSH verification must truncate input before the ALU op
Jann Horn
2018-08-03
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
2018-03-11
bpf: allow xadd only on aligned memory
Daniel Borkmann
2018-02-25
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
2018-01-31
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
2018-01-31
bpf: fix 32-bit divide by zero
Alexei Starovoitov
2018-01-17
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-01-17
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2017-12-25
bpf: fix integer overflows
Daniel Borkmann
2017-12-25
bpf: don't prune branches when a scalar is replaced with a pointer
Daniel Borkmann
2017-12-25
bpf: force strict alignment checks for stack pointers
Daniel Borkmann
2017-12-25
bpf: fix missing error return in check_stack_boundary()
Daniel Borkmann
2017-12-25
bpf: fix 32-bit ALU op verification
Daniel Borkmann
2017-12-25
bpf: fix incorrect tracking of register size truncation
Daniel Borkmann
2017-12-25
bpf: fix incorrect sign extension in check_alu_op()
Daniel Borkmann
2017-12-25
bpf/verifier: fix bounds calculation on BPF_RSH
Daniel Borkmann
2017-12-25
bpf: fix branch pruning logic
Daniel Borkmann
2017-10-22
bpf: fix pattern matches for direct packet access
Daniel Borkmann
2017-10-22
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-07
bpf: fix liveness marking
Alexei Starovoitov
2017-09-19
bpf: fix ri->map_owner pointer on bpf_prog_realloc
Daniel Borkmann
2017-09-15
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-09-08
bpf: don't select potentially stale ri->map from buggy xdp progs
Daniel Borkmann
2017-08-23
bpf/verifier: document liveness analysis
Edward Cree
2017-08-23
bpf/verifier: remove varlen_map_value_access flag
Edward Cree
2017-08-23
bpf/verifier: when pruning a branch, ignore its write marks
Edward Cree
2017-08-19
bpf: make htab inlining more robust wrt assumptions
Daniel Borkmann
2017-08-18
bpf: Fix map-in-map checking in the verifier
Martin KaFai Lau
2017-08-17
bpf: fix liveness propagation to parent in spilled stack slots
Daniel Borkmann
2017-08-16
bpf: add access to sock fields and pkt data from sk_skb programs
John Fastabend
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
2017-08-15
bpf/verifier: track liveness for pruning
Edward Cree
2017-08-09
bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier
Daniel Borkmann
2017-08-08
bpf/verifier: increase complexity limit to 128k
Edward Cree
[next]