summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_main.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: remove the probe deferral when FW not presentJakub Kicinski2017-07-281-1/+1
* nfp: remove legacy MAC address lookupJakub Kicinski2017-07-051-29/+5Star
* nfp: improve order of interfaces in breakout modeJakub Kicinski2017-07-051-5/+5
* nfp: allocate a private workqueue for driver workJakub Kicinski2017-06-271-1/+1
* nfp: reorder SR-IOV config and nfp_app SR-IOV callbacksJakub Kicinski2017-06-271-0/+10
* nfp: add nfp_app cleanup callback and make flower use itJakub Kicinski2017-06-271-1/+5
* nfp: add helper for mapping runtime symbolsJakub Kicinski2017-06-271-28/+8Star
* nfp: move area mapping helper into nfpcoreJakub Kicinski2017-06-271-54/+2Star
* nfp: explicitly check if application FW is loadedJakub Kicinski2017-06-271-4/+7
* nfp: provide nfp_port to of nfp_net_get_mac_addr()Simon Horman2017-06-251-13/+12Star
* nfp: map mac_stats and vf_cfg BARsSimon Horman2017-06-251-32/+90
* nfp: remove automatic caching of HWInfoJakub Kicinski2017-06-091-6/+6
* nfp: remove automatic caching of RTsym tableJakub Kicinski2017-06-091-2/+2
* nfp: make sure to cancel port refresh on the error pathJakub Kicinski2017-06-091-0/+1
* nfp: advertise support for NFD ABI 0.5Jakub Kicinski2017-06-071-1/+1
* nfp: create control vNICs and wire up rx/txJakub Kicinski2017-06-071-14/+107
* nfp: allow non-equal distribution of IRQsJakub Kicinski2017-06-071-1/+2
* nfp: slice the netdev spawning functionJakub Kicinski2017-06-071-25/+37
* nfp: don't clutter init code passing fw_ver aroundJakub Kicinski2017-06-071-10/+7Star
* nfp: map all queue controllers at onceJakub Kicinski2017-06-071-97/+25Star
* nfp: make vNIC ctrl memory mapping function reusableJakub Kicinski2017-06-071-27/+28
* nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski2017-06-071-3/+4
* nfp: move bpf offload code to the BPF appJakub Kicinski2017-05-311-0/+1
* nfp: move port init to appsJakub Kicinski2017-05-311-32/+29Star
* nfp: turn reading PCIe RTsym parameters into a helperJakub Kicinski2017-05-311-7/+17
* nfp: support port splitting via devlinkJakub Kicinski2017-05-261-7/+16
* nfp: register ports as devlink portsJakub Kicinski2017-05-261-0/+13
* nfp: add helper for cleaning up vNICsJakub Kicinski2017-05-261-12/+11Star
* 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