aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-05nfp: make use of MAC reinitJakub Kicinski1-1/+27
2017-09-13nfp: wait for the NSP resource to appear on bootJakub Kicinski1-0/+4
2017-09-13nfp: wait for board state before talking to the NSPJakub Kicinski1-0/+43
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+7
2017-08-23nfp: don't hold PF lock while enabling SR-IOVJakub Kicinski1-9/+7
2017-07-27nfp: only use direct firmware requestsJakub Kicinski1-16/+26
2017-07-27nfp: look for firmware image by device serial number and PCI nameJakub Kicinski1-1/+19
2017-06-27nfp: allocate a private workqueue for driver workJakub Kicinski1-0/+9
2017-06-27nfp: reorder SR-IOV config and nfp_app SR-IOV callbacksJakub Kicinski1-23/+17
2017-06-27nfp: handle SR-IOV already enabled when driver is probingJakub Kicinski1-0/+8
2017-06-25nfp: app callbacks for SRIOVSimon Horman1-5/+37
2017-06-09nfp: keep MIP object aroundJakub Kicinski1-1/+4
2017-06-09nfp: remove automatic caching of HWInfoJakub Kicinski1-8/+12
2017-06-09nfp: remove automatic caching of RTsym tableJakub Kicinski1-1/+5
2017-05-31nfp: fix memory leak on FW load errorJakub Kicinski1-0/+1
2017-05-30nfp: add hwmon supportDavid Brunecz1-6/+15
2017-05-30nfp: set driver VF limitJakub Kicinski1-8/+15
2017-05-26nfp: add devlink supportSimon Horman1-5/+19
2017-05-26nfp: move mutex init out of net codeJakub Kicinski1-0/+4
2017-05-22nfp: provide linking on port structuresJakub Kicinski1-0/+1
2017-05-22nfp: rename netdev/port to vNICJakub Kicinski1-1/+1
2017-04-24nfp: add NSP routine to get static informationDavid Brunecz1-0/+7
2017-04-05nfp: separate high level and low level NSP headersJakub Kicinski1-1/+1
2017-04-05nfp: add mutex protection for the port listJakub Kicinski1-2/+1
2017-02-20nfp: allow application firmware to limit number of SR-IOV VFsJakub Kicinski1-0/+25
2017-02-20nfp: report manufacturing info on loadJakub Kicinski1-0/+7
2017-02-20nfp: refactor NSP initialization and add error messageJakub Kicinski1-23/+36
2017-02-17nfp: Use PCI_DEVICE_ID_NETRONOME_NFP* definesSimon Horman1-2/+2
2017-02-10nfp: add the PF driverJakub Kicinski1-1/+331
2017-02-10nfp: rename the driver and add new main fileJakub Kicinski1-0/+85