aboutsummaryrefslogtreecommitdiff
path: root/hw/e1000.c
AgeCommit message (Expand)Author
2011-04-04e1000: Mask out lower bits of RDBAL/TDBALKevin Wolf
2011-03-28e1000: check buffer availabilityMichael S. Tsirkin
2011-03-21e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi
2011-02-20e1000: verify we have buffers, upfrontMichael S. Tsirkin
2011-02-20e1000: clear EOP for multi-buffer descriptorsMichael S. Tsirkin
2011-02-20e1000: multi-buffer packet supportMichael S. Tsirkin
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-12-11e1000: Make little endianAlexander Graf
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil
2010-11-16Add missing bracesJes Sorensen
2010-11-16e1000: Fix TCP checksum overflow with TSOAlex Williamson
2010-11-13e1000: Fix TCP checksum overflow with TSOAlex Williamson
2010-09-20e1000: Pad short frames to minimum size (60 bytes)Stefan Hajnoczi
2010-09-06qemu: e1000 fix TOR mathMichael S. Tsirkin
2010-07-26Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-07-22e1000: Fix wrong microwire EEPROM state initializationIzumi Tsutsui
2010-07-19e1000: secrc supportMichael S. Tsirkin
2010-07-19e1000: fix access 4 bytes beyond buffer endMichael S. Tsirkin
2010-06-14Change #define DEBUG to #define E1000_DEBUG in hw/e1000.cJes Sorensen
2010-05-14e1000: make some tables 'const'Blue Swirl
2010-04-08e1000: fix build on Ubuntu with _FORTIFY_SOURCEThomas Monjalon
2010-01-06Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2009-12-23e1000: add link to data sheetMichael S. Tsirkin
2009-12-23e1000: switch to symbolic names for pci registersMichael S. Tsirkin
2009-12-19e1000: Don't muck with PCI commmand registerAnthony Liguori
2009-12-18pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann
2009-12-18Support PCI based option rom loadingAnthony Liguori
2009-12-03e1000: Fix warning from code reviewStefan Weil
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-12-03net: convert e1000 to NICStateMark McLoughlin
2009-11-12e1000 fix: read access to some registers is missing.Kay Ackermann
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-30Remove e1000 rom loading hackAnthony Liguori
2009-10-30net: move net-checksum.c under net/Mark McLoughlin
2009-10-27e1000: port to vmstateJuan Quintela
2009-10-27e1000: unfold mac_regarraystosave arrayJuan Quintela
2009-10-27e1000: unfold mac_reg_tosave arrayJuan Quintela
2009-10-27e1000: use qdev properties for configuration.Gerd Hoffmann
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-27e1000 cleanupJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-30e1000.c doesn't properly emulate EERD and ICS registersBill Paul