summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfpcore
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-202-4/+0
|\
| * treewide: remove dummy Makefiles for single targetsMasahiro Yamada2019-08-212-4/+0
* | nfp: read chip model from the PluDevice registerDirk van der Merwe2019-09-121-10/+6
* | nfp: honor FW reset and loading policiesDirk van der Merwe2019-09-101-0/+15
* | nfp: nsp: add support for hwinfo set operationDirk van der Merwe2019-09-102-0/+21
* | nfp: nsp: add support for optional hwinfo lookupDirk van der Merwe2019-09-102-4/+50
* | nfp: nsp: add support for fw_loaded commandDirk van der Merwe2019-09-102-0/+16
|/
* nfp: update the old flash error messageJakub Kicinski2019-06-141-1/+6
* nfp: nsp: implement read SFF module EEPROMDirk van der Merwe2019-04-012-0/+70
* nfp: nsp: set higher timeout for flash bundleDirk van der Merwe2019-03-011-4/+1
* 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-012-0/+81
* nfp: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-011-2/+1
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-1122-704/+44
* nfp: validate rtsym accesses fall within the symbolJakub Kicinski2018-09-051-3/+45
* nfp: prefix rtsym error messages with symbol nameJakub Kicinski2018-09-051-10/+11
* nfp: fix readq on absolute RTsymsJakub Kicinski2018-09-051-2/+4
* nfp: support access to absolute RTsymsJakub Kicinski2018-08-282-9/+46
* nfp: convert existing RTsym helpers to full target decodingJakub Kicinski2018-08-281-14/+14
* nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski2018-08-283-12/+12
* nfp: add RTsym access helpersJakub Kicinski2018-08-282-0/+171
* nfp: add basic errors messages to target logicJakub Kicinski2018-08-281-2/+10
* nfp: save the MU locality field offsetJakub Kicinski2018-08-283-31/+38
* nfp: refactor the per-chip PCIe configJakub Kicinski2018-08-282-13/+41
* nfp: add support for NFP5000Jakub Kicinski2018-08-281-1/+3
* nfp: add support for indirect HWinfo lookupJakub Kicinski2018-08-282-0/+44
* nfp: interpret extended FW load result codesJakub Kicinski2018-08-282-3/+85
* nfp: attempt FW load from flashJakub Kicinski2018-08-282-0/+12
* nfp: encapsulate NSP command arguments into structsJakub Kicinski2018-08-281-69/+136
* nfp: clean up return types in kdoc commentsJakub Kicinski2018-08-131-4/+2
* 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-121-5/+2
* nfp: abm: add helpers for configuring queue marking levelsJakub Kicinski2018-05-291-0/+5
* nfp: nfpcore: add rtsym writing functionJohn Hurley2018-05-242-0/+45
* nfp: core: allow 4-byte aligned accesses to Memory UnitsJakub Kicinski2018-05-231-50/+44
* 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-121-1/+4
* nfp: ignore signals when communicating with management FWJakub Kicinski2018-04-121-2/+1
* 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