summaryrefslogtreecommitdiff
path: root/hw/usb/dev-network.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into stagingPeter Maydell1-2/+2
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-2/+2
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-1/+1
2013-11-13usb: drop unused USBNetState.inpkt fieldStefan Hajnoczi1-1/+0
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini1-0/+1
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-1/+1
2013-02-01net: intorduce qemu_del_nic()Jason Wang1-1/+1
2013-02-01net: introduce qemu_get_nic()Jason Wang1-3/+3
2013-02-01net: introduce qemu_get_queue()Jason Wang1-5/+5
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini1-0/+1
2012-12-04usb: Call wakeup when data becomes available for all devices with int epsHans de Goede1-0/+7
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-52/+49
2012-09-14net: fix usbnet_receive() packet dropsStefan Hajnoczi1-3/+16
2012-09-14net: clean up usbnet_receive()Stefan Hajnoczi1-13/+17
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi1-1/+1
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-3/+3
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-1/+1
2012-06-04net: net_client_init(): use error_set()Luiz Capitulino1-2/+5
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino1-1/+1
2012-04-26usb: add serial number generatorGerd Hoffmann1-0/+1
2012-03-13usb: the big renameGerd Hoffmann1-0/+1423