summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_asm.h
Commit message (Expand)AuthorAgeFilesLines
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-111-32/+2Star
* nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet2018-10-081-0/+9
* nfp: bpf: xdp_adjust_tail supportJakub Kicinski2018-08-041-0/+1
* nfp: bpf: support u16 and u32 multiplicationsJiong Wang2018-07-071-0/+28
* nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2018-05-181-0/+1
* nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang2018-05-181-2/+15
* nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-091-10/+12
* nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-291-0/+1
* nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-291-0/+3
* nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-291-0/+2
* nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang2018-03-291-0/+1
* nfp: bpf: add helpers for updating immediate instructionsJakub Kicinski2018-01-141-0/+4
* nfp: bpf: add signed jump insnsNic Viljoen2018-01-101-0/+1
* nfp: bpf: add helpers for modifying branch addressesJakub Kicinski2018-01-101-0/+4
* nfp: bpf: add basic support for adjust head callJakub Kicinski2017-12-151-0/+2
* nfp: dump indirect ME CSRsCarl Heymann2017-12-051-0/+10
* nfp: bpf: implement memory bulk copy for length within 32-bytesJiong Wang2017-12-011-0/+4
* nfp: bpf: encode indirect commandsJakub Kicinski2017-12-011-1/+2
* nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOTJiong Wang2017-11-021-1/+1
* nfp: bpf: support accessing the stack beyond 64 bytesJakub Kicinski2017-10-241-0/+5
* nfp: Explicitly include linux/bug.hMark Brown2017-10-151-0/+1
* nfp: bpf: direct packet access - writeJakub Kicinski2017-10-141-1/+1
* nfp: bpf: add support for direct packet access - readJakub Kicinski2017-10-141-0/+4
* nfp: bpf: pad code with valid nopsJakub Kicinski2017-10-091-0/+2
* nfp: bpf: calculate code store ECCJakub Kicinski2017-10-091-0/+3
* nfp: bpf: encode extended LM pointer operandsJakub Kicinski2017-10-091-3/+25
* nfp: bpf: encode LMEM accessesJakub Kicinski2017-10-091-0/+41
* nfp: add more white space to the instruction definesJakub Kicinski2017-10-091-78/+78
* nfp: bpf: move software reg helpers and cmd table out of translatorJakub Kicinski2017-10-091-0/+24
* nfp: bpf: use the power of sparse to check we encode registers rightJakub Kicinski2017-10-091-0/+45
* nfp: move eBPF offload files to BPF app directoryJakub Kicinski2017-05-311-1/+1
* nfp: add BPF to NFP code translatorJakub Kicinski2016-09-221-0/+233