aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Compile ne2000 only onceBlue Swirl2009-09-201-1/+0
* qdev/isa: convert ne2000Gerd Hoffmann2009-09-101-87/+12
* Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State fieldJuan Quintela2009-08-271-15/+28
* We need PCINE2000State for save/load functionsJuan Quintela2009-08-271-5/+5
* ne2000: Change casts to DO_UPCAST() for PCINE2000StateJuan Quintela2009-08-271-2/+2
* ne2000: pci_dev has this very value with the right typeJuan Quintela2009-08-271-1/+1
* ne2000: remove casts from void *Juan Quintela2009-08-271-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* 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