summaryrefslogtreecommitdiffstats
path: root/hw/net/e1000.c
Commit message (Expand)AuthorAgeFilesLines
* e1000: flush packets when link comes upStefan Hajnoczi2015-07-071-0/+3
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-7/+4
* hw/net/e1000: fix integer endiannessShannon Zhao2015-03-271-2/+2
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-9/+0
* 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/+0
* 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/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-2/+0
* | 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
* e1000: emulate auto-negotiation during external link status changeGabriel L. Somlo2014-06-231-16/+19
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-4/+2
* e1000: remove broken support for 82573LGabriel L. Somlo2014-06-091-18/+0
* e1000: allow command-line selection of card modelGabriel L. Somlo2014-06-091-24/+96
* Revert "e1000/rtl8139: update HMP NIC when every bit is written"Michael S. Tsirkin2013-11-211-1/+1
* e1000/rtl8139: update HMP NIC when every bit is writtenAmos Kong2013-11-061-1/+1
* bswap.h: Remove cpu_to_be32wu()Peter Maydell2013-11-051-2/+1
* bswap.h: Remove cpu_to_be16wu()Peter Maydell2013-11-051-11/+8
* bswap.h: Remove be32_to_cpupu()Peter Maydell2013-11-051-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-1/+1
|\
| * hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-1/+1
* | net/e1000: update network information when macaddr is changed in guestAmos Kong2013-10-181-0/+8
* | net: update nic info during device resetAmos Kong2013-10-181-0/+1
* | e1000: NetClientInfo.receive_iov implementedVincenzo Maffione2013-09-201-12/+58
|/
* e1000: add interrupt mitigation supportVincenzo Maffione2013-09-061-3/+128
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-6/+6
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* net/e1000: QOM parent field cleanupAndreas Färber2013-07-231-13/+22
* net/e1000: QOM Upcast SweepPeter Crosthwaite2013-07-231-6/+12
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-8/+10
|\
| * e1000: cleanup process_tx_descAndrew Jones2013-07-041-8/+10
* | hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+3
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
|/
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+1404
OpenPOWER on IntegriCloud