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
Age
Commit message (
Expand
)
Author
2018-03-11
bpf: add schedule points in percpu arrays management
Eric Dumazet
2018-03-11
bpf: fix mlock precharge on arraymaps
Daniel Borkmann
2018-03-11
bpf: fix wrong exposure of map_flags into fdinfo for lpm
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-31
bpf: fix divides by zero
Eric Dumazet
2018-01-31
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-01-31
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2018-01-31
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
2018-01-17
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
2018-01-17
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2018-01-17
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
2018-01-17
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2017-12-29
bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN
Ben Hutchings
2017-12-25
bpf: fix incorrect sign extension in check_alu_op()
Daniel Borkmann
2017-12-25
bpf: reject out-of-bounds stack pointer calculation
Daniel Borkmann
2017-12-25
bpf: fix branch pruning logic
Daniel Borkmann
2017-12-25
bpf: adjust insn_aux_data when patching insns
Daniel Borkmann
2017-12-14
bpf: fix lockdep splat
Eric Dumazet
2017-10-12
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-08-30
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
2017-08-30
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-08-30
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
2017-08-30
bpf: adjust verifier heuristics
Daniel Borkmann
2017-08-30
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
2017-07-21
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-07-05
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
2017-05-14
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
2017-05-14
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
2017-05-03
bpf: improve verifier packet range checks
Alexei Starovoitov
2017-03-22
bpf: fix mark_reg_unknown_value for spilled regs on map value marking
Daniel Borkmann
2017-03-22
bpf: fix regression on verifier pruning wrt map lookups
Daniel Borkmann
2017-03-22
bpf: fix state equivalence
Alexei Starovoitov
2017-03-22
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
2016-11-30
bpf: fix states equal logic for varlen access
Josef Bacik
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
2016-11-07
bpf: fix map not being uncharged during map creation failure
Daniel Borkmann
2016-11-07
bpf: fix htab map destruction when extra reserve is in use
Daniel Borkmann
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-09-29
bpf: allow access into map value arrays
Josef Bacik
2016-09-27
bpf: clean up put_cpu_var usage
Shaohua Li
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
bpf: Set register type according to is_valid_access()
Mickaël Salaün
2016-09-21
bpf: recognize 64bit immediate loads as consts
Jakub Kicinski
2016-09-21
bpf: enable non-core use of the verfier
Jakub Kicinski
2016-09-21
bpf: expose internal verfier structures
Jakub Kicinski
2016-09-21
bpf: don't (ab)use instructions to store state
Jakub Kicinski
2016-09-20
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
2016-09-20
bpf, verifier: enforce larger zero range for pkt on overloading stack buffs
Daniel Borkmann
2016-09-09
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
[next]