summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
Commit message (Expand)AuthorAgeFilesLines
* usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-071-8/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-011-2/+0
|\
| * Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-181-5/+9
| |\
| * | USB: remove the URB_NO_FSBR flagAlan Stern2017-12-121-2/+0
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ \
| * | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
| |/ /
* | / signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-221-2/+2
| |/ |/|
* | USB: usbfs: Filter flags passed in from user spaceOliver Neukum2017-11-281-5/+9
|/
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-14/+15
|\
| * USB: usbfs: compute urb->actual_length for isochronousAlan Stern2017-11-091-0/+14
| * USB: core: Remove redundant license textGreg Kroah-Hartman2017-11-041-14/+0
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede2017-10-171-5/+1
* USB: devio: Don't corrupt user memoryDan Carpenter2017-09-251-1/+5
* USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter2017-09-251-0/+5
* USB: core: constify vm_operations_structArvind Yadav2017-08-281-1/+1
* USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson2017-08-281-2/+2
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-29/+19
|\
| * usbdevfs: get rid of field-by-field copyinAl Viro2017-06-291-29/+19
* | USB: add usbfs ioctl to retrieve the connection speedAlan Stern2017-06-131-0/+3
* | USB: core: replace %p with %pKVamsi Krishna Samavedam2017-05-171-7/+7
|/
* 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-271-1/+1
* USB: Increase usbfs transfer limitMateusz Berezecki2017-01-101-27/+16
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-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-141-25/+202
* USB: core, devio: use to_usb_deviceGeliang Tang2016-01-241-1/+1
* usb: Use memdup_user to reuse the codeRahul Pathak2016-01-241-5/+4
* usb: core: devio.c: Removed unnecessary spaceChase Metzger2016-01-241-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/+1
|/
* usb: devio: fix spacingKris Borer2015-08-081-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-011-1/+1
* Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-011-15/+159
|\
| * usbfs: Add support for allocating / freeing streamsHans de Goede2014-03-041-0/+118