summaryrefslogtreecommitdiffstats
path: root/hw/e1000.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-3/+3
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-2/+2
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* Remove e1000 rom loading hackAnthony Liguori2009-10-301-2/+0
* net: move net-checksum.c under net/Mark McLoughlin2009-10-301-0/+1
* e1000: port to vmstateJuan Quintela2009-10-271-163/+81
* e1000: unfold mac_regarraystosave arrayJuan Quintela2009-10-271-16/+14
* e1000: unfold mac_reg_tosave arrayJuan Quintela2009-10-271-13/+74
OpenPOWER on IntegriCloud