aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfpcore (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-25nfp: reset local locks on initJakub Kicinski4-0/+108
2018-04-12nfp: print a message when mutex wait is interruptedJakub Kicinski1-1/+4
2018-04-12nfp: ignore signals when communicating with management FWJakub Kicinski1-2/+1
2018-04-04nfp: use full 40 bits of the NSP buffer addressDirk van der Merwe1-4/+5
2018-02-22nfp: add Makefiles to all directoriesJakub Kicinski2-0/+4
2018-02-06nfp: fix kdoc warnings on nested structuresJakub Kicinski2-31/+33
2018-01-19nfp: core: make scalar CPP helpers fail on short accessesJakub Kicinski3-35/+49
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-0/+12
2017-12-15nfp: implement firmware flashingDirk van der Merwe2-0/+13
2017-12-15nfp: extend NSP infrastructure for configurable timeoutsDirk van der Merwe1-17/+43
2017-12-15nfp: add nfp_cpp_area_size() accessorJakub Kicinski2-0/+12
2017-12-05nfp: dump all hwinfoCarl Heymann2-0/+12
2017-12-01nfp: fix old kdoc issuesJakub Kicinski1-6/+3
2017-11-05nfp: add helpers for FEC supportDirk van der Merwe2-0/+94
2017-11-05nfp: make use of MAC reinitJakub Kicinski2-0/+11
2017-11-05nfp: don't depend on compiler constant propagationJakub Kicinski1-8/+15
2017-09-13nfp: wait for the NSP resource to appear on bootJakub Kicinski2-0/+47
2017-07-25nfp: set config bit (ifup/ifdown) on netdev open/closeDirk van der Merwe1-2/+16
2017-06-27nfp: remove unused nfp_cpp_area_check_range()Jakub Kicinski2-23/+0
2017-06-27nfp: add helper for mapping runtime symbolsJakub Kicinski2-0/+31
2017-06-27nfp: move area mapping helper into nfpcoreJakub Kicinski3-0/+82
2017-06-25nfp: map mac_stats and vf_cfg BARsSimon Horman2-1/+6
2017-06-09nfp: report application FW build name in ethtool -iJakub Kicinski2-0/+8
2017-06-09nfp: keep MIP object aroundJakub Kicinski2-3/+15
2017-06-09nfp: remove automatic caching of HWInfoJakub Kicinski4-63/+31