summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf/verifier.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang2018-05-181-0/+8
* nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-091-2/+26
* nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski2018-05-041-9/+0
* nfp: bpf: perf event output helpers supportJakub Kicinski2018-05-041-1/+68
* nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-281-0/+7
* nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-281-7/+7
* nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-281-0/+105
* nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-281-0/+8
* nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-281-0/+10
* nfp: bpf: add helper for basic map call checksJakub Kicinski2018-03-281-15/+25
* nfp: bpf: add helper for validating stack pointersJakub Kicinski2018-03-281-22/+37
* nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet2018-01-171-0/+6
* nfp: bpf: print map lookup problems into verifier logJakub Kicinski2018-01-171-6/+8
* nfp: bpf: add support for reading map memoryJakub Kicinski2018-01-141-0/+8
* nfp: bpf: add verification and codegen for map lookupsJakub Kicinski2018-01-141-0/+39
* nfp: bpf: reuse verifier log for debug messagesQuentin Monnet2018-01-101-14/+16
* bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2017-12-311-1/+1
* nfp: bpf: optimize the adjust_head calls in trivial casesJakub Kicinski2017-12-151-2/+44
* nfp: bpf: add basic support for adjust head callJakub Kicinski2017-12-151-0/+12
* nfp: bpf: prepare for call supportJakub Kicinski2017-12-151-0/+16
* nfp: bpf: factor out is_mbpf_load & is_mbpf_storeJiong Wang2017-12-011-2/+2
* nfp: bpf: record jump destination to simplify jump fixupJiong Wang2017-12-011-2/+2
* nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski2017-11-051-35/+8
* nfp: bpf: drop support for cls_bpf with legacy actionsJakub Kicinski2017-11-051-8/+3
* bpf: reduce verifier memory consumptionAlexei Starovoitov2017-11-011-4/+4
* nfp: bpf: support stack accesses via non-constant pointersJakub Kicinski2017-10-241-3/+9
* nfp: bpf: allow stack accesses via modified stack registersJakub Kicinski2017-10-241-7/+17
* nfp: bpf: add stack write supportJakub Kicinski2017-10-241-5/+25
* nfp: bpf: refactor nfp_bpf_check_ptr()Jakub Kicinski2017-10-241-6/+12
* nfp: bpf: add support for direct packet access - readJakub Kicinski2017-10-141-7/+14
* bpf/verifier: rework value trackingEdward Cree2017-08-081-10/+14
* nfp: move eBPF offload files to BPF app directoryJakub Kicinski2017-05-311-0/+174
OpenPOWER on IntegriCloud