]> git.proxmox.com Git - qemu.git/history - hw/e1000.c
Revert "Get rid of _t suffix"
[qemu.git] / hw / e1000.c
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Juan Quintelae1000 cleanup
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-30 Bill Paule1000.c doesn't properly emulate EERD and ICS registers
2009-07-16 Naphtali Spreifix for bad macaddr of e1000 in Windows 2003 server...
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Gerd Hoffmannqdev: update pci device registration.
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-17 Blue SwirlRevert "Update irqs on reset and device load"
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Blue SwirlUpdate irqs on reset and device load
2009-06-09 Blue SwirlRegister reset functions for e1000 and rtl8139
2009-06-09 Mark McLoughlinnet: add return value to packet receive handler
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
2009-05-27 Kevin Wolfe1000: Ignore reset command
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version...
2009-05-08 Amit Shahe1000: Do not reinit pci config space to 0
2009-05-01 Chris WrightPci nic: pci_register_device can fail
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-17 aliguoriRemove NICInfo from e1000 and mipsnet state (Mark McLou...
2009-03-20 aliguorie1000: Fix RX descriptor low threshold interrupt logic...
2009-02-11 aliguoriqemu: LSI SCSI and e1000 unregister callbacks (Marcelo...
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-08 aliguoriImplement e1000 link status (Mark McLoughlin)
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd qemu_format_nic_info_str() (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-09 aliguoriKVM: Coalesced MMIO support
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-11-21 aliguorie1000 VLAN offload emulation (Alex Williamson)
2008-10-02 blueswir1Resurrect the safe part of r5274
2008-10-02 blueswir1Make some tables const
2008-09-30 blueswir1Add some missing static qualifiers
2008-09-25 blueswir1Revert r5274 which breaks savevm/loadvm
2008-09-20 blueswir1Add signed versions of save/load functions
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-08-06 aliguorionly check RCTL_EN in e1000_can_receive()
2008-07-29 aliguorie1000: use common checksumming code
2008-07-18 thsVarious NICs: Fix suspend/resume of multiple instances...
2008-07-16 balroge1000: only use TSE if enabled for current packet ...
2008-05-13 thsFix compiler warning.
2008-03-28 aurel32e1000: add phy specific status register
2008-03-28 aurel32e1000: fix unaligned access
2008-03-13 aurel32e1000: fix endianness issues
2008-03-10 aurel32Change the e1000 mmio addr space according to spec.
2008-02-10 balrogFix parallel port software emulation (Hervé Poussineau).
2008-02-10 balrogRemove unused boolean_t, should fix building for Solaris.
2008-02-03 balrogE1000 NIC emulation (Nir Peleg, patch from Dor Laor).