summaryrefslogtreecommitdiffstats
path: root/hw/ne2000.c
Commit message (Expand)AuthorAgeFilesLines
* Don't leak VLANClientState on PCI hot removeMark McLoughlin2009-07-091-3/+3
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+7
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-1/+1
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-6/+9
* 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-1/+1
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-2/+2
* PCI network qdev conversionPaul Brook2009-05-141-12/+10
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Pci nic: pci_register_device can failChris Wright2009-05-011-0/+3
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-2/+26
* Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori2009-03-131-1/+1
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-111-1/+3
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir12009-02-011-1/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-4/+2
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-0/+2
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-2/+2
* Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori2009-01-071-16/+2
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-4/+4
* Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths2008-07-181-3/+2
* Revert "Fix ne2000_can_receive() function".aurel322008-03-281-1/+1
* Fix ne2000_can_receive() functionaurel322008-03-281-1/+1
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-2/+2
* Add statics and missing #includes for prototypes.pbrook2007-11-181-0/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-13/+13
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-31/+31
* Insufficient input validation in NE2000 card, written by Tavis Ormandy,ths2007-06-251-2/+5
* Spelling fixes, by Stefan Weil.ths2007-06-031-3/+3
* Unify IRQ handling.pbrook2007-04-071-14/+11
* ne2k buffer full bug fix, by Marcel Block.ths2007-04-021-1/+1
* Devfn number for network PCI cards, by Aurelien Jarno.ths2007-01-101-2/+2
* Spelling fixes, thanks to Stefan Weil.ths2006-12-071-1/+1
* PCI save/restore changesbellard2006-08-171-7/+16
* ne2000 buffer fulness fix (Han Zhu)bellard2006-05-141-1/+1
* Avoid buffer overflow when sending slirp packets.pbrook2006-02-041-11/+18
* rxcr save/restore (initial patch by Jürgen Pfennigbellard2006-02-011-3/+10
* RTL8029 IDs support (Warner Losh)bellard2005-11-221-0/+22
* new network emulationbellard2005-11-151-14/+93
* ne2000 reset fix - start/stop registers read access (aka OS/2 Warp V4 fix) (l...bellard2005-04-281-2/+11
* packet fix for for netware 3.11 (initial patch by Mark Jonckheere) - security...bellard2005-04-101-2/+10
* ne2000 savevm support (Johannes Schindelin)bellard2004-10-031-1/+62
* odd memory access fixbellard2004-07-101-47/+26
* added PCI busbellard2004-06-211-3/+4
* allow 32 but unaligned access (aka Win PCI network bug - initial patch by Ren...bellard2004-06-071-4/+4
* receive status register support (aka GRUB netboot fix)bellard2004-05-221-2/+10
* PCI irq supportbellard2004-05-201-26/+12
* PCI supportbellard2004-05-181-5/+147
OpenPOWER on IntegriCloud