summaryrefslogtreecommitdiff
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)Author
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
2016-11-09bpf: Remove unused but set variablesTobias Klauser
2016-10-29bpf: Print function name in addition to function idThomas Graf
2016-10-19bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf
2016-09-29bpf: allow access into map value arraysJosef Bacik
2016-09-27bpf: Set register type according to is_valid_access()Mickaël Salaün
2016-09-21bpf: recognize 64bit immediate loads as constsJakub Kicinski
2016-09-21bpf: enable non-core use of the verfierJakub Kicinski
2016-09-21bpf: expose internal verfier structuresJakub Kicinski
2016-09-21bpf: don't (ab)use instructions to store stateJakub Kicinski
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-20bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann
2016-09-08bpf: fix range propagation on direct packet accessDaniel Borkmann
2016-09-02bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov
2016-09-02bpf: support 8-byte metafield accessAlexei Starovoitov
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-12bpf: allow helpers access the packet directlyAlexei Starovoitov
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon
2016-08-03bpf: fix method of PTR_TO_PACKET reg id generationJakub Kicinski
2016-07-19bpf: enable direct packet data write for xdp progsBrenden Blanco
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco
2016-07-01cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau
2016-07-01cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau