summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_main.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: print a warning when binding VFs to PF driverJakub Kicinski2019-06-151-0/+4
* nfp: implement PCI driver shutdown callbackDirk van der Merwe2019-04-261-3/+21
* nfp: devlink: allow flashing the device via devlinkJakub Kicinski2019-02-181-0/+41
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-111-32/+2Star
* nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski2018-08-291-3/+3
* nfp: convert all RTsym users to use new read/write helpersJakub Kicinski2018-08-291-17/+11Star
* nfp: add support for NFP5000Jakub Kicinski2018-08-291-0/+4
* nfp: attempt FW load from flashJakub Kicinski2018-08-291-2/+4
* nfp: don't fail probe on pci_sriov_set_totalvfs() errorsJakub Kicinski2018-07-261-8/+12
* nfp: stop limiting VFs to 0Jakub Kicinski2018-06-291-5/+1Star
* nfp: add support for per-PCI PF mailboxJakub Kicinski2018-05-231-0/+108
* nfp: move rtsym helpers to pf codeJakub Kicinski2018-05-231-0/+32
* nfp: reset local locks on initJakub Kicinski2018-04-251-0/+5
* nfp: advertise firmware for mixed 10G/25G modeDirk van der Merwe2018-02-221-0/+1
* nfp: populate MODULE_VERSIONJakub Kicinski2018-02-081-0/+1
* nfp: fix error return code in nfp_pci_probe()Wei Yongjun2018-01-231-0/+1
* nfp: register devlink after app is createdJakub Kicinski2018-01-191-14/+3Star
* nfp: debug dump ethtool opsCarl Heymann2017-12-051-0/+6
* nfp: make use of MAC reinitJakub Kicinski2017-11-051-1/+27
* nfp: wait for the NSP resource to appear on bootJakub Kicinski2017-09-131-0/+4
* nfp: wait for board state before talking to the NSPJakub Kicinski2017-09-131-0/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-9/+7Star
|\
| * nfp: don't hold PF lock while enabling SR-IOVJakub Kicinski2017-08-241-9/+7Star
* | nfp: only use direct firmware requestsJakub Kicinski2017-07-281-16/+26
* | nfp: look for firmware image by device serial number and PCI nameJakub Kicinski2017-07-281-1/+19
|/
* nfp: allocate a private workqueue for driver workJakub Kicinski2017-06-271-0/+9
* nfp: reorder SR-IOV config and nfp_app SR-IOV callbacksJakub Kicinski2017-06-271-23/+17Star
* nfp: handle SR-IOV already enabled when driver is probingJakub Kicinski2017-06-271-0/+8
* nfp: app callbacks for SRIOVSimon Horman2017-06-251-5/+37
* nfp: keep MIP object aroundJakub Kicinski2017-06-091-1/+4
* nfp: remove automatic caching of HWInfoJakub Kicinski2017-06-091-8/+12
* nfp: remove automatic caching of RTsym tableJakub Kicinski2017-06-091-1/+5
* nfp: fix memory leak on FW load errorJakub Kicinski2017-05-311-0/+1
* nfp: add hwmon supportDavid Brunecz2017-05-301-6/+15
* nfp: set driver VF limitJakub Kicinski2017-05-301-8/+15
* nfp: add devlink supportSimon Horman2017-05-261-5/+19
* nfp: move mutex init out of net codeJakub Kicinski2017-05-261-0/+4
* nfp: provide linking on port structuresJakub Kicinski2017-05-221-0/+1
* nfp: rename netdev/port to vNICJakub Kicinski2017-05-221-1/+1
* nfp: add NSP routine to get static informationDavid Brunecz2017-04-241-0/+7
* nfp: separate high level and low level NSP headersJakub Kicinski2017-04-051-1/+1
* nfp: add mutex protection for the port listJakub Kicinski2017-04-051-2/+1Star
* nfp: allow application firmware to limit number of SR-IOV VFsJakub Kicinski2017-02-201-0/+25
* nfp: report manufacturing info on loadJakub Kicinski2017-02-201-0/+7
* nfp: refactor NSP initialization and add error messageJakub Kicinski2017-02-201-23/+36
* nfp: Use PCI_DEVICE_ID_NETRONOME_NFP* definesSimon Horman2017-02-171-2/+2
* nfp: add the PF driverJakub Kicinski2017-02-101-1/+331
* nfp: rename the driver and add new main fileJakub Kicinski2017-02-101-0/+85