summaryrefslogtreecommitdiffstats
path: root/hw/net/e1000e.c
Commit message (Expand)AuthorAgeFilesLines
* msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-071-12/+3Star
* hw/net: e1000e: Correct the initial value of VET registerChristina Wang2021-08-021-1/+7
* e1000e: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-1/+1
* Fixed integer overflow in e1000eAndrew Melnychenko2020-03-311-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-3/+4
* e1000e: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-1/+0Star
* e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel2017-12-221-2/+2
* pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost2017-10-151-0/+4
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-12/+18
* pci: Fix the wrong assertion.Mao Zhongyi2017-07-031-1/+1
* qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau2017-06-201-3/+3
* e1000e: correctly tear down MSI-X memory regionsPaolo Bonzini2017-03-141-1/+1
* 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/+1Star
* 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/+7Star
|\
| * e1000e: remove unnecessary internal msi state flagCao jin2016-07-051-26/+7Star
| * pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-6/+2Star
* | 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