summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf/jit.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang2018-05-181-10/+89
* nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2018-05-181-0/+34
* nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang2018-05-181-30/+269
* nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-091-0/+47
* nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski2018-05-041-12/+32
* nfp: bpf: perf event output helpers supportJakub Kicinski2018-05-041-1/+31
* nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2018-04-251-12/+30
* nfp: bpf: tabularize generations of compare operationsJakub Kicinski2018-04-251-107/+61
* nfp: bpf: optimize add/sub of a negative constantJakub Kicinski2018-04-251-0/+35
* nfp: bpf: remove double spaceJakub Kicinski2018-04-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-1/+5
|\
| * nfp: bpf: fix check of program max insn countJakub Kicinski2018-03-241-1/+5
* | nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-281-2/+22
* | nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-281-8/+70
* | nfp: bpf: expose command delay slotsJakub Kicinski2018-03-281-29/+24
* | nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-281-0/+45
* | nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-281-0/+4
* | nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-281-0/+6
* | nfp: bpf: add helper for validating stack pointersJakub Kicinski2018-03-281-2/+2
* | nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski2018-03-281-3/+3
* | nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2018-03-281-0/+115
* | nfp: bpf: support unaligned read offsetJiong Wang2018-03-281-3/+70
* | nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang2018-03-281-2/+78
|/
* nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet2018-01-171-0/+5
* nfp: bpf: add support for reading map memoryJakub Kicinski2018-01-141-9/+68
* nfp: bpf: add verification and codegen for map lookupsJakub Kicinski2018-01-141-0/+86
* nfp: bpf: add signed jump insnsNic Viljoen2018-01-101-0/+48
* nfp: bpf: use a large constant in unresolved branchesJakub Kicinski2018-01-101-7/+7
* nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski2018-01-101-0/+16
* nfp: bpf: relocate jump targets just before the loadJakub Kicinski2018-01-101-69/+80
* nfp: bpf: add helpers for modifying branch addressesJakub Kicinski2018-01-101-12/+0
* nfp: bpf: move jump resolution to jit.cJakub Kicinski2018-01-101-0/+23
* nfp: bpf: optimize the adjust_head calls in trivial casesJakub Kicinski2017-12-151-0/+22
* nfp: bpf: add basic support for adjust head callJakub Kicinski2017-12-151-0/+73
* nfp: bpf: prepare for call supportJakub Kicinski2017-12-151-0/+12
* nfp: bpf: detect load/store sequences lowered from memory copyJiong Wang2017-12-011-0/+237
* nfp: bpf: implement memory bulk copy for length bigger than 32-bytesJiong Wang2017-12-011-7/+45
* nfp: bpf: implement memory bulk copy for length within 32-bytesJiong Wang2017-12-011-0/+113
* nfp: bpf: encode indirect commandsJakub Kicinski2017-12-011-4/+13
* nfp: bpf: correct the encoding for No-Dest immedJiong Wang2017-12-011-3/+5
* nfp: bpf: don't do ld/shifts combination if shifts are jump destinationJiong Wang2017-12-011-0/+4
* nfp: bpf: don't do ld/mask combination if mask is jump destinationJiong Wang2017-12-011-0/+3
* nfp: bpf: record jump destination to simplify jump fixupJiong Wang2017-12-011-48/+9
* nfp: bpf: support backward jumpJiong Wang2017-12-011-29/+37
* nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski2017-11-051-22/+13
* nfp: bpf: move translation prepare to offload.cJakub Kicinski2017-11-051-37/+6
* nfp: bpf: move program prepare and free into offload.cJakub Kicinski2017-11-051-33/+0
* nfp: bpf: remove the register renumbering leftoversJakub Kicinski2017-11-051-4/+0
* nfp: bpf: drop support for cls_bpf with legacy actionsJakub Kicinski2017-11-051-80/+7
* nfp: bpf: support [BPF_ALU | BPF_ALU64] | BPF_NEGJiong Wang2017-11-021-0/+24