aboutsummaryrefslogtreecommitdiff
path: root/hw/e1000.c
AgeCommit message (Expand)Author
2012-09-14e1000: flush queue whenever can_receive can go from false to truePaolo Bonzini
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson
2012-04-25e1000: set E1000_ICR_INT_ASSERTED only for 8257xJason Wang
2012-04-25e1000: link auto-negotiation emulationJason Wang
2012-04-25e1000: introduce bit for debugging PHY emulationJason Wang
2012-04-25e1000: introduce helpers to manipulate link statusJason Wang
2012-04-25e1000: PHY loopback mode supportJason Wang
2012-04-25e1000: conditionally raise irq at the end of MDI cycleJason Wang
2012-04-25e1000: move reset function earlier in fileMichael S. Tsirkin
2012-04-20e1000: Fix spelling (segmentaion -> segmentation) in debug outputStefan Weil
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2012-01-27e1000: Preserve link state across device resetJan Kiszka
2012-01-23e1000: bounds packet size against buffer sizeAnthony Liguori
2011-12-12Remove unnecessary casts from PCI DMA code in e1000David Gibson
2011-11-01e1000: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-09-23e1000: Don't set the Capabilities List bitdann frazier
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin
2011-08-22e1000: use MII status register for link up/downBjørn Mork
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08e1000: convert to memory APIAvi Kivity
2011-06-12hw/e1000.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-04-18PXE: Use consistent naming for PXE ROMsAlex Williamson
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