summaryrefslogtreecommitdiff
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)Author
2018-10-20bpf, verifier: avoid retpoline for map push/pop/peek operationDaniel Borkmann
2018-10-20bpf, verifier: remove unneeded flow key in check_helper_mem_accessDaniel Borkmann
2018-10-20bpf, verifier: reject xadd on flow key memoryDaniel Borkmann
2018-10-20bpf, verifier: fix register type dump in xadd and stDaniel Borkmann
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B
2018-10-19bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-08bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet
2018-10-08bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-05bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer
2018-10-03bpf: Add reference tracking to verifierJoe Stringer
2018-10-03bpf: Macrofy stack state copyJoe Stringer
2018-10-03bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer
2018-10-03bpf: Generalize ptr_or_null regs checkJoe Stringer
2018-10-03bpf: Reuse canonical string formatter for ctx errsJoe Stringer
2018-10-03bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer
2018-10-03bpf: Add iterator for spilled registersJoe Stringer
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2018-09-05bpf/verifier: fix verifier instabilityAlexei Starovoitov
2018-08-29bpf/verifier: display non-spill stack slot types in print_verifier_stateEdward Cree
2018-08-29bpf/verifier: per-register parent pointersEdward Cree
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