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
2020-01-12
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
2020-01-12
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
2019-12-05
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
2019-12-05
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
2019-12-01
bpf: devmap: fix wrong interface selection in notifier_call
Taehee Yoo
2019-10-07
bpf: fix use after free in prog symbol exposure
Daniel Borkmann
2019-08-25
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
2019-08-25
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
2019-08-25
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2019-07-31
bpf: silence warning messages in core
Valdis Klētnieks
2019-05-31
bpf: devmap: fix use-after-free Read in __dev_map_entry_free
Eric Dumazet
2019-05-25
bpf, lru: avoid messing with eviction heuristics upon syscall lookup
Daniel Borkmann
2019-05-25
bpf: add map_lookup_elem_sys_only for lookups from syscall side
Daniel Borkmann
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 inner map masking to prevent oob under speculation
Daniel Borkmann
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: enable access to ax register also from verifier rewrite
Daniel Borkmann
2019-04-20
bpf: move tmp variable into ax register in interpreter
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
2019-04-20
bpf: fix use after free in bpf_evict_inode
Daniel Borkmann
2019-03-13
bpf: fix lockdep false positive in percpu_freelist
Alexei Starovoitov
2018-12-05
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
2018-11-13
bpf: wait for running BPF programs when updating map-in-map
Daniel Colascione
2018-11-10
bpf: fix partial copy of map_ptr when dst is scalar
Daniel Borkmann
2018-11-04
bpf: sockmap, map_release does not hold refcnt for pinned maps
John Fastabend
2018-10-10
bpf: 32-bit RSH verification must truncate input before the ALU op
Jann Horn
2018-10-03
bpf: sockmap: write_space events need to be passed to TCP handler
John Fastabend
2018-08-24
bpf: hash map: decrement counter on error
Mauricio Vasquez B
2018-08-03
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
2018-04-26
bpf: sockmap, fix leaking maps with attached but not detached progs
John Fastabend
2018-03-28
bpf: skip unnecessary capability check
Chenbo Feng
2018-03-11
bpf: allow xadd only on aligned memory
Daniel Borkmann
2018-03-11
bpf: add schedule points in percpu arrays management
Eric Dumazet
2018-03-11
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
2018-03-11
bpf: fix memory leak in lpm_trie map_free callback function
Yonghong Song
2018-03-11
bpf: fix mlock precharge on arraymaps
Daniel Borkmann
2018-03-03
bpf: sockmap missing NULL psock check
John Fastabend
2018-02-25
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
2018-02-22
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2018-01-31
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
[next]