summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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: flag jump destination to guide insn combine optimizationsJiong Wang2017-12-012-0/+5
* nfp: bpf: record jump destination to simplify jump fixupJiong Wang2017-12-014-55/+41Star
* nfp: bpf: support backward jumpJiong Wang2017-12-012-30/+40
* bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-2/+8
* nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski2017-11-055-106/+76Star
* nfp: bpf: move translation prepare to offload.cJakub Kicinski2017-11-053-91/+94
* nfp: bpf: move program prepare and free into offload.cJakub Kicinski2017-11-053-33/+38
* nfp: bpf: require seamless reload for program replaceJakub Kicinski2017-11-053-40/+35Star
* nfp: bpf: refactor offload logicJakub Kicinski2017-11-053-77/+67Star
* nfp: bpf: remove unnecessary include of nfp_net.hJakub Kicinski2017-11-051-1/+0Star
* nfp: bpf: remove the register renumbering leftoversJakub Kicinski2017-11-053-19/+4Star
* nfp: bpf: drop support for cls_bpf with legacy actionsJakub Kicinski2017-11-055-247/+22Star
* nfp: bpf: fall back to core NIC app if BPF not selectedJakub Kicinski2017-11-021-3/+0Star
* nfp: bpf: reject TC offload if XDP loadedJakub Kicinski2017-11-021-0/+3
* 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
* net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-021-0/+3
* bpf: reduce verifier memory consumptionAlexei Starovoitov2017-11-011-4/+4
* drivers/net: netronome: Convert timers to use timer_setup()Kees Cook2017-10-273-8/+9
* nfp: bpf: optimize mov64 a littleJakub Kicinski2017-10-241-6/+15
* nfp: bpf: support stack accesses via non-constant pointersJakub Kicinski2017-10-243-10/+45
* nfp: bpf: support accessing the stack beyond 64 bytesJakub Kicinski2017-10-242-14/+106
* nfp: bpf: allow stack accesses via modified stack registersJakub Kicinski2017-10-243-17/+33
* 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-244-5/+147
* nfp: bpf: refactor nfp_bpf_check_ptr()Jakub Kicinski2017-10-241-6/+12
* nfp: bpf: add helper for emitting nopsJakub Kicinski2017-10-241-3/+8
* net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-2/+0Star
* nfp: bpf: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-9/+45
* nfp: bpf: support direct packet access in TCJakub Kicinski2017-10-141-2/+15
* nfp: bpf: direct packet access - writeJakub Kicinski2017-10-141-7/+107
* nfp: bpf: add support for direct packet access - readJakub Kicinski2017-10-143-11/+98
* nfp: bpf: separate I/O from checks for legacy data loadJakub Kicinski2017-10-141-37/+40
* nfp: bpf: fix context accessesJakub Kicinski2017-10-141-20/+29
* nfp: bpf: support BPF offload only on little endianJakub Kicinski2017-10-141-0/+2
* nfp: bpf: implement byte swap instructionJakub Kicinski2017-10-141-0/+38
* nfp: bpf: add mov helperJakub Kicinski2017-10-141-16/+15Star
* nfp: bpf: fix compare instructionsJakub Kicinski2017-10-141-9/+12
* nfp: bpf: add missing return in jne_imm optimizationJakub Kicinski2017-10-141-0/+1
* nfp: bpf: reorder arguments to emit_ld_field_any()Jakub Kicinski2017-10-141-3/+3
* nfp: bpf: pass dst register to ld_field instructionJakub Kicinski2017-10-091-1/+2
* nfp: bpf: byte swap the instructionsJakub Kicinski2017-10-091-2/+4
* nfp: bpf: pad code with valid nopsJakub Kicinski2017-10-091-1/+11
* nfp: bpf: calculate code store ECCJakub Kicinski2017-10-091-0/+20
* nfp: bpf: move to datapath ABI version 2Jakub Kicinski2017-10-092-18/+25