aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-10nfp: add devlink param infrastructureDirk van der Merwe1-0/+7
2019-09-06nfp: Drop unnecessary continue in nfp_net_pf_alloc_vnicszhong jiang1-3/+1
2019-03-28nfp: register devlink port before netdevJiri Pirko1-15/+17
2019-03-24nfp: move devlink port type set after netdev registrationJiri Pirko1-2/+7
2018-11-08nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski1-2/+2
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski1-32/+2
2018-08-28nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski1-4/+4
2018-05-23nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski1-1/+3
2018-05-23nfp: add shared buffer configurationJakub Kicinski1-0/+7
2018-05-23nfp: move rtsym helpers to pf codeJakub Kicinski1-48/+13
2018-04-27nfp: don't depend on eth_tbl being availableJakub Kicinski1-13/+18
2018-01-19nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski1-6/+0
2018-01-19nfp: register devlink after app is createdJakub Kicinski1-11/+25
2018-01-19nfp: release global resources only on the remove pathJakub Kicinski1-23/+13
2017-11-05nfp: resync repr state when port table syncDirk van der Merwe1-0/+6
2017-11-05nfp: make use of MAC reinitJakub Kicinski1-1/+1
2017-09-13nfp: wait for board state before talking to the NSPJakub Kicinski1-23/+0
2017-09-03nfp: move the start/stop app callbacks backJakub Kicinski1-15/+11
2017-09-03nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski1-2/+14
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+15
2017-08-29nfp: double free on error in probeDan Carpenter1-3/+1
2017-08-25nfp: add basic SR-IOV ndo functionsPablo Cascón1-1/+19
2017-08-23nfp: make sure representors are destroyed before their lower netdevJakub Kicinski1-8/+14
2017-08-18nfp: fix copy paste in names and messages regarding vNICsJakub Kicinski1-2/+2
2017-07-27nfp: remove the probe deferral when FW not presentJakub Kicinski1-1/+1
2017-07-05nfp: remove legacy MAC address lookupJakub Kicinski1-29/+5
2017-07-05nfp: improve order of interfaces in breakout modeJakub Kicinski1-5/+5
2017-06-27nfp: allocate a private workqueue for driver workJakub Kicinski1-1/+1
2017-06-27nfp: reorder SR-IOV config and nfp_app SR-IOV callbacksJakub Kicinski1-0/+10
2017-06-27nfp: add nfp_app cleanup callback and make flower use itJakub Kicinski1-1/+5
2017-06-27nfp: add helper for mapping runtime symbolsJakub Kicinski1-28/+8
2017-06-27nfp: move area mapping helper into nfpcoreJakub Kicinski1-54/+2
2017-06-27nfp: explicitly check if application FW is loadedJakub Kicinski1-4/+7
2017-06-25nfp: provide nfp_port to of nfp_net_get_mac_addr()Simon Horman1-13/+12
2017-06-25nfp: map mac_stats and vf_cfg BARsSimon Horman1-32/+90
2017-06-09nfp: remove automatic caching of HWInfoJakub Kicinski1-6/+6
2017-06-09nfp: remove automatic caching of RTsym tableJakub Kicinski1-2/+2
2017-06-09nfp: make sure to cancel port refresh on the error pathJakub Kicinski1-0/+1
2017-06-07nfp: advertise support for NFD ABI 0.5Jakub Kicinski1-1/+1
2017-06-07nfp: create control vNICs and wire up rx/txJakub Kicinski1-14/+107
2017-06-07nfp: allow non-equal distribution of IRQsJakub Kicinski1-1/+2
2017-06-07nfp: slice the netdev spawning functionJakub Kicinski1-25/+37
2017-06-07nfp: don't clutter init code passing fw_ver aroundJakub Kicinski1-10/+7
2017-06-07nfp: map all queue controllers at onceJakub Kicinski1-97/+25
2017-06-07nfp: make vNIC ctrl memory mapping function reusableJakub Kicinski1-27/+28
2017-06-07nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski1-3/+4
2017-05-31nfp: move bpf offload code to the BPF appJakub Kicinski1-0/+1
2017-05-31nfp: move port init to appsJakub Kicinski1-32/+29
2017-05-31nfp: turn reading PCIe RTsym parameters into a helperJakub Kicinski1-7/+17
2017-05-26nfp: support port splitting via devlinkJakub Kicinski1-7/+16