summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_main.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: register devlink port before netdevJiri Pirko2019-03-281-15/+17
* nfp: move devlink port type set after netdev registrationJiri Pirko2019-03-241-2/+7
* nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski2018-11-091-2/+2
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-111-32/+2Star
* nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski2018-08-291-4/+4
* nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski2018-05-231-1/+3
* nfp: add shared buffer configurationJakub Kicinski2018-05-231-0/+7
* nfp: move rtsym helpers to pf codeJakub Kicinski2018-05-231-48/+13Star
* nfp: don't depend on eth_tbl being availableJakub Kicinski2018-04-271-13/+18
* nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski2018-01-191-6/+0Star
* nfp: register devlink after app is createdJakub Kicinski2018-01-191-11/+25
* nfp: release global resources only on the remove pathJakub Kicinski2018-01-191-23/+13Star
* nfp: resync repr state when port table syncDirk van der Merwe2017-11-051-0/+6
* nfp: make use of MAC reinitJakub Kicinski2017-11-051-1/+1
* nfp: wait for board state before talking to the NSPJakub Kicinski2017-09-131-23/+0Star
* nfp: move the start/stop app callbacks backJakub Kicinski2017-09-041-15/+11Star
* nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski2017-09-041-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-11/+15
|\
| * nfp: double free on error in probeDan Carpenter2017-08-301-3/+1Star
| * nfp: make sure representors are destroyed before their lower netdevJakub Kicinski2017-08-241-8/+14
* | nfp: add basic SR-IOV ndo functionsPablo Cascón2017-08-261-1/+19
* | nfp: fix copy paste in names and messages regarding vNICsJakub Kicinski2017-08-191-2/+2
* | 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