aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)Author
2020-02-24usb: usbfs: Suppress problematic bind and unbind uevents.Ingo Rohloff
2019-08-16usb: usbfs: fix double-free of usb memory upon submiturb errorGavin Li
2019-07-26signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman
2019-02-20usb: core: Replace hardcoded check with inline function from usb.hKeyur Patel
2019-01-07usb: devio: update max count of DPs per interval for ISOCChunfeng Yun
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-16USB: fix the usbfs flag sanitization for control transfersAlan Stern
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-09-20USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum
2018-09-20USB: usbdevfs: sanitize flags moreOliver Neukum
2018-06-28usb: usbfs: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28USB: usbfs: Filter flags passed in from user spaceOliver Neukum
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-09USB: usbfs: compute urb->actual_length for isochronousAlan Stern
2017-11-04USB: core: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-17USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede
2017-09-25USB: devio: Don't corrupt user memoryDan Carpenter
2017-09-25USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter
2017-08-28USB: core: constify vm_operations_structArvind Yadav
2017-08-28USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-06-29usbdevfs: get rid of field-by-field copyinAl Viro
2017-06-13USB: add usbfs ioctl to retrieve the connection speedAlan Stern
2017-05-17USB: core: replace %p with %pKVamsi Krishna Samavedam
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada
2017-01-10USB: Increase usbfs transfer limitMateusz Berezecki
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-08-23USB: avoid left shift by -1Alan Stern
2016-08-09USB: remove race condition in usbfs/libusb when using reap-after-disconnectAlan Stern
2016-08-09usb: devio, do not warn when allocation failsJiri Slaby
2016-05-03USB: usbfs: fix potential infoleak in devioKangjie Lu
2016-04-28usb: devio: declare usbdev_vm_ops as staticMichele Curti
2016-03-05usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant
2016-02-14USB: Add support for usbfs zerocopy.Steinar H. Gunderson
2016-01-24USB: core, devio: use to_usb_deviceGeliang Tang
2016-01-24usb: Use memdup_user to reuse the codeRahul Pathak
2016-01-24usb: core: devio.c: Removed unnecessary spaceChase Metzger