summaryrefslogtreecommitdiffstats
path: root/hw/net/e1000.c
Commit message (Expand)AuthorAgeFilesLines
* e1000: Choose which set of props to migrateDr. David Alan Gilbert2018-04-101-1/+17
* e1000: Migrate props via a temporary structureDr. David Alan Gilbert2018-04-101-12/+15
* e1000: wire new subsection to propertyDr. David Alan Gilbert2018-04-101-0/+12
* e1000: Dupe offload data on reading old streamDr. David Alan Gilbert2018-04-101-0/+16
* e1000: Convert v3 fields to subsectionDr. David Alan Gilbert2018-04-101-12/+22
* hw/net: Remove unnecessary header includesThomas Huth2018-03-051-1/+0Star
* e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruptionEd Swierk via Qemu-devel2017-12-221-30/+40
* e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel2017-12-221-14/+16
* net: Transmit zero UDP checksum as 0xFFFFEd Swierk2017-11-201-1/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* e1000: Rename the SEC symbol to SEQECKamil Rytarowski2017-09-081-2/+2
* e1000: disable debug by defaultJason Wang2017-03-311-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* hw/net/e1000: Don't use *_to_cpup()Peter Maydell2016-06-271-9/+9
* e1000: Removing unnecessary if statementSameeh Jubran2016-06-071-5/+3Star
* e1000: Move out code that will be reused in e1000eDmitry Fleytman2016-06-021-319/+92Star
* Revert "e1000: fix hang of win2k12 shutdown with flood ping"Sameeh Jubran2016-03-301-5/+0Star
* e1000: Fixing interrupts pace.Sameeh Jubran2016-03-301-0/+8
* e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek2016-02-041-2/+4
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2015-12-071-0/+5
|\
| * e1000: fix hang of win2k12 shutdown with flood pingDenis V. Lunev2015-12-071-0/+5
* | e1000: Introducing backward compatibility command line parameterLeonid Bloch2015-11-121-0/+2
* | e1000: Implementing various countersLeonid Bloch2015-11-121-5/+85
* | e1000: Fixing the packet address filtering procedureLeonid Bloch2015-11-121-3/+7
* | e1000: Fixing the received/transmitted octets' countersLeonid Bloch2015-11-121-8/+18
* | e1000: Fixing the received/transmitted packets' countersLeonid Bloch2015-11-121-4/+12
* | e1000: Trivial implementation of various MAC registersLeonid Bloch2015-11-121-3/+94
* | e1000: Introduced an array to control the access to the MAC registersLeonid Bloch2015-11-121-12/+46
* | e1000: Add support for migrating the entire MAC registers' arrayLeonid Bloch2015-11-121-0/+21
* | e1000: Cosmetic and alignment fixesLeonid Bloch2015-11-121-78/+88
|/
* e1000: use alias for default modelJason Wang2015-10-121-7/+1Star
* e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P2015-09-151-1/+2
* e1000: flush packets when link comes upStefan Hajnoczi2015-07-071-0/+3
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-7/+4Star
* hw/net/e1000: fix integer endiannessShannon Zhao2015-03-271-2/+2
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2Star
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-9/+0Star
* e1000: defer packets until BM enabledMichael S. Tsirkin2014-12-191-1/+20
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-2/+0Star
* e1000: add bootindex to qom propertyGonglei2014-10-151-0/+10
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-2/+0Star
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-2/+0Star
* | e1000: use symbolic constants to init phy ctrl & status registersGabriel L. Somlo2014-08-141-6/+23
* | e1000: correctly handle phy_ctrl reserved & self-clearing bitsGabriel L. Somlo2014-08-141-14/+17
|/
* e1000: factor out checking for auto-negotiation availabilityGabriel L. Somlo2014-06-231-12/+14
* e1000: move e1000_autoneg_timer() to after set_ics()Gabriel L. Somlo2014-06-231-13/+13
* e1000: signal guest on successful link auto-negotiationGabriel L. Somlo2014-06-231-0/+1
* e1000: improve auto-negotiation reporting via mii-toolGabriel L. Somlo2014-06-231-1/+4