aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-1/+1
2020-11-19devlink: move request_firmware out of driverJacob Keller1-15/+2
2020-11-12nfp: Fix passing zero to 'PTR_ERR'YueHaibing1-3/+1
2020-04-21net/nfp: Update driver to use global kernel versionLeon Romanovsky1-3/+0
2019-09-10kdoc: fix nfp_fw_load documentationDirk van der Merwe1-1/+1
2019-09-10nfp: honor FW reset and loading policiesDirk van der Merwe1-25/+115
2019-08-26nfp: add AMDA0058 boards to firmware listJakub Kicinski1-0/+2
2019-06-14nfp: print a warning when binding VFs to PF driverJakub Kicinski1-0/+4
2019-04-26nfp: implement PCI driver shutdown callbackDirk van der Merwe1-3/+21
2019-02-17nfp: devlink: allow flashing the device via devlinkJakub Kicinski1-0/+41
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski1-32/+2
2018-08-28nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski1-3/+3
2018-08-28nfp: convert all RTsym users to use new read/write helpersJakub Kicinski1-17/+11
2018-08-28nfp: add support for NFP5000Jakub Kicinski1-0/+4
2018-08-28nfp: attempt FW load from flashJakub Kicinski1-2/+4
2018-07-25nfp: don't fail probe on pci_sriov_set_totalvfs() errorsJakub Kicinski1-8/+12
2018-06-29nfp: stop limiting VFs to 0Jakub Kicinski1-5/+1
2018-05-23nfp: add support for per-PCI PF mailboxJakub Kicinski1-0/+108
2018-05-23nfp: move rtsym helpers to pf codeJakub Kicinski1-0/+32
2018-04-25nfp: reset local locks on initJakub Kicinski1-0/+5
2018-02-22nfp: advertise firmware for mixed 10G/25G modeDirk van der Merwe1-0/+1
2018-02-08nfp: populate MODULE_VERSIONJakub Kicinski1-0/+1
2018-01-23nfp: fix error return code in nfp_pci_probe()Wei Yongjun1-0/+1
2018-01-19nfp: register devlink after app is createdJakub Kicinski1-14/+3
2017-12-05nfp: debug dump ethtool opsCarl Heymann1-0/+6
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