aboutsummaryrefslogtreecommitdiffstats
path: root/hw/e1000.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-14PCI network qdev conversionPaul Brook1-13/+13
2009-05-13Replace gcc variadic macro extension with C99 version (missed one)Blue Swirl1-3/+3
2009-05-08e1000: Do not reinit pci config space to 0Amit Shah1-1/+0
2009-05-01Pci nic: pci_register_device can failChris Wright1-0/+3
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-1/+10
2009-04-17Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori1-3/+1
2009-03-20e1000: Fix RX descriptor low threshold interrupt logic (Alex Williamson)aliguori1-2/+2
2009-02-11qemu: LSI SCSI and e1000 unregister callbacks (Marcelo Tosatti)aliguori1-0/+11
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori1-1/+3
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-2/+2
2009-01-08Implement e1000 link status (Mark McLoughlin)aliguori1-0/+16
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori1-4/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-2/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-4/+4
2008-12-09KVM: Coalesced MMIO supportaliguori1-0/+12
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-6/+4
2008-11-21e1000 VLAN offload emulation (Alex Williamson)aliguori1-7/+73
2008-10-02Resurrect the safe part of r5274blueswir11-7/+7
2008-10-02Make some tables constblueswir11-6/+6
2008-09-30Add some missing static qualifiersblueswir11-2/+2
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir11-7/+7
2008-09-20Add signed versions of save/load functionsblueswir11-7/+7
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-1/+1
2008-08-06only check RCTL_EN in e1000_can_receive()aliguori1-2/+1
2008-07-29e1000: use common checksumming codealiguori1-14/+6
2008-07-18Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths1-7/+3
2008-07-16e1000: only use TSE if enabled for current packet (Anthony Xu). balrog1-19/+32
2008-05-13Fix compiler warning.ths1-1/+1
2008-03-28e1000: add phy specific status registeraurel321-1/+2
2008-03-28e1000: fix unaligned accessaurel321-1/+1
2008-03-13e1000: fix endianness issuesaurel321-7/+16
2008-03-10Change the e1000 mmio addr space according to spec.aurel321-1/+1
2008-02-10Fix parallel port software emulation (Hervé Poussineau).balrog1-1/+0
2008-02-10Remove unused boolean_t, should fix building for Solaris.balrog1-1/+0
2008-02-03E1000 NIC emulation (Nir Peleg, patch from Dor Laor).balrog1-0/+999