summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)AuthorLines
2019-03-01bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann-1/+2
2019-02-09bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau-4/+7
2019-01-05bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann-13/+48
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann-6/+179
2019-01-02bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann-1/+5
2019-01-02bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann-1/+8
2019-01-02bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann-22/+41
2019-01-02bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann-0/+11
2019-01-02bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann-38/+38
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-17/+224
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+10
2018-12-20bpf: verifier: reorder stack size check with dead code sanitizationJakub Kicinski-2/+3
2018-12-20bpf: verifier: teach the verifier to reason about the BPF_JSET instructionJakub Kicinski-0/+20
2018-12-19bpf: Ensure line_info.insn_off cannot point to insn with zero codeMartin KaFai Lau-0/+8
2018-12-18bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang-0/+5
2018-12-15bpf: add self-check logic to liveness analysisAlexei Starovoitov-1/+107
2018-12-15bpf: improve stacksafe state comparisonAlexei Starovoitov-6/+7
2018-12-15bpf: speed up stacksafe checkAlexei Starovoitov-1/+3
2018-12-14bpf: verbose log bpf_line_info in verifierMartin KaFai Lau-5/+69
2018-12-14bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau-2/+2
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski-3/+10
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-42/+197
2018-12-10bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang-4/+12
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+89
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau-24/+174
2018-12-07bpf: verifier remove the rejection on BPF_ALU | BPF_ARSHJiong Wang-5/+0
2018-12-05bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau-9/+9
2018-12-04bpf: add per-insn complexity limitAlexei Starovoitov-1/+6
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov-13/+80
2018-12-04bpf: check pending signals while verifying programsAlexei Starovoitov-0/+3
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller-0/+2
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-17/+38
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-11-26bpf: btf: support proper non-jit func infoYonghong Song-17/+38
2018-11-20bpf: Introduce bpf_func_infoYonghong Song-1/+119
2018-11-16bpf: fix off-by-one error in adjust_subprog_startsEdward Cree-1/+1
2018-11-10bpf: Allow narrow loads with offset > 0Andrey Ignatov-5/+16
2018-11-10bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet-1/+1
2018-11-09bpf: let verifier to calculate and record max_pkt_offsetJiong Wang-0/+12
2018-10-31bpf: don't set id on after map lookup with ptr_to_map_val returnDaniel Borkmann-5/+6
2018-10-31bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann-4/+6
2018-10-25bpf: make direct packet write unclone more robustDaniel Borkmann-1/+5
2018-10-25bpf: fix cg_skb types to hint access type in may_access_direct_pkt_dataDaniel Borkmann-0/+1
2018-10-25bpf: fix direct packet access for flow dissector progsDaniel Borkmann-2/+4
2018-10-20bpf, verifier: avoid retpoline for map push/pop/peek operationDaniel Borkmann-1/+24
2018-10-20bpf, verifier: remove unneeded flow key in check_helper_mem_accessDaniel Borkmann-2/+0
2018-10-20bpf, verifier: reject xadd on flow key memoryDaniel Borkmann-1/+10
2018-10-20bpf, verifier: fix register type dump in xadd and stDaniel Borkmann-6/+13
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B-1/+18
2018-10-19bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B-3/+6