aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/igbvf
AgeCommit message (Expand)AuthorFilesLines
2023-09-13[netdevice] Remove netdev_priv() helper functionMichael Brown1-9/+9
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown1-5/+5
2020-09-25[pci] Update drivers to use pci_ioremap()Michael Brown1-1/+1
2017-03-29[build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown1-0/+1
2015-03-03[pci] Rewrite unrelicensable portions of pci.hMichael Brown1-1/+1
2014-06-12[igbvf] Allow changing of MAC addressHannes Reinecke1-0/+4
2014-06-12[igbvf] Assign random MAC address if none is setHannes Reinecke1-10/+4
2013-03-25[igbvf] Remove conflicting macro definitionsMichael Brown1-3/+0
2012-04-10[igbvf] Add i350 virtual function supportErik Jacobson2-1/+3
2011-03-16[e1000] Remove unused variable when ICR register is simply clearedMichael Brown1-2/+2
2011-03-16[igbvf] Remove some unused Linux-specific portions of igbvf.hMichael Brown1-2/+4
2011-02-17[pci] Make driver PCI ID a property of the PCI deviceMichael Brown1-2/+1
2010-12-16[igbvf] Add igbvf driverAlex Williamson9-0/+4475