summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: support Corigine PCIE vendor IDYu Xiao2022-05-091-2/+10
* nfp: choose data path based on versionJakub Kicinski2022-03-211-4/+5
* nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe2022-03-111-0/+4
* nfp: parametrize QCP offset/size using dev_infoJakub Kicinski2022-03-111-3/+3
* nfp: use dev_info for the DMA maskJakub Kicinski2022-03-111-2/+1
* nfp: introduce dev_info static chip dataJakub Kicinski2022-03-111-2/+7
* nfp: use PCI_DEVICE_ID_NETRONOME_NFP6000_VF for VFs insteadDirk van der Merwe2022-03-111-2/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-4/+4
* nfp: implement PCI driver shutdown callbackDirk van der Merwe2019-04-261-2/+9
* nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski2018-11-081-2/+1
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-111-32/+2
* nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski2018-05-231-1/+1
* nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski2018-01-191-6/+0
* nfp: advertise support for NFD ABI 0.5Jakub Kicinski2017-06-071-1/+1
* nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski2017-06-071-1/+1
* nfp: rename netdev/port to vNICJakub Kicinski2017-05-221-2/+2
* nfp: make nfp_net alloc/init/cleanup/free not depend on netdevsJakub Kicinski2017-05-221-5/+5
* nfp: move control BAR pointer into data path structureJakub Kicinski2017-03-121-2/+2
* nfp: separate data path information from the reset of adapter structureJakub Kicinski2017-03-121-7/+8
* nfp: allocate irqs in lower driverJakub Kicinski2017-02-101-24/+54
* nfp: add port layer to debugfs directoriesJakub Kicinski2017-02-101-2/+5
* nfp: rename the driver and add new main fileJakub Kicinski2017-02-101-34/+4
* nfp: remove support for nfp3200Jakub Kicinski2016-11-011-37/+8
* nfp: bpf: add packet marking supportJakub Kicinski2016-09-211-1/+1
* nfp: drop support for old firmware ABIsJakub Kicinski2016-09-081-4/+2
* nfp: remove linux/version.h includesJakub Kicinski2016-09-081-1/+0
* nfp: correct name of control BAR defineJakub Kicinski2016-06-301-2/+2
* net: add driver for Netronome NFP4000/NFP6000 NIC VFsJakub Kicinski2015-12-031-0/+385