aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ne2000.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-13Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori1-1/+1
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori1-1/+3
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir11-1/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-4/+2
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-0/+2
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-2/+2
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori1-16/+2
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-4/+4
2008-07-18Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths1-3/+2
2008-03-28Revert "Fix ne2000_can_receive() function".aurel321-1/+1
2008-03-28Fix ne2000_can_receive() functionaurel321-1/+1
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-2/+2
2007-11-18Add statics and missing #includes for prototypes.pbrook1-0/+1
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-13/+13
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-31/+31
2007-06-25Insufficient input validation in NE2000 card, written by Tavis Ormandy,ths1-2/+5
2007-06-03Spelling fixes, by Stefan Weil.ths1-3/+3
2007-04-07Unify IRQ handling.pbrook1-14/+11
2007-04-02ne2k buffer full bug fix, by Marcel Block.ths1-1/+1
2007-01-10Devfn number for network PCI cards, by Aurelien Jarno.ths1-2/+2
2006-12-07Spelling fixes, thanks to Stefan Weil.ths1-1/+1
2006-08-17PCI save/restore changesbellard1-7/+16
2006-05-14ne2000 buffer fulness fix (Han Zhu)bellard1-1/+1
2006-02-04Avoid buffer overflow when sending slirp packets.pbrook1-11/+18
2006-02-01rxcr save/restore (initial patch by Jürgen Pfennigbellard1-3/+10
2005-11-22RTL8029 IDs support (Warner Losh)bellard1-0/+22
2005-11-15new network emulationbellard1-14/+93
2005-04-28ne2000 reset fix - start/stop registers read access (aka OS/2 Warp V4 fix) (l...bellard1-2/+11
2005-04-10packet fix for for netware 3.11 (initial patch by Mark Jonckheere) - security...bellard1-2/+10
2004-10-03ne2000 savevm support (Johannes Schindelin)bellard1-1/+62
2004-07-10odd memory access fixbellard1-47/+26
2004-06-21added PCI busbellard1-3/+4
2004-06-07allow 32 but unaligned access (aka Win PCI network bug - initial patch by Ren...bellard1-4/+4
2004-05-22receive status register support (aka GRUB netboot fix)bellard1-2/+10
2004-05-20PCI irq supportbellard1-26/+12
2004-05-18PCI supportbellard1-5/+147
2004-04-21NE2000 fixes for windows (Renzo Davoli)bellard1-13/+61
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-0/+4
2004-03-31win32 port (initial patch by kazu)bellard1-20/+0
2004-03-31use new timer APIbellard1-1/+1
2004-03-14io port API changebellard1-40/+50
2004-03-14separated more devices from emulatorbellard1-0/+465