summaryrefslogtreecommitdiff
path: root/hw/net/e1000.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-31e1000: disable debug by defaultJason Wang1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell1-9/+9
2016-06-07e1000: Removing unnecessary if statementSameeh Jubran1-5/+3
2016-06-02e1000: Move out code that will be reused in e1000eDmitry Fleytman1-319/+92
2016-03-30Revert "e1000: fix hang of win2k12 shutdown with flood ping"Sameeh Jubran1-5/+0
2016-03-30e1000: Fixing interrupts pace.Sameeh Jubran1-0/+8
2016-02-04e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek1-2/+4
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2015-12-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+5
2015-12-07e1000: fix hang of win2k12 shutdown with flood pingDenis V. Lunev1-0/+5
2015-11-12e1000: Introducing backward compatibility command line parameterLeonid Bloch1-0/+2
2015-11-12e1000: Implementing various countersLeonid Bloch1-5/+85
2015-11-12e1000: Fixing the packet address filtering procedureLeonid Bloch1-3/+7
2015-11-12e1000: Fixing the received/transmitted octets' countersLeonid Bloch1-8/+18
2015-11-12e1000: Fixing the received/transmitted packets' countersLeonid Bloch1-4/+12
2015-11-12e1000: Trivial implementation of various MAC registersLeonid Bloch1-3/+94
2015-11-12e1000: Introduced an array to control the access to the MAC registersLeonid Bloch1-12/+46
2015-11-12e1000: Add support for migrating the entire MAC registers' arrayLeonid Bloch1-0/+21
2015-11-12e1000: Cosmetic and alignment fixesLeonid Bloch1-78/+88
2015-10-12e1000: use alias for default modelJason Wang1-7/+1
2015-09-15e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P1-1/+2
2015-07-07e1000: flush packets when link comes upStefan Hajnoczi1-0/+3
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-03-27hw/net/e1000: fix integer endiannessShannon Zhao1-2/+2
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-9/+0
2014-12-19e1000: defer packets until BM enabledMichael S. Tsirkin1-1/+20
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-10-15e1000: add bootindex to qom propertyGonglei1-0/+10
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-08-14e1000: use symbolic constants to init phy ctrl & status registersGabriel L. Somlo1-6/+23
2014-08-14e1000: correctly handle phy_ctrl reserved & self-clearing bitsGabriel L. Somlo1-14/+17
2014-06-23e1000: factor out checking for auto-negotiation availabilityGabriel L. Somlo1-12/+14
2014-06-23e1000: move e1000_autoneg_timer() to after set_ics()Gabriel L. Somlo1-13/+13
2014-06-23e1000: signal guest on successful link auto-negotiationGabriel L. Somlo1-0/+1
2014-06-23e1000: improve auto-negotiation reporting via mii-toolGabriel L. Somlo1-1/+4
2014-06-23e1000: emulate auto-negotiation during external link status changeGabriel L. Somlo1-16/+19
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-4/+2
2014-06-09e1000: remove broken support for 82573LGabriel L. Somlo1-18/+0
2014-06-09e1000: allow command-line selection of card modelGabriel L. Somlo1-24/+96
2013-11-21Revert "e1000/rtl8139: update HMP NIC when every bit is written"Michael S. Tsirkin1-1/+1
2013-11-06e1000/rtl8139: update HMP NIC when every bit is writtenAmos Kong1-1/+1
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell1-2/+1
2013-11-05bswap.h: Remove cpu_to_be16wu()Peter Maydell1-11/+8
2013-11-05bswap.h: Remove be32_to_cpupu()Peter Maydell1-1/+1
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-10-18net/e1000: update network information when macaddr is changed in guestAmos Kong1-0/+8
2013-10-18net: update nic info during device resetAmos Kong1-0/+1