aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-net.c
AgeCommit message (Expand)Author
2011-11-14Revert bugfix e7852674d5 until tested or until after the release.Andrzej Zaborowski
2011-11-14hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-20usb-net doesn't support migrationGerd Hoffmann
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann
2011-01-11usb network: use new descriptor infrastructure.Gerd Hoffmann
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov
2010-11-16Out off array access in usb-netGleb Natapov
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-03-31usb: class specific interface requestsMax Reitz
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster
2010-02-25Fix -usbdevice crashPaul Brook
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster
2009-12-03net: convert usb-net to NICStateMark McLoughlin
2009-12-03net: remove NICInfo::vcMark McLoughlin
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin
2009-10-27net: add a client type codeMark McLoughlin
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-07-29Move audio/sys-queue.h => sys-queue.haliguori
2008-07-17Remove the NIC from vlan on usb destroy.balrog
2008-07-17Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).balrog