summaryrefslogtreecommitdiff
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)Author
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann
2019-06-15bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak
2019-04-03bpf: do not restore dst_reg when cur_state is freedXu Yu
2019-03-10bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann
2019-01-31bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann
2019-01-31bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann
2019-01-31bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann
2019-01-31bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann
2019-01-31bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann
2019-01-31bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann
2019-01-31bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann
2019-01-31bpf: add per-insn complexity limitAlexei Starovoitov
2019-01-31bpf: improve verifier branch analysisAlexei Starovoitov
2019-01-26bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang
2019-01-26bpf: Allow narrow loads with offset > 0Andrey Ignatov
2018-12-21bpf: check pending signals while verifying programsAlexei Starovoitov
2018-12-17bpf: fix off-by-one error in adjust_subprog_startsEdward Cree
2018-11-13bpf/verifier: fix verifier instabilityAlexei Starovoitov
2018-11-13bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann
2018-10-05bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2018-08-17bpf: fix redirect to map under tail callsDaniel Borkmann
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin
2018-08-03bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin
2018-07-31bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-18bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski
2018-07-12bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07bpf: reject passing modified ctx to helper functionsDaniel Borkmann
2018-06-03bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann
2018-06-03bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann
2018-06-03bpf: fixup error message from gpl helpers on license mismatchDaniel Borkmann
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-24bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux
2018-05-24bpf: get kernel symbol addresses via syscallSandipan Das
2018-05-24bpf: support 64-bit offsets for bpf function callsSandipan Das
2018-05-19bpf: Prevent memory disambiguation attackAlexei Starovoitov
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski
2018-05-04bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2018-05-04bpf: replace map pointer loads before calling into offloadsJakub Kicinski
2018-05-04bpf: add faked "ending" subprogJiong Wang
2018-05-04bpf: centre subprog information fieldsJiong Wang
2018-05-04bpf: unify main prog and subprogJiong Wang