aboutsummaryrefslogtreecommitdiff
path: root/hw/e1000.c
AgeCommit message (Expand)Author
2009-05-01Pci nic: pci_register_device can failChris Wright
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-04-17Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori
2009-03-20e1000: Fix RX descriptor low threshold interrupt logic (Alex Williamson)aliguori
2009-02-11qemu: LSI SCSI and e1000 unregister callbacks (Marcelo Tosatti)aliguori
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-08Implement e1000 link status (Mark McLoughlin)aliguori
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-09KVM: Coalesced MMIO supportaliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-21e1000 VLAN offload emulation (Alex Williamson)aliguori
2008-10-02Resurrect the safe part of r5274blueswir1
2008-10-02Make some tables constblueswir1
2008-09-30Add some missing static qualifiersblueswir1
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir1
2008-09-20Add signed versions of save/load functionsblueswir1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-08-06only check RCTL_EN in e1000_can_receive()aliguori
2008-07-29e1000: use common checksumming codealiguori
2008-07-18Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths
2008-07-16e1000: only use TSE if enabled for current packet (Anthony Xu). balrog
2008-05-13Fix compiler warning.ths
2008-03-28e1000: add phy specific status registeraurel32
2008-03-28e1000: fix unaligned accessaurel32
2008-03-13e1000: fix endianness issuesaurel32
2008-03-10Change the e1000 mmio addr space according to spec.aurel32
2008-02-10Fix parallel port software emulation (Hervé Poussineau).balrog
2008-02-10Remove unused boolean_t, should fix building for Solaris.balrog
2008-02-03E1000 NIC emulation (Nir Peleg, patch from Dor Laor).balrog