summaryrefslogtreecommitdiff
path: root/hw/net/e1000.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-09-20e1000: NetClientInfo.receive_iov implementedVincenzo Maffione1-12/+58
2013-09-06e1000: add interrupt mitigation supportVincenzo Maffione1-3/+128
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-6/+6
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23net/e1000: QOM parent field cleanupAndreas Färber1-13/+22
2013-07-23net/e1000: QOM Upcast SweepPeter Crosthwaite1-6/+12
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-8/+10
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-07-04e1000: cleanup process_tx_descAndrew Jones1-8/+10
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1404