aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfpcore (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09nfp: use list_move instead of list_del/list_add in nfp_cppcore.cBaokun Li1-2/+1
2021-05-17net: netronome: nfp: Fix wrong function name in commentsYang Shen1-1/+1
2020-12-04nfp: Replace zero-length array with flexible-array memberSimon Horman1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-03-15net: nfp: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-4/+4
2020-03-05nfp: Use pci_get_dsn()Jacob Keller1-15/+9
2020-02-24netronome: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-3/+3
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-4/+0
2019-09-12nfp: read chip model from the PluDevice registerDirk van der Merwe1-10/+6
2019-09-10nfp: honor FW reset and loading policiesDirk van der Merwe1-0/+15
2019-09-10nfp: nsp: add support for hwinfo set operationDirk van der Merwe2-0/+21
2019-09-10nfp: nsp: add support for optional hwinfo lookupDirk van der Merwe2-4/+50
2019-09-10nfp: nsp: add support for fw_loaded commandDirk van der Merwe2-0/+16
2019-08-21treewide: remove dummy Makefiles for single targetsMasahiro Yamada2-4/+0
2019-06-14nfp: update the old flash error messageJakub Kicinski1-1/+6
2019-04-01nfp: nsp: implement read SFF module EEPROMDirk van der Merwe2-0/+70
2019-03-01nfp: nsp: set higher timeout for flash bundleDirk van der Merwe1-4/+1
2019-03-01nfp: nsp: allow the use of DMA bufferJakub Kicinski1-5/+191
2019-03-01nfp: nsp: move default buffer handling into its own functionJakub Kicinski1-42/+51
2019-03-01nfp: nsp: use fractional size of the bufferJakub Kicinski1-6/+7
2019-03-01nfp: report RJ45 connector in ethtoolJakub Kicinski2-0/+4
2019-02-01nfp: nsp: add support for versions commandJakub Kicinski2-0/+81
2019-02-01nfp: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski22-704/+44
2018-09-05nfp: validate rtsym accesses fall within the symbolJakub Kicinski1-3/+45
2018-09-05nfp: prefix rtsym error messages with symbol nameJakub Kicinski1-10/+11
2018-09-05nfp: fix readq on absolute RTsymsJakub Kicinski1-2/+4
2018-08-28nfp: support access to absolute RTsymsJakub Kicinski2-9/+46
2018-08-28nfp: convert existing RTsym helpers to full target decodingJakub Kicinski1-14/+14
2018-08-28nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski3-12/+12
2018-08-28nfp: add RTsym access helpersJakub Kicinski2-0/+171
2018-08-28nfp: add basic errors messages to target logicJakub Kicinski1-2/+10
2018-08-28nfp: save the MU locality field offsetJakub Kicinski3-31/+38
2018-08-28nfp: refactor the per-chip PCIe configJakub Kicinski2-13/+41
2018-08-28nfp: add support for NFP5000Jakub Kicinski1-1/+3
2018-08-28nfp: add support for indirect HWinfo lookupJakub Kicinski2-0/+44
2018-08-28nfp: interpret extended FW load result codesJakub Kicinski2-3/+85
2018-08-28nfp: attempt FW load from flashJakub Kicinski2-0/+12
2018-08-28nfp: encapsulate NSP command arguments into structsJakub Kicinski1-69/+136
2018-08-13nfp: clean up return types in kdoc commentsJakub Kicinski1-4/+2
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-06-30nfp: fail probe if serial or interface id is missingJakub Kicinski3-14/+28
2018-06-27nfp: cast sizeof() to int when comparing with error codeChengguang Xu1-1/+1
2018-06-12nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warningJakub Kicinski1-5/+2
2018-05-29nfp: abm: add helpers for configuring queue marking levelsJakub Kicinski1-0/+5
2018-05-24nfp: nfpcore: add rtsym writing functionJohn Hurley2-0/+45
2018-05-23nfp: core: allow 4-byte aligned accesses to Memory UnitsJakub Kicinski1-50/+44
2018-04-25nfp: print PCIe link bandwidth on probeJakub Kicinski1-0/+1