aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-net.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-43/+22
2011-07-20usb-net doesn't support migrationGerd Hoffmann1-0/+6
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede1-3/+3
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann1-25/+0
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann1-30/+15
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann1-5/+0
2011-01-11usb network: use new descriptor infrastructure.Gerd Hoffmann1-244/+209
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+2
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+1
2010-11-16Out off array access in usb-netGleb Natapov1-1/+1
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann1-1/+1
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+2
2010-03-31usb: class specific interface requestsMax Reitz1-5/+0
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster1-1/+1
2010-02-25Fix -usbdevice crashPaul Brook1-0/+3
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf1-1/+1
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann1-31/+47
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-2/+2
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster1-0/+1
2009-12-03net: convert usb-net to NICStateMark McLoughlin1-26/+31
2009-12-03net: remove NICInfo::vcMark McLoughlin1-7/+7
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin1-1/+1
2009-10-27net: add a client type codeMark McLoughlin1-1/+2
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin1-1/+2
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-7/+7
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-13/+32
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin1-5/+5
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-4/+5
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-1/+2
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-3/+11
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori1-4/+2
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-1/+1
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-3/+2
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-2/+2
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-1/+1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-5/+5
2008-08-21Fix OpenBSD linker warningsblueswir11-3/+5
2008-07-29Move audio/sys-queue.h => sys-queue.haliguori1-1/+1
2008-07-17Remove the NIC from vlan on usb destroy.balrog1-1/+2
2008-07-17Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).balrog1-0/+1470