summaryrefslogtreecommitdiffstats
path: root/hw/e1000.c
Commit message (Expand)AuthorAgeFilesLines
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+7
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Revert "Update irqs on reset and device load"Blue Swirl2009-06-171-9/+1
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Merge branch 'net-queue'Anthony Liguori2009-06-101-14/+16
|\
| * net: add return value to packet receive handlerMark McLoughlin2009-06-091-6/+8
| * net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-4/+4
| * net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-3/+3
| * net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-2/+2
* | Update irqs on reset and device loadBlue Swirl2009-06-091-1/+9
* | Register reset functions for e1000 and rtl8139Blue Swirl2009-06-091-7/+14
|/
* e1000: Ignore reset commandKevin Wolf2009-05-271-2/+9
* PCI network qdev conversionPaul Brook2009-05-141-13/+13
* Replace gcc variadic macro extension with C99 version (missed one)Blue Swirl2009-05-131-3/+3
* e1000: Do not reinit pci config space to 0Amit Shah2009-05-081-1/+0
* Pci nic: pci_register_device can failChris Wright2009-05-011-0/+3
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-1/+10
* Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori2009-04-171-3/+1
* e1000: Fix RX descriptor low threshold interrupt logic (Alex Williamson)aliguori2009-03-201-2/+2
* qemu: LSI SCSI and e1000 unregister callbacks (Marcelo Tosatti)aliguori2009-02-111-0/+11
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-111-1/+3
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-2/+2
* Implement e1000 link status (Mark McLoughlin)aliguori2009-01-081-0/+16
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori2009-01-071-4/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-2/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-4/+4
* KVM: Coalesced MMIO supportaliguori2008-12-091-0/+12
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-6/+4
* e1000 VLAN offload emulation (Alex Williamson)aliguori2008-11-211-7/+73
* Resurrect the safe part of r5274blueswir12008-10-021-7/+7
* Make some tables constblueswir12008-10-021-6/+6
* Add some missing static qualifiersblueswir12008-09-301-2/+2
* Revert r5274 which breaks savevm/loadvmblueswir12008-09-251-7/+7
* Add signed versions of save/load functionsblueswir12008-09-201-7/+7
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-1/+1
* only check RCTL_EN in e1000_can_receive()aliguori2008-08-061-2/+1
* e1000: use common checksumming codealiguori2008-07-291-14/+6
* Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths2008-07-181-7/+3
* e1000: only use TSE if enabled for current packet (Anthony Xu). balrog2008-07-161-19/+32
* Fix compiler warning.ths2008-05-131-1/+1
* e1000: add phy specific status registeraurel322008-03-281-1/+2
* e1000: fix unaligned accessaurel322008-03-281-1/+1
* e1000: fix endianness issuesaurel322008-03-131-7/+16
* Change the e1000 mmio addr space according to spec.aurel322008-03-101-1/+1
* Fix parallel port software emulation (Hervé Poussineau).balrog2008-02-101-1/+0
OpenPOWER on IntegriCloud