summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfpcore
Commit message (Expand)AuthorAgeFilesLines
* nfp: update the old flash error messageJakub Kicinski2019-06-151-1/+6
* nfp: nsp: implement read SFF module EEPROMDirk van der Merwe2019-04-022-0/+70
* nfp: nsp: set higher timeout for flash bundleDirk van der Merwe2019-03-011-4/+1Star
* nfp: nsp: allow the use of DMA bufferJakub Kicinski2019-03-011-5/+191
* nfp: nsp: move default buffer handling into its own functionJakub Kicinski2019-03-011-42/+51
* nfp: nsp: use fractional size of the bufferJakub Kicinski2019-03-011-6/+7
* nfp: report RJ45 connector in ethtoolJakub Kicinski2019-03-012-0/+4
* nfp: nsp: add support for versions commandJakub Kicinski2019-02-022-0/+81
* nfp: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-021-2/+1Star
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-1122-704/+44Star
* nfp: validate rtsym accesses fall within the symbolJakub Kicinski2018-09-061-3/+45
* nfp: prefix rtsym error messages with symbol nameJakub Kicinski2018-09-061-10/+11
* nfp: fix readq on absolute RTsymsJakub Kicinski2018-09-061-2/+4
* nfp: support access to absolute RTsymsJakub Kicinski2018-08-292-9/+46
* nfp: convert existing RTsym helpers to full target decodingJakub Kicinski2018-08-291-14/+14
* nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski2018-08-293-12/+12
* nfp: add RTsym access helpersJakub Kicinski2018-08-292-0/+171
* nfp: add basic errors messages to target logicJakub Kicinski2018-08-291-2/+10
* nfp: save the MU locality field offsetJakub Kicinski2018-08-293-31/+38
* nfp: refactor the per-chip PCIe configJakub Kicinski2018-08-292-13/+41
* nfp: add support for NFP5000Jakub Kicinski2018-08-291-1/+3
* nfp: add support for indirect HWinfo lookupJakub Kicinski2018-08-292-0/+44
* nfp: interpret extended FW load result codesJakub Kicinski2018-08-292-3/+85
* nfp: attempt FW load from flashJakub Kicinski2018-08-292-0/+12
* nfp: encapsulate NSP command arguments into structsJakub Kicinski2018-08-291-69/+136
* nfp: clean up return types in kdoc commentsJakub Kicinski2018-08-141-4/+2Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-1/+1
|\
| * nfp: cast sizeof() to int when comparing with error codeChengguang Xu2018-06-271-1/+1
* | nfp: fail probe if serial or interface id is missingJakub Kicinski2018-06-303-14/+28
|/
* nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warningJakub Kicinski2018-06-131-5/+2Star
* nfp: abm: add helpers for configuring queue marking levelsJakub Kicinski2018-05-291-0/+5
* nfp: nfpcore: add rtsym writing functionJohn Hurley2018-05-252-0/+45
* nfp: core: allow 4-byte aligned accesses to Memory UnitsJakub Kicinski2018-05-231-50/+44Star
* nfp: print PCIe link bandwidth on probeJakub Kicinski2018-04-251-0/+1
* nfp: reset local locks on initJakub Kicinski2018-04-254-0/+108
* nfp: print a message when mutex wait is interruptedJakub Kicinski2018-04-131-1/+4
* nfp: ignore signals when communicating with management FWJakub Kicinski2018-04-131-2/+1Star
* nfp: use full 40 bits of the NSP buffer addressDirk van der Merwe2018-04-041-4/+5
* nfp: add Makefiles to all directoriesJakub Kicinski2018-02-222-0/+4
* nfp: fix kdoc warnings on nested structuresJakub Kicinski2018-02-062-31/+33
* nfp: core: make scalar CPP helpers fail on short accessesJakub Kicinski2018-01-193-35/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-182-0/+12
|\
| * nfp: add nfp_cpp_area_size() accessorJakub Kicinski2017-12-152-0/+12
* | nfp: implement firmware flashingDirk van der Merwe2017-12-152-0/+13
* | nfp: extend NSP infrastructure for configurable timeoutsDirk van der Merwe2017-12-151-17/+43
|/
* nfp: dump all hwinfoCarl Heymann2017-12-052-0/+12
* nfp: fix old kdoc issuesJakub Kicinski2017-12-011-6/+3Star
* nfp: add helpers for FEC supportDirk van der Merwe2017-11-052-0/+94
* nfp: make use of MAC reinitJakub Kicinski2017-11-052-0/+11
* nfp: don't depend on compiler constant propagationJakub Kicinski2017-11-051-8/+15