summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* USB: Increase usbfs transfer limitMateusz Berezecki2017-01-101-27/+16Star
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-9/+9
* USB: avoid left shift by -1Alan Stern2016-08-231-5/+11
* USB: remove race condition in usbfs/libusb when using reap-after-disconnectAlan Stern2016-08-091-1/+3
* usb: devio, do not warn when allocation failsJiri Slaby2016-08-091-1/+2
* USB: usbfs: fix potential infoleak in devioKangjie Lu2016-05-031-4/+5
* usb: devio: declare usbdev_vm_ops as staticMichele Curti2016-04-281-1/+1
* usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant2016-03-051-5/+58
* USB: Add support for usbfs zerocopy.Steinar H. Gunderson2016-02-151-25/+202
* USB: core, devio: use to_usb_deviceGeliang Tang2016-01-251-1/+1
* usb: Use memdup_user to reuse the codeRahul Pathak2016-01-251-5/+4Star
* usb: core: devio.c: Removed unnecessary spaceChase Metzger2016-01-251-1/+1
* Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-131-4/+21
|\
| * USB: add usbfs snooping for REAP and DISCARDAlan Stern2015-12-011-3/+13
| * USB: limit usbfs snooping of URB contentsAlan Stern2015-12-011-1/+8
* | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-25/+1Star
|/
* usb: devio: fix spacingKris Borer2015-08-091-2/+2
* usb: devio: remove assignment from if conditionKris Borer2015-08-051-5/+10
* USB: devio: fix a condition in async_completed()Dan Carpenter2015-05-241-1/+1
* drivers/usb/core: devio.c: Removed an uneeded space before tabChase Metzger2015-04-101-1/+1
* USB: usbfs: don't leak kernel data in siginfoAlan Stern2015-02-241-0/+2
* USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern2015-01-311-26/+37
* USB: devio: fix issue with log floodingOliver Neukum2014-08-021-1/+1
* Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-021-15/+159
|\
| * usbfs: Add support for allocating / freeing streamsHans de Goede2014-03-051-0/+118
| * usbfs: Add ep_to_host_endpoint helper functionHans de Goede2014-03-051-7/+11
| * usbfs: Add support for bulk stream idsHans de Goede2014-03-051-0/+4
| * usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede2014-03-051-8/+7Star
| * usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede2014-03-051-0/+3
| * USB: complain if userspace resets an active endpointAlan Stern2014-02-251-0/+16
* | usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea2014-03-101-56/+56
|/
* USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-081-1/+1
* drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()Matthias Beyer2013-10-161-10/+10
* drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()Matthias Beyer2013-10-161-6/+6
* Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2013-09-301-0/+16
|\
| * usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff2013-09-261-0/+16
* | usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control()Xenia Ragiadakou2013-09-171-4/+2Star
|/
* usbfs: Allow printer class 'get_device_id' without needing to claim the intfHans de Goede2013-07-251-3/+3
* Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman2013-06-091-3/+7
|\
| * usbfs: Increase arbitrary limit for USB 3 isopkt lengthFederico Manzan2013-05-291-3/+7
* | usb: devio: Fixed error: 'do not use assignment in if condition'Tülin İzer2013-05-171-1/+2
* | usb: devio: Fixed macro parenthesis errorTülin İzer2013-05-171-1/+1
* | usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>'Tülin İzer2013-05-171-1/+1
|/
* usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede2013-04-171-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-231-3/+3
* | drivers/usb/core: using strlcpy instead of strncpyChen Gang2013-02-061-1/+2
|/
* usbdevfs: Fix broken scatter-gather transferHenrik Rydberg2012-10-171-0/+1