summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)AuthorLines
2017-08-28USB: core: constify vm_operations_structArvind Yadav-1/+1
2017-08-28USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson-2/+2
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-29/+19
2017-06-29usbdevfs: get rid of field-by-field copyinAl Viro-29/+19
2017-06-13USB: add usbfs ioctl to retrieve the connection speedAlan Stern-0/+3
2017-05-17USB: core: replace %p with %pKVamsi Krishna Samavedam-7/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-01-10USB: Increase usbfs transfer limitMateusz Berezecki-27/+16
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-9/+9
2016-08-23USB: avoid left shift by -1Alan Stern-5/+11
2016-08-09USB: remove race condition in usbfs/libusb when using reap-after-disconnectAlan Stern-1/+3
2016-08-09usb: devio, do not warn when allocation failsJiri Slaby-1/+2
2016-05-03USB: usbfs: fix potential infoleak in devioKangjie Lu-4/+5
2016-04-28usb: devio: declare usbdev_vm_ops as staticMichele Curti-1/+1
2016-03-05usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant-5/+58
2016-02-14USB: Add support for usbfs zerocopy.Steinar H. Gunderson-25/+202
2016-01-24USB: core, devio: use to_usb_deviceGeliang Tang-1/+1
2016-01-24usb: Use memdup_user to reuse the codeRahul Pathak-5/+4
2016-01-24usb: core: devio.c: Removed unnecessary spaceChase Metzger-1/+1
2016-01-13Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4/+21
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro-25/+1
2015-12-01USB: add usbfs snooping for REAP and DISCARDAlan Stern-3/+13
2015-12-01USB: limit usbfs snooping of URB contentsAlan Stern-1/+8
2015-08-08usb: devio: fix spacingKris Borer-2/+2
2015-08-05usb: devio: remove assignment from if conditionKris Borer-5/+10
2015-05-24USB: devio: fix a condition in async_completed()Dan Carpenter-1/+1
2015-04-10drivers/usb/core: devio.c: Removed an uneeded space before tabChase Metzger-1/+1
2015-02-24USB: usbfs: don't leak kernel data in siginfoAlan Stern-0/+2
2015-01-31USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern-26/+37
2014-08-01USB: devio: fix issue with log floodingOliver Neukum-1/+1
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-15/+159
2014-03-10usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea-56/+56
2014-03-04usbfs: Add support for allocating / freeing streamsHans de Goede-0/+118
2014-03-04usbfs: Add ep_to_host_endpoint helper functionHans de Goede-7/+11
2014-03-04usbfs: Add support for bulk stream idsHans de Goede-0/+4
2014-03-04usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede-8/+7
2014-03-04usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede-0/+3
2014-02-24USB: complain if userspace resets an active endpointAlan Stern-0/+16
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar-1/+1
2013-10-16drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()Matthias Beyer-10/+10
2013-10-16drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()Matthias Beyer-6/+6
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman-0/+16
2013-09-25usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff-0/+16
2013-09-17usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control()Xenia Ragiadakou-4/+2
2013-07-25usbfs: Allow printer class 'get_device_id' without needing to claim the intfHans de Goede-3/+3
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman-3/+7
2013-05-29usbfs: Increase arbitrary limit for USB 3 isopkt lengthFederico Manzan-3/+7
2013-05-17usb: devio: Fixed error: 'do not use assignment in if condition'Tülin İzer-1/+2
2013-05-17usb: devio: Fixed macro parenthesis errorTülin İzer-1/+1