summaryrefslogtreecommitdiff
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)Author
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
2016-01-13Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro
2015-12-01USB: add usbfs snooping for REAP and DISCARDAlan Stern
2015-12-01USB: limit usbfs snooping of URB contentsAlan Stern
2015-08-08usb: devio: fix spacingKris Borer
2015-08-05usb: devio: remove assignment from if conditionKris Borer
2015-05-24USB: devio: fix a condition in async_completed()Dan Carpenter
2015-04-10drivers/usb/core: devio.c: Removed an uneeded space before tabChase Metzger
2015-02-24USB: usbfs: don't leak kernel data in siginfoAlan Stern
2015-01-31USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern
2014-08-01USB: devio: fix issue with log floodingOliver Neukum
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-03-10usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea
2014-03-04usbfs: Add support for allocating / freeing streamsHans de Goede