aboutsummaryrefslogtreecommitdiffstats
path: root/hw/e1000.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-9/+11
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-17/+26
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2012-01-27e1000: Preserve link state across device resetJan Kiszka1-0/+5
2012-01-23e1000: bounds packet size against buffer sizeAnthony Liguori1-0/+3
2011-12-12Remove unnecessary casts from PCI DMA code in e1000David Gibson1-6/+5
2011-11-01e1000: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-14/+15
2011-09-23e1000: Don't set the Capabilities List bitdann frazier1-2/+0
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin1-2/+1
2011-08-22e1000: use MII status register for link up/downBjørn Mork1-2/+5
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-3/+2
2011-08-08e1000: convert to memory APIAvi Kivity1-66/+48
2011-06-12hw/e1000.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-4/+4
2011-04-18PXE: Use consistent naming for PXE ROMsAlex Williamson1-1/+1
2011-04-04e1000: Mask out lower bits of RDBAL/TDBALKevin Wolf1-3/+18
2011-03-28e1000: check buffer availabilityMichael S. Tsirkin1-8/+8
2011-03-21e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi1-1/+3
2011-02-20e1000: verify we have buffers, upfrontMichael S. Tsirkin1-6/+22
2011-02-20e1000: clear EOP for multi-buffer descriptorsMichael S. Tsirkin1-2/+4
2011-02-20e1000: multi-buffer packet supportMichael S. Tsirkin1-11/+28
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+4
2010-12-11e1000: Make little endianAlexander Graf1-9/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+1
2010-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-5/+8
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil1-2/+2
2010-11-16Add missing bracesJes Sorensen1-5/+8
2010-11-16e1000: Fix TCP checksum overflow with TSOAlex Williamson1-1/+4
2010-11-13e1000: Fix TCP checksum overflow with TSOAlex Williamson1-1/+4
2010-09-20e1000: Pad short frames to minimum size (60 bytes)Stefan Hajnoczi1-0/+10
2010-09-06qemu: e1000 fix TOR mathMichael S. Tsirkin1-3/+8
2010-07-26Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-2/+10
2010-07-22e1000: Fix wrong microwire EEPROM state initializationIzumi Tsutsui1-9/+8
2010-07-19e1000: secrc supportMichael S. Tsirkin1-1/+10
2010-07-19e1000: fix access 4 bytes beyond buffer endMichael S. Tsirkin1-2/+1
2010-06-14Change #define DEBUG to #define E1000_DEBUG in hw/e1000.cJes Sorensen1-2/+2
2010-05-14e1000: make some tables 'const'Blue Swirl1-2/+2
2010-04-08e1000: fix build on Ubuntu with _FORTIFY_SOURCEThomas Monjalon1-1/+1
2010-01-06Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-4/+7
2009-12-23e1000: add link to data sheetMichael S. Tsirkin1-0/+3
2009-12-23e1000: switch to symbolic names for pci registersMichael S. Tsirkin1-4/+7
2009-12-19e1000: Don't muck with PCI commmand registerAnthony Liguori1-1/+0
2009-12-18pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann1-8/+1
2009-12-18Support PCI based option rom loadingAnthony Liguori1-1/+1
2009-12-03e1000: Fix warning from code reviewStefan Weil1-1/+3
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-3/+1
2009-12-03net: convert e1000 to NICStateMark McLoughlin1-21/+26
2009-11-12e1000 fix: read access to some registers is missing.Kay Ackermann1-0/+2
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata1-2/+4