aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-03bpf, verifier: annotate verbose printer with __printfDaniel Borkmann1-1/+1
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann1-2/+1
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov1-1/+2
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov1-9/+97
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov1-1/+1
2015-09-09bpf: fix out of bounds access in verifier logAlexei Starovoitov1-2/+2
2015-08-12bpf: fix bpf_perf_event_read() loop upper boundWei-Chun Chao1-1/+1
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuterKaixu Xia1-15/+33
2015-07-27ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell1-1/+5
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov1-9/+28
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov1-0/+17
2015-04-16bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov1-2/+7
2015-04-16bpf: fix verifier memory corruptionAlexei Starovoitov1-1/+2
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov1-0/+2
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+1
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov1-16/+136
2015-03-12ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann1-1/+4
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann1-2/+2
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann1-2/+13
2014-12-05bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov1-2/+68
2014-10-30bpf: reduce verifier memory consumptionAlexei Starovoitov1-44/+57
2014-10-21bpf: fix bug in eBPF verifierAlexei Starovoitov1-1/+2
2014-10-01bpf: add search pruning optimization to verifierAlexei Starovoitov1-0/+146
2014-09-26bpf: verifier (add verifier core)Alexei Starovoitov1-1/+1074
2014-09-26bpf: verifier (add branch/goto checks)Alexei Starovoitov1-0/+189
2014-09-26bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov1-0/+147
2014-09-26bpf: verifier (add ability to receive verification log)Alexei Starovoitov1-0/+235
2014-09-26bpf: verifier (add docs)Alexei Starovoitov1-0/+133