summaryrefslogtreecommitdiffstats
path: root/hw/e1000.c
Commit message (Expand)AuthorAgeFilesLines
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-9/+11
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-17/+26
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* e1000: Preserve link state across device resetJan Kiszka2012-01-271-0/+5
* e1000: bounds packet size against buffer sizeAnthony Liguori2012-01-231-0/+3
* Remove unnecessary casts from PCI DMA code in e1000David Gibson2011-12-121-6/+5
* e1000: Use PCI DMA stub functionsEduard - Gabriel Munteanu2011-11-011-14/+15
* e1000: Don't set the Capabilities List bitdann frazier2011-09-231-2/+0
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-2/+1
* e1000: use MII status register for link up/downBjørn Mork2011-08-221-2/+5
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-3/+2
* e1000: convert to memory APIAvi Kivity2011-08-081-66/+48
* hw/e1000.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-4/+4
* PXE: Use consistent naming for PXE ROMsAlex Williamson2011-04-181-1/+1
* e1000: Mask out lower bits of RDBAL/TDBALKevin Wolf2011-04-041-3/+18
* e1000: check buffer availabilityMichael S. Tsirkin2011-03-281-8/+8
* e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi2011-03-211-1/+3
* e1000: verify we have buffers, upfrontMichael S. Tsirkin2011-02-201-6/+22
* e1000: clear EOP for multi-buffer descriptorsMichael S. Tsirkin2011-02-201-2/+4
* e1000: multi-buffer packet supportMichael S. Tsirkin2011-02-201-11/+28
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+4
* e1000: Make little endianAlexander Graf2010-12-111-9/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+1
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2010-12-011-5/+8
|\
| * Add missing bracesJes Sorensen2010-11-161-5/+8
| * e1000: Fix TCP checksum overflow with TSOAlex Williamson2010-11-161-1/+4
* | pci: Replace unneeded type casts in calls of pci_register_barStefan Weil2010-11-221-2/+2
* | e1000: Fix TCP checksum overflow with TSOAlex Williamson2010-11-131-1/+4
|/
* e1000: Pad short frames to minimum size (60 bytes)Stefan Hajnoczi2010-09-201-0/+10
* qemu: e1000 fix TOR mathMichael S. Tsirkin2010-09-061-3/+8
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-07-261-2/+10
|\
| * e1000: secrc supportMichael S. Tsirkin2010-07-191-1/+10
| * e1000: fix access 4 bytes beyond buffer endMichael S. Tsirkin2010-07-191-2/+1
* | e1000: Fix wrong microwire EEPROM state initializationIzumi Tsutsui2010-07-221-9/+8
|/
* Change #define DEBUG to #define E1000_DEBUG in hw/e1000.cJes Sorensen2010-06-141-2/+2
* e1000: make some tables 'const'Blue Swirl2010-05-141-2/+2
* e1000: fix build on Ubuntu with _FORTIFY_SOURCEThomas Monjalon2010-04-081-1/+1
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-01-061-4/+7
|\
| * e1000: switch to symbolic names for pci registersMichael S. Tsirkin2009-12-231-4/+7
* | e1000: add link to data sheetMichael S. Tsirkin2009-12-231-0/+3
|/
* e1000: Don't muck with PCI commmand registerAnthony Liguori2009-12-191-1/+0
* pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-181-8/+1
* Support PCI based option rom loadingAnthony Liguori2009-12-181-1/+1
* e1000: Fix warning from code reviewStefan Weil2009-12-031-1/+3
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-3/+1
* net: convert e1000 to NICStateMark McLoughlin2009-12-031-21/+26
* e1000 fix: read access to some registers is missing.Kay Ackermann2009-11-121-0/+2
* pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata2009-11-091-2/+4
OpenPOWER on IntegriCloud