aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ne2000.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-10qdev/isa: convert ne2000Gerd Hoffmann1-87/+12
2009-08-27Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State fieldJuan Quintela1-15/+28
2009-08-27We need PCINE2000State for save/load functionsJuan Quintela1-5/+5
2009-08-27ne2000: Change casts to DO_UPCAST() for PCINE2000StateJuan Quintela1-2/+2
2009-08-27ne2000: pci_dev has this very value with the right typeJuan Quintela1-1/+1
2009-08-27ne2000: remove casts from void *Juan Quintela1-2/+2
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin1-3/+3
2009-07-09qdev: update pci device registration.Gerd Hoffmann1-1/+7
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-1/+1
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-6/+9
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-4/+4
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-1/+1
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin1-2/+2
2009-05-14PCI network qdev conversionPaul Brook1-12/+10
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+1
2009-05-01Pci nic: pci_register_device can failChris Wright1-0/+3
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-2/+26
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