summary refs log tree commit diff stats
path: root/hw/net/e1000e.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-1/+1
* PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert2017-01-241-1/+1
* pcie_aer: support configurable AER capa versionDou Liyang2017-01-101-1/+2
* pcie_aer: Convert pcie_aer_init to ErrorCao jin2017-01-101-1/+1
* e1000e: Flush all receive queues on receive enableDmitry Fleytman2016-09-271-1/+1
* e1000e: remove internal interrupt flagCao jin2016-08-221-7/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-051-30/+7
|\
| * e1000e: remove unnecessary internal msi state flagCao jin2016-07-051-26/+7
| * pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-6/+2
* | e1000e: add boot romGerd Hoffmann2016-06-241-0/+1
|/
* e1000e: Fix build with gcc 4.6.3 and ust tracingDmitry Fleytman2016-06-061-2/+2
* net: Introduce e1000e device emulationDmitry Fleytman2016-06-021-0/+739