summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/igbvf/igbvf_main.c
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Remove netdev_priv() helper functionMichael Brown2023-09-131-9/+9
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-051-5/+5
* [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-251-1/+1
* [pci] Rewrite unrelicensable portions of pci.hMichael Brown2015-03-031-1/+1
* [igbvf] Allow changing of MAC addressHannes Reinecke2014-06-121-0/+4
* [igbvf] Assign random MAC address if none is setHannes Reinecke2014-06-121-10/+4Star
* [igbvf] Add i350 virtual function supportErik Jacobson2012-04-101-1/+2
* [e1000] Remove unused variable when ICR register is simply clearedMichael Brown2011-03-161-2/+2
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-2/+1Star
* [igbvf] Add igbvf driverAlex Williamson2010-12-161-0/+955