summaryrefslogtreecommitdiff
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-10USB: fix the usbfs flag sanitization for control transfersAlan Stern1-2/+2
2018-10-10USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum1-0/+5
2018-10-10USB: usbdevfs: sanitize flags moreOliver Neukum1-3/+16
2017-12-09USB: usbfs: Filter flags passed in from user spaceOliver Neukum1-5/+9
2017-12-09USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter1-0/+5
2017-12-09USB: Increase usbfs transfer limitMateusz Berezecki1-27/+16
2017-11-21USB: usbfs: compute urb->actual_length for isochronousAlan Stern1-0/+14
2017-10-27USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede1-5/+1
2017-10-12USB: devio: Don't corrupt user memoryDan Carpenter1-1/+5
2017-09-14USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson1-2/+2
2017-05-25USB: core: replace %p with %pKVamsi Krishna Samavedam1-2/+2
2016-09-07USB: avoid left shift by -1Alan Stern1-5/+11
2016-08-20USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2015-08-09usb: devio: fix spacingKris Borer1-2/+2
2015-08-05usb: devio: remove assignment from if conditionKris Borer1-5/+10
2015-05-24USB: devio: fix a condition in async_completed()Dan Carpenter1-1/+1
2015-04-10drivers/usb/core: devio.c: Removed an uneeded space before tabChase Metzger1-1/+1
2015-02-24USB: usbfs: don't leak kernel data in siginfoAlan Stern1-0/+2
2015-01-31USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern1-26/+37
2014-08-02USB: devio: fix issue with log floodingOliver Neukum1-1/+1
2014-04-02Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-15/+159
2014-03-10usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea1-56/+56
2014-03-05usbfs: Add support for allocating / freeing streamsHans de Goede1-0/+118
2014-03-05usbfs: Add ep_to_host_endpoint helper functionHans de Goede1-7/+11
2014-03-05usbfs: Add support for bulk stream idsHans de Goede1-0/+4
2014-03-05usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede1-8/+7
2014-03-05usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede1-0/+3
2014-02-25USB: complain if userspace resets an active endpointAlan Stern1-0/+16
2014-01-08USB: core: correct spelling mistakes in comments and warningRahul Bedarkar1-1/+1
2013-10-17drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()Matthias Beyer1-10/+10
2013-10-17drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()Matthias Beyer1-6/+6
2013-09-30Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman1-0/+16
2013-09-26usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff1-0/+16
2013-09-17usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control()Xenia Ragiadakou1-4/+2
2013-07-25usbfs: Allow printer class 'get_device_id' without needing to claim the intfHans de Goede1-3/+3
2013-06-09Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman1-3/+7
2013-05-29usbfs: Increase arbitrary limit for USB 3 isopkt lengthFederico Manzan1-3/+7
2013-05-17usb: devio: Fixed error: 'do not use assignment in if condition'Tülin İzer1-1/+2
2013-05-17usb: devio: Fixed macro parenthesis errorTülin İzer1-1/+1
2013-05-17usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>'Tülin İzer1-1/+1
2013-04-17usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede1-0/+2
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2013-02-23new helper: file_inode(file)Al Viro1-3/+3
2013-02-06drivers/usb/core: using strlcpy instead of strncpyChen Gang1-1/+2
2012-10-18usbdevfs: Fix broken scatter-gather transferHenrik Rydberg1-0/+1
2012-09-10usbfs: Add a new disconnect-and-claim ioctl (v2)Hans de Goede1-0/+35
2012-07-06usbdevfs: Use scatter-gather lists for large bulk transfersHans de Goede1-31/+121
2012-07-06usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede1-0/+17
2012-07-06usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede1-3/+7
2012-05-19USB: Remove races in devio.cHuajun Li1-8/+25