summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)AuthorLines
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2011-12-22usbfs: Fix oops related to user namespace conversion.Sarah Sharp-1/+2
2011-11-18USB: make the usbfs memory limit configurableAlan Stern-4/+22
2011-11-18USB: change the memory limits in usbfs URB submissionAlan Stern-19/+57
2011-11-18USB: unify some error pathways in usbfsAlan Stern-46/+50
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn-17/+13
2011-09-26usb/core/devio.c: Check for printer class specific requestMatthias Dellweg-3/+18
2011-09-26USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn-2/+4
2011-03-23USB: Do not pass negative length to snoop_urb()Michal Sojka-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-11-11usb: core: fix information leak to userlandVasiliy Kulikov-3/+4
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen-5/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet-2/+1
2010-03-19USB: fix usbfs regressionAlan Stern-3/+14
2010-03-02USB: usbfs_snoop: add data logging back inChris Frey-13/+38
2010-03-02USB: BKL removal from ioctl path of usbfsOliver Neukum-9/+3
2010-03-02USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum-4/+10
2010-03-02USB: Remove BKL from lseek implementationsOliver Neukum-2/+2
2010-03-02USB: Remove BKL from usbdev_open()Oliver Neukum-4/+0
2010-03-02USB: change locking for device-level autosuspendAlan Stern-16/+24
2010-03-02USB: check the endpoint type against the pipe typeAlan Stern-9/+13
2010-02-16USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds-14/+26
2010-02-16USB: usbfs: only copy the actual data receivedGreg KH-4/+4
2009-12-10usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann-11/+99
2009-09-23USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern-1/+77
2009-09-23USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger-1/+2
2009-09-23USB: make the "usbfs_snoop" log more pertinentAlan Stern-69/+62
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern-0/+35
2009-08-07USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern-1/+1
2009-08-07USB: devio: Properly do access_ok() checksMichael Buesch-3/+5
2009-07-12USB: handle zero-length usbfs submissions correctlyAlan Stern-21/+20
2009-07-12USB: fix race leading to a write after kfree in usbfsOliver Neukum-4/+17
2009-07-12USB: fix memleak in usbfsOliver Neukum-6/+10
2009-04-17USB: add reset endpoint operationsDavid Vrabel-1/+1
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin-3/+3
2009-03-24USB: usbfs: remove unneeded "inline" annotationsAlan Stern-6/+6
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel-1/+2
2009-03-17USB: usbfs: keep async URBs until the device file is closedAlan Stern-5/+7
2009-01-27USB: fix char-device disconnect handlingAlan Stern-8/+12
2009-01-07USB: fix minor nit in usbfs checkingMark Lord-1/+1
2009-01-07USB: Remove restrictions on signal numbers in devio.cPhil Endecott-5/+0
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells-4/+6
2008-11-14CRED: Wrap task credential accesses in the USB driverDavid Howells-4/+4
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman-3/+4
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman-1/+2
2008-10-17USB: snoop processes opening usbfs device filesAlan Stern-0/+2
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman-3/+3
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman-3/+3
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams-0/+5
2008-07-21USB: Fix pointer/int cast in USB devio codeDavid Howells-2/+3