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