aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf/offload.c
Commit message (Expand)AuthorAge
* nfp: bpf: double check vNIC capabilities after object sharingJakub Kicinski2018-10-16
* nfp: bpf: protect against mis-initializing atomic countersJakub Kicinski2018-10-16
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-11
* nfp: bpf: account for additional stack usage when checking stack limitQuentin Monnet2018-10-08
* nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet2018-10-08
* nfp: bpf: copy eBPF subprograms information from kernel verifierQuentin Monnet2018-10-08
* nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet2018-10-08
* nfp: bpf: improve map offload info messagesJakub Kicinski2018-07-27
* nfp: bpf: remember maps by IDJakub Kicinski2018-07-27
* nfp: bpf: pass raw data buffer to nfp_bpf_event_output()Jakub Kicinski2018-07-27
* nfp: bpf: allow program sharing within ASICJakub Kicinski2018-07-18
* nfp: bpf: copy range info for all operands of all ALU operationsJiong Wang2018-07-06
* nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang2018-07-06
* nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang2018-05-18
* nfp: bpf: perf event output helpers supportJakub Kicinski2018-05-04
* nfp: bpf: record offload neutral maps in the driverJakub Kicinski2018-05-04
* nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-28
* nfp: bpf: use extack support to improve debuggingQuentin Monnet2018-01-22
* bpf: offload: allow array map offloadJakub Kicinski2018-01-18
* nfp: bpf: set new jit info fieldsJiong Wang2018-01-17
* nfp: bpf: implement bpf map offloadJakub Kicinski2018-01-14
* bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski2018-01-14
* nfp: hand over to BPF offload app at coarser granularityJakub Kicinski2018-01-10
* nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski2018-01-10
* nfp: bpf: relocate jump targets just before the loadJakub Kicinski2018-01-10
* nfp: bpf: move jump resolution to jit.cJakub Kicinski2018-01-10
* nfp: bpf: round up the size of the stackJakub Kicinski2018-01-10
* nfp: bpf: prepare for parsing BPF FW capabilitiesJakub Kicinski2017-12-15
* nfp: bpf: flag jump destination to guide insn combine optimizationsJiong Wang2017-12-01
* nfp: bpf: record jump destination to simplify jump fixupJiong Wang2017-12-01
* bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-20
* nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski2017-11-05
* nfp: bpf: move translation prepare to offload.cJakub Kicinski2017-11-05
* nfp: bpf: move program prepare and free into offload.cJakub Kicinski2017-11-05
* nfp: bpf: require seamless reload for program replaceJakub Kicinski2017-11-05
* nfp: bpf: refactor offload logicJakub Kicinski2017-11-05
* nfp: bpf: remove the register renumbering leftoversJakub Kicinski2017-11-05
* nfp: bpf: drop support for cls_bpf with legacy actionsJakub Kicinski2017-11-05
* nfp: bpf: fall back to core NIC app if BPF not selectedJakub Kicinski2017-11-02
* drivers/net: netronome: Convert timers to use timer_setup()Kees Cook2017-10-26
* nfp: bpf: support accessing the stack beyond 64 bytesJakub Kicinski2017-10-24
* nfp: bpf: add stack write supportJakub Kicinski2017-10-24
* net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-04
* nfp: move basic eBPF stats to app-specific codeJakub Kicinski2017-05-31
* nfp: move eBPF offload files to BPF app directoryJakub Kicinski2017-05-31