Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / hw / pcnet.c
2009-05-26 Paul BrookRemove qdev irq sink handling
2009-05-22 Paul BrookFix lance segfaults
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-05-01 Chris WrightPci nic: pci_register_device can fail
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-08 aurel32pcnet: Avoid double conversion via PHYSADDR
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
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-17 blueswir1Remove unused info_str parameter to pcnet_common_init()
2009-01-13 aliguoriCheck NIC model in some NIC init functions (Mark McLoug...
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)
2008-12-02 blueswir1Remove address masking
2008-10-02 blueswir1Resurrect the safe part of r5274
2008-09-25 blueswir1Revert r5274 which breaks savevm/loadvm
2008-09-20 blueswir1Add signed versions of save/load functions
2008-09-04 aurel32hw/pcnet: use qemu_socket.h
2008-09-02 aurel32hw/pcnet.c: windows compile fix
2008-09-02 aurel32pcnet: add loopback mode emulation
2008-07-20 blueswir1Fix debug message address formats
2008-07-20 blueswir1Fix wrong function names in debug messages (Stefan...
2008-07-18 thsVarious NICs: Fix suspend/resume of multiple instances...
2008-04-20 blueswir1PCnet: Allow more then two TMDs (Jan Kiszka)
2008-01-01 blueswir1 Register only valid register access widths
2007-12-17 thsFix miscellaneous minor things, by Andre Przywara.
2007-12-16 thsqemu_put signedness fixes, by Andre Przywara.
2007-11-17 pbrookBreak up vl.h.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-18 thsRemove obsolete comment.
2007-08-16 blueswir1 Use qemu_irq for a reset signal between DMA and ESP...
2007-06-28 blueswir1 Fix Lance on 32-bit hosts
2007-05-27 blueswir1Handle unconnected vlan case in lance
2007-05-27 blueswir1Use qemu_irqs between dma controllers and esp, lance
2007-05-26 blueswir1Split DMA controller in two
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2007-04-07 pbrookUnify IRQ handling.
2007-03-06 thsFix unportable bitfields use which broke pcnet for...
2007-01-10 thsDevfn number for network PCI cards, by Aurelien Jarno.
2006-09-03 bellardbetter PCNET endianness support
2006-09-03 bellardendianness fixes
2006-09-03 bellardinitial sparc32 lance and pcnet merge
2006-07-14 bellardwin32 compilation fixes
2006-07-13 bellardavoid recursive tx
2006-07-04 bellardavoid unneeded dependencies
2006-07-04 bellardpcnet nic support (Antony T Curtis)