summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf/jit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOTJiong Wang2017-11-021-1/+1
* nfp: bpf: optimize mov64 a littleJakub Kicinski2017-10-241-6/+15
* nfp: bpf: support stack accesses via non-constant pointersJakub Kicinski2017-10-241-7/+34
* nfp: bpf: support accessing the stack beyond 64 bytesJakub Kicinski2017-10-241-8/+106
* nfp: bpf: allow stack accesses via modified stack registersJakub Kicinski2017-10-241-10/+13
* nfp: bpf: optimize the RMW for stack accessesJakub Kicinski2017-10-241-8/+25
* nfp: bpf: add stack read supportJakub Kicinski2017-10-241-5/+76
* nfp: bpf: add stack write supportJakub Kicinski2017-10-241-0/+105
* nfp: bpf: add helper for emitting nopsJakub Kicinski2017-10-241-3/+8
* nfp: bpf: support direct packet access in TCJakub Kicinski2017-10-141-2/+15
OpenPOWER on IntegriCloud