summaryrefslogtreecommitdiffstats
path: root/hw/usb-net.c
Commit message (Expand)AuthorAgeFilesLines
* Don't leak VLANClientState on PCI hot removeMark McLoughlin2009-07-091-5/+5
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-4/+5
* 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-1/+2
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-3/+11
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori2009-01-071-4/+2
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-1/+1
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-3/+2
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-2/+2
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-1/+1
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-5/+5
* Fix OpenBSD linker warningsblueswir12008-08-211-3/+5
* Move audio/sys-queue.h => sys-queue.haliguori2008-07-291-1/+1
* Remove the NIC from vlan on usb destroy.balrog2008-07-171-1/+2
* Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).balrog2008-07-171-0/+1470
OpenPOWER on IntegriCloud