summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann2016-02-101-1/+1
* net: bpf: reject invalid shiftsRabin Vincent2016-01-121-0/+10
* bpf: fix clearing on persistent program array mapsDaniel Borkmann2015-11-251-2/+1
* bpf, verifier: annotate verbose printer with __printfDaniel Borkmann2015-11-031-1/+1
* bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann2015-11-021-2/+1
* bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov2015-10-221-1/+2
* bpf: enable non-root eBPF programsAlexei Starovoitov2015-10-121-9/+97
* bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-111-1/+1
* bpf: fix out of bounds access in verifier logAlexei Starovoitov2015-09-091-2/+2
* bpf: fix bpf_perf_event_read() loop upper boundWei-Chun Chao2015-08-121-1/+1
* bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia2015-08-091-15/+33
* ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell2015-07-271-1/+5
* bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-071-9/+28
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-0/+17
* bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov2015-04-161-2/+7
* bpf: fix verifier memory corruptionAlexei Starovoitov2015-04-161-1/+2
* tc: bpf: generalize pedit actionAlexei Starovoitov2015-03-291-0/+2
* ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-201-0/+1
* bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-151-16/+136
* ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann2015-03-121-1/+4
* ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-011-2/+2
* ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-011-2/+13
* bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov2014-12-051-2/+68
* bpf: reduce verifier memory consumptionAlexei Starovoitov2014-10-301-44/+57
* bpf: fix bug in eBPF verifierAlexei Starovoitov2014-10-211-1/+2
* bpf: add search pruning optimization to verifierAlexei Starovoitov2014-10-011-0/+146
* bpf: verifier (add verifier core)Alexei Starovoitov2014-09-261-1/+1074
* bpf: verifier (add branch/goto checks)Alexei Starovoitov2014-09-261-0/+189
* bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov2014-09-261-0/+147
* bpf: verifier (add ability to receive verification log)Alexei Starovoitov2014-09-261-0/+235
* bpf: verifier (add docs)Alexei Starovoitov2014-09-261-0/+133
OpenPOWER on IntegriCloud