aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c
Commit message (Expand)AuthorAge
* bpf: don't set id on after map lookup with ptr_to_map_val returnDaniel Borkmann2018-10-31
* bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann2018-10-31
* bpf: make direct packet write unclone more robustDaniel Borkmann2018-10-25
* bpf: fix cg_skb types to hint access type in may_access_direct_pkt_dataDaniel Borkmann2018-10-25
* bpf: fix direct packet access for flow dissector progsDaniel Borkmann2018-10-25
* bpf, verifier: avoid retpoline for map push/pop/peek operationDaniel Borkmann2018-10-21
* bpf, verifier: remove unneeded flow key in check_helper_mem_accessDaniel Borkmann2018-10-21
* bpf, verifier: reject xadd on flow key memoryDaniel Borkmann2018-10-21
* bpf, verifier: fix register type dump in xadd and stDaniel Borkmann2018-10-21
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-19
* bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B2018-10-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-09
|\
| * bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet2018-10-08
| * bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-08
| * bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-02
| * bpf: Add reference tracking to verifierJoe Stringer2018-10-02
| * bpf: Macrofy stack state copyJoe Stringer2018-10-02
| * bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-02
| * bpf: Generalize ptr_or_null regs checkJoe Stringer2018-10-02
| * bpf: Reuse canonical string formatter for ctx errsJoe Stringer2018-10-02
| * bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer2018-10-02
| * bpf: Add iterator for spilled registersJoe Stringer2018-10-02
| * bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-01
| * bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-06
|\ \ | |/ |/|
| * bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn2018-10-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-25
|\ \
| * | flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-14
| * | bpf/verifier: fix verifier instabilityAlexei Starovoitov2018-09-06
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-18
|\ \ \ | |/ / |/| / | |/
| * bpf/verifier: disallow pointer subtractionAlexei Starovoitov2018-09-12
* | bpf/verifier: display non-spill stack slot types in print_verifier_stateEdward Cree2018-08-29
* | bpf/verifier: per-register parent pointersEdward Cree2018-08-29
|/
* bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-17
* bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-10
* bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-02
* bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin2018-08-02
* bpf: introduce cgroup storage mapsRoman Gushchin2018-08-02
* bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre2018-07-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-21
|\
| * bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2018-07-18
* | bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann2018-07-12
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-12
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-06-07
* bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-03
* bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-03
* bpf: fixup error message from gpl helpers on license mismatchDaniel Borkmann2018-06-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-26
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-25
| |\