| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: fix setup_len init (CVE-2020-14364) | Gerd Hoffmann | 2020-08-31 | 1 | -6/+10 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | usb: call reset handler before updating state | Gerd Hoffmann | 2019-05-29 | 1 | -1/+1 |
* | usb: remove unnecessary NULL device check from usb_ep_get() | Liam Merwick | 2019-02-20 | 1 | -3/+1 |
* | usb: rearrange usb_ep_get() | Liam Merwick | 2019-02-20 | 1 | -1/+1 |
* | usb: don't wakeup during coldplug | Gerd Hoffmann | 2017-05-29 | 1 | -0/+8 |
* | usb: check RNDIS message length | Prasad J Pandit | 2016-02-23 | 1 | -9/+9 |
* | usb: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | usb: Remove unused functions | Thomas Huth | 2015-04-30 | 1 | -41/+0 |
* | usb: add usb_pick_speed | Gerd Hoffmann | 2014-06-02 | 1 | -0/+21 |
* | usb: Add max_streams attribute to endpoint info | Hans de Goede | 2013-11-26 | 1 | -0/+22 |
* | usb: Also reset max_packet_size on ep_reset | Hans de Goede | 2013-09-19 | 1 | -0/+3 |
* | usb: parallelize usb3 streams | Gerd Hoffmann | 2013-09-02 | 1 | -3/+4 |
* | Fix usage of USB_DEV_FLAG_IS_HOST flag. | Michael Marineau | 2013-06-03 | 1 | -1/+1 |
* | usb-core: usb3 streams | Gerd Hoffmann | 2013-02-19 | 1 | -4/+6 |
* | usb: make usb_packet_copy operate on combined packets | Gerd Hoffmann | 2013-02-19 | 1 | -5/+14 |
* | usb: add usb_ep_set_halted | Gerd Hoffmann | 2013-02-19 | 1 | -0/+6 |
* | usb: Fix usb_ep_find_packet_by_id | Hans de Goede | 2013-01-07 | 1 | -1/+1 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | usb: Don't allow USB_RET_ASYNC for interrupt packets | Hans de Goede | 2012-12-04 | 1 | -0/+4 |
* | usb: split packet result into actual_length + status | Hans de Goede | 2012-11-08 | 1 | -100/+109 |
* | usb: Add packet combining functions | Hans de Goede | 2012-11-01 | 1 | -0/+1 |
* | usb: Enforce iso endpoints never returing USB_RET_ASYNC | Hans de Goede | 2012-10-25 | 1 | -0/+1 |
* | usb: Add an int_req flag to USBPacket | Hans de Goede | 2012-10-25 | 1 | -1/+2 |
* | usb: Move short-not-ok handling to the core | Hans de Goede | 2012-10-25 | 1 | -2/+4 |
* | usb: Move clearing of queue on halt to the core | Hans de Goede | 2012-10-25 | 1 | -1/+7 |
* | usb: Add USB_RET_ADD_TO_QUEUE packet result code | Hans de Goede | 2012-10-25 | 1 | -0/+4 |
* | usb: Rename __usb_packet_complete to usb_packet_complete_one | Hans de Goede | 2012-10-25 | 1 | -4/+4 |
* | usb-core: Allow the first packet of a pipelined ep to complete immediately | Hans de Goede | 2012-09-11 | 1 | -1/+1 |
* | usb-core: Add a usb_ep_find_packet_by_id() helper function | Hans de Goede | 2012-09-11 | 1 | -0/+15 |
* | usb-core: Don't set packet state to complete on a nak | Hans de Goede | 2012-09-11 | 1 | -2/+4 |
* | usb: unique packet ids | Gerd Hoffmann | 2012-08-31 | 1 | -1/+2 |
* | usb: Halt ep queue en cancel pending packets on a packet error | Hans de Goede | 2012-08-31 | 1 | -7/+28 |
* | usb: async control xfer fixup | Gerd Hoffmann | 2012-08-16 | 1 | -0/+1 |
* | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori | 2012-07-09 | 1 | -3/+3 |
|\ |
|
| * | change iov_* function prototypes to be more appropriate | Michael Tokarev | 2012-06-07 | 1 | -3/+3 |
* | | usb: fix interface initialization | Gerd Hoffmann | 2012-07-09 | 1 | -2/+2 |
* | | usb: split endpoint init and reset | Gerd Hoffmann | 2012-07-09 | 1 | -2/+11 |
|/ |
|
* | usb-ehci: add missing usb_packet_init() call | Gerd Hoffmann | 2012-04-26 | 1 | -0/+1 |
* | usb_packet_set_state: handle p->ep == NULL | Gerd Hoffmann | 2012-04-17 | 1 | -6/+11 |
* | usb: improve packet state sanity checks | Gerd Hoffmann | 2012-03-13 | 1 | -6/+31 |
* | usb: the big rename | Gerd Hoffmann | 2012-03-13 | 1 | -0/+663 |