index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20
Raghuram Subramani
2024-10-17
*
FROMLIST: bpf: cgroup skb progs cannot access ld_abs/ind
Daniel Borkmann
2022-04-19
*
FROMLIST: [net-next,v2,1/2] bpf: Allow CGROUP_SKB eBPF program to access sk_buff
Chenbo Feng
2022-04-19
*
bpf: Fix buggy rsh min/max bounds tracking
Daniel Borkmann
2022-04-19
*
bpf: check pending signals while verifying programs
Alexei Starovoitov
2022-04-19
*
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
2022-04-19
*
bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()
Ben Hutchings
2022-04-19
*
bpf/verifier: Add spi variable to check_stack_write()
Ben Hutchings
2022-04-19
*
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
2022-04-19
*
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
2022-04-19
*
bpf: fix 32-bit divide by zero
Alexei Starovoitov
2022-04-19
*
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2022-04-19
*
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2022-04-19
*
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
2022-04-19
*
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2022-04-19
*
bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN
Ben Hutchings
2022-04-19
*
bpf: fix incorrect sign extension in check_alu_op()
Jann Horn
2022-04-19
*
bpf: reject out-of-bounds stack pointer calculation
Jann Horn
2022-04-19
*
bpf: fix branch pruning logic
Alexei Starovoitov
2022-04-19
*
bpf: adjust insn_aux_data when patching insns
Alexei Starovoitov
2022-04-19
*
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2022-04-19
*
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
2022-04-19
*
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2022-04-19
*
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
2022-04-19
*
bpf: adjust verifier heuristics
Daniel Borkmann
2022-04-19
*
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
2022-04-19
*
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2022-04-19
*
FROMLIST: bpf: cgroup skb progs cannot access ld_abs/ind
Daniel Borkmann
2022-04-19
*
FROMLIST: [net-next,v2,1/2] bpf: Allow CGROUP_SKB eBPF program to access sk_buff
Chenbo Feng
2022-04-19
*
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
2022-04-19
*
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
2022-04-19
*
bpf: improve verifier packet range checks
Alexei Starovoitov
2022-04-19
*
bpf: fix mark_reg_unknown_value for spilled regs on map value marking
Daniel Borkmann
2022-04-19
*
bpf: fix regression on verifier pruning wrt map lookups
Daniel Borkmann
2022-04-19
*
bpf: fix state equivalence
Alexei Starovoitov
2022-04-19
*
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
2022-04-19
*
bpf: fix states equal logic for varlen access
Josef Bacik
2022-04-19
*
bpf: fix range arithmetic for bpf map access
Josef Bacik
2022-04-19
*
bpf: allow access into map value arrays
Josef Bacik
2022-04-19
*
bpf: Set register type according to is_valid_access()
Mickaël Salaün
2022-04-19
*
bpf: recognize 64bit immediate loads as consts
Jakub Kicinski
2022-04-19
*
bpf: enable non-core use of the verfier
Jakub Kicinski
2022-04-19
*
bpf: expose internal verfier structures
Jakub Kicinski
2022-04-19
*
bpf: don't (ab)use instructions to store state
Jakub Kicinski
2022-04-19
*
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
2022-04-19
*
bpf, verifier: enforce larger zero range for pkt on overloading stack buffs
Daniel Borkmann
2022-04-19
*
bpf: fix range propagation on direct packet access
Daniel Borkmann
2022-04-19
*
bpf: perf_event progs should only use preallocated maps
Alexei Starovoitov
2022-04-19
*
bpf: support 8-byte metafield access
Alexei Starovoitov
2022-04-19
*
bpf: allow helpers access the packet directly
Alexei Starovoitov
2022-04-19
[next]