summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* nfp: add devlink supportSimon Horman2017-05-261-0/+1
* nfp: move mutex init out of net codeJakub Kicinski2017-05-261-1/+0Star
* nfp: mark port state as stale if update failedJakub Kicinski2017-05-221-0/+5
* nfp: mark port state as stale after reconfigJakub Kicinski2017-05-221-0/+2
* nfp: provide linking on port structuresJakub Kicinski2017-05-221-9/+6Star
* nfp: move refresh tracking into the port structureJakub Kicinski2017-05-221-2/+8
* nfp: update port state in placeJakub Kicinski2017-05-221-24/+30
* nfp: introduce nfp_portJakub Kicinski2017-05-221-23/+45
* nfp: disallow mixing vNICs with and without NSP port entryJakub Kicinski2017-05-221-20/+32
* nfp: introduce very minimal nfp_appJakub Kicinski2017-05-221-3/+23
* nfp: add nfp_net_pf_free_vnic() functionJakub Kicinski2017-05-221-7/+9
* nfp: rename netdev/port to vNICJakub Kicinski2017-05-221-76/+74Star
* nfp: make nfp_net alloc/init/cleanup/free not depend on netdevsJakub Kicinski2017-05-221-7/+7
* nfp: add nfp_cppcore_pcie_unit() helperSimon Horman2017-05-221-12/+4Star
* nfp: remove the refresh of all ports optimizationJakub Kicinski2017-04-241-20/+47
* nfp: don't dereference a null nn->eth_port to print a warningColin Ian King2017-04-081-2/+1Star
* nfp: separate high level and low level NSP headersJakub Kicinski2017-04-051-1/+1
* nfp: add port state refreshJakub Kicinski2017-04-051-8/+81
* nfp: add mutex protection for the port listJakub Kicinski2017-04-051-2/+17
* nfp: don't spawn netdevs for reconfigured portsJakub Kicinski2017-04-051-33/+46
* nfp: move control BAR pointer into data path structureJakub Kicinski2017-03-131-1/+1
* nfp: separate data path information from the reset of adapter structureJakub Kicinski2017-03-131-15/+15
* nfp: store device pointer for the fastpathJakub Kicinski2017-03-101-3/+2Star
* nfp: implement .ndo_get_phys_port_name()Jakub Kicinski2017-03-101-0/+2
* nfp: report NSP ABI version in ethtool FW versionJakub Kicinski2017-02-201-0/+1
* nfp: add the PF driverJakub Kicinski2017-02-101-0/+585