summaryrefslogtreecommitdiff
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)Author
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann
2017-05-22net: Make IP alignment calulations clearer.David S. Miller
2017-05-17bpf: adjust verifier heuristicsDaniel Borkmann
2017-05-11bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller
2017-05-11bpf: Do per-instruction state dumping in verifier when log_level > 1.David S. Miller
2017-05-11bpf: Track alignment of register values in the verifier.David S. Miller
2017-05-08bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann
2017-05-01bpf: enhance verifier to understand stack pointer arithmeticYonghong Song
2017-04-24bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-01bpf, verifier: fix rejection of unaligned access checks for map_value_adjDaniel Borkmann
2017-04-01bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann
2017-03-24bpf: improve verifier packet range checksAlexei Starovoitov
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau
2017-03-22bpf: Add array of maps supportMartin KaFai Lau
2017-03-22bpf: Fix and simplifications on inline map lookupMartin KaFai Lau
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov
2017-03-16bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov
2017-03-16bpf: refactor fixup_bpf_calls()Alexei Starovoitov
2017-03-16bpf: move fixup_bpf_calls() functionAlexei Starovoitov
2017-03-01bpf: update the comment about the length of analysisGary Lin
2017-02-23bpf: fix spelling mistake: "proccessed" -> "processed"Colin Ian King
2017-02-14bpf: reduce compiler warnings by adding fallthrough commentsAlexander Alemayhu
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu
2017-01-24bpf: enable verifier to better track const alu opsDaniel Borkmann
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello
2017-01-09bpf: split check_mem_access logic for map valuesGianluca Borello
2016-12-17bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-08bpf: fix state equivalenceAlexei Starovoitov
2016-12-07bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann
2016-12-05bpf: Preserve const register type on const OR alu opsGianluca Borello
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik