summaryrefslogtreecommitdiff
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-03USB: usbfs: Filter flags passed in from user spaceOliver Neukum1-5/+9
2018-02-13USB: usbfs: compute urb->actual_length for isochronousAlan Stern1-0/+14
2017-11-26USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson1-2/+2
2017-09-15USB: core: replace %p with %pKVamsi Krishna Samavedam1-2/+2
2016-11-20USB: avoid left shift by -1Alan Stern1-5/+11
2016-08-22USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2015-05-09USB: usbfs: don't leak kernel data in siginfoAlan Stern1-0/+2
2013-10-26usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff1-0/+16
2013-05-13usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede1-0/+2
2012-08-02usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede1-3/+7
2012-05-31USB: Remove races in devio.cHuajun Li1-8/+25
2012-01-12usbfs: Fix oops related to user namespace conversion.Sarah Sharp1-1/+2
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn1-17/+13
2011-09-26usb/core/devio.c: Check for printer class specific requestMatthias Dellweg1-3/+18
2011-09-26USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn1-2/+4
2011-03-23USB: Do not pass negative length to snoop_urb()Michal Sojka1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-11usb: core: fix information leak to userlandVasiliy Kulikov1-3/+4
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen1-5/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-2/+1
2010-03-19USB: fix usbfs regressionAlan Stern1-3/+14
2010-03-02USB: usbfs_snoop: add data logging back inChris Frey1-13/+38
2010-03-02USB: BKL removal from ioctl path of usbfsOliver Neukum1-9/+3
2010-03-02USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum1-4/+10
2010-03-02USB: Remove BKL from lseek implementationsOliver Neukum1-2/+2
2010-03-02USB: Remove BKL from usbdev_open()Oliver Neukum1-4/+0
2010-03-02USB: change locking for device-level autosuspendAlan Stern1-16/+24
2010-03-02USB: check the endpoint type against the pipe typeAlan Stern1-9/+13
2010-02-16USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds1-14/+26
2010-02-16USB: usbfs: only copy the actual data receivedGreg KH1-4/+4
2009-12-10usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann1-11/+99
2009-09-23USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern1-1/+77
2009-09-23USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger1-1/+2
2009-09-23USB: make the "usbfs_snoop" log more pertinentAlan Stern1-69/+62
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern1-0/+35
2009-08-07USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern1-1/+1
2009-08-07USB: devio: Properly do access_ok() checksMichael Buesch1-3/+5
2009-07-12USB: handle zero-length usbfs submissions correctlyAlan Stern1-21/+20
2009-07-12USB: fix race leading to a write after kfree in usbfsOliver Neukum1-4/+17
2009-07-12USB: fix memleak in usbfsOliver Neukum1-6/+10
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-1/+1
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin1-3/+3
2009-03-24USB: usbfs: remove unneeded "inline" annotationsAlan Stern1-6/+6
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel1-1/+2
2009-03-17USB: usbfs: keep async URBs until the device file is closedAlan Stern1-5/+7
2009-01-27USB: fix char-device disconnect handlingAlan Stern1-8/+12
2009-01-07USB: fix minor nit in usbfs checkingMark Lord1-1/+1
2009-01-07USB: Remove restrictions on signal numbers in devio.cPhil Endecott1-5/+0
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-4/+6
2008-11-14CRED: Wrap task credential accesses in the USB driverDavid Howells1-4/+4