aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-07-29e1000: don't raise interrupt in pre_save()Jason Wang
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-17e1000: Never increment the RX undersize count registerChris Kenna
2019-03-29e1000: Delay flush queue when receive RCTLyuchenlin
2018-10-19e1000: indicate dropped packets in HW countersJason Wang
2018-04-10e1000: Choose which set of props to migrateDr. David Alan Gilbert
2018-04-10e1000: Migrate props via a temporary structureDr. David Alan Gilbert
2018-04-10e1000: wire new subsection to propertyDr. David Alan Gilbert
2018-04-10e1000: Dupe offload data on reading old streamDr. David Alan Gilbert
2018-04-10e1000: Convert v3 fields to subsectionDr. David Alan Gilbert
2018-03-05hw/net: Remove unnecessary header includesThomas Huth
2017-12-22e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruptionEd Swierk via Qemu-devel
2017-12-22e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-08e1000: Rename the SEC symbol to SEQECKamil Rytarowski
2017-03-31e1000: disable debug by defaultJason Wang
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell
2016-06-07e1000: Removing unnecessary if statementSameeh Jubran
2016-06-02e1000: Move out code that will be reused in e1000eDmitry Fleytman
2016-03-30Revert "e1000: fix hang of win2k12 shutdown with flood ping"Sameeh Jubran
2016-03-30e1000: Fixing interrupts pace.Sameeh Jubran
2016-02-04e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek
2016-01-29hw/net: Clean up includesPeter Maydell
2015-12-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2015-12-07e1000: fix hang of win2k12 shutdown with flood pingDenis V. Lunev
2015-11-12e1000: Introducing backward compatibility command line parameterLeonid Bloch
2015-11-12e1000: Implementing various countersLeonid Bloch
2015-11-12e1000: Fixing the packet address filtering procedureLeonid Bloch
2015-11-12e1000: Fixing the received/transmitted octets' countersLeonid Bloch
2015-11-12e1000: Fixing the received/transmitted packets' countersLeonid Bloch
2015-11-12e1000: Trivial implementation of various MAC registersLeonid Bloch
2015-11-12e1000: Introduced an array to control the access to the MAC registersLeonid Bloch
2015-11-12e1000: Add support for migrating the entire MAC registers' arrayLeonid Bloch
2015-11-12e1000: Cosmetic and alignment fixesLeonid Bloch
2015-10-12e1000: use alias for default modelJason Wang
2015-09-15e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P
2015-07-07e1000: flush packets when link comes upStefan Hajnoczi
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-03-27hw/net/e1000: fix integer endiannessShannon Zhao
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-12-19e1000: defer packets until BM enabledMichael S. Tsirkin
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15e1000: add bootindex to qom propertyGonglei