aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000e.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé1-1/+1
2020-03-31Fixed integer overflow in e1000eAndrew Melnychenko1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-07-02hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-3/+4
2018-06-01e1000e: use local path for local headersMichael S. Tsirkin1-1/+1
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+0
2017-12-22e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel1-2/+2
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost1-0/+4
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-12/+18
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi1-1/+1
2017-06-20qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau1-3/+3
2017-03-14e1000e: correctly tear down MSI-X memory regionsPaolo Bonzini1-1/+1
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-1/+1
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert1-1/+1
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang1-1/+2
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin1-1/+1
2016-09-27e1000e: Flush all receive queues on receive enableDmitry Fleytman1-1/+1
2016-08-22e1000e: remove internal interrupt flagCao jin1-7/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-30/+7
2016-07-05e1000e: remove unnecessary internal msi state flagCao jin1-26/+7
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-6/+2
2016-06-24e1000e: add boot romGerd Hoffmann1-0/+1
2016-06-06e1000e: Fix build with gcc 4.6.3 and ust tracingDmitry Fleytman1-2/+2
2016-06-02net: Introduce e1000e device emulationDmitry Fleytman1-0/+739