summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
Commit message (Expand)AuthorAgeFilesLines
* usb: usbfs: fix double-free of usb memory upon submiturb errorGavin Li2019-08-051-2/+0Star
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-121-21/+50
|\ \
| * | USB: core: Fix compiler warnings in devio.cAlan Stern2019-06-261-6/+6
| * | USB: core: Remove usbfs_mutexAlan Stern2019-06-261-9/+0Star
| * | USB: add usbfs ioctl to retrieve the connection parametersDmitry Torokhov2019-06-181-1/+41
| * | usb: avoid redundant allocation and free of memoryWeitao Hou2019-05-241-5/+3Star
| |/
* / signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman2019-05-221-24/+24
|/
* usb: core: Replace hardcoded check with inline function from usb.hKeyur Patel2019-02-201-1/+1
* usb: devio: update max count of DPs per interval for ISOCChunfeng Yun2019-01-071-5/+3Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-4/+3Star
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-2/+2
|\
| * signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-2/+2
* | USB: fix the usbfs flag sanitization for control transfersAlan Stern2018-10-161-2/+2
* | USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum2018-09-201-0/+5
* | USB: usbdevfs: sanitize flags moreOliver Neukum2018-09-201-3/+16
|/
* usb: usbfs: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-2/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-3/+4
* usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-061-8/+2Star
* 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/+0Star
|\
| * Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-181-5/+9
| |\
| * | USB: remove the URB_NO_FSBR flagAlan Stern2017-12-121-2/+0Star
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-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-231-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-141-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/+0Star
| * 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/+1Star
* 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-071-29/+19Star
|\
| * usbdevfs: get rid of field-by-field copyinAl Viro2017-06-301-29/+19Star
* | 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-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