summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
Commit message (Expand)AuthorAgeFilesLines
* USB: Remove races in devio.cHuajun Li2012-05-181-8/+25
* USB: remove CONFIG_USB_DEVICE_CLASSGreg Kroah-Hartman2012-04-291-49/+0
* USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-291-11/+0
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* usbfs: Fix oops related to user namespace conversion.Sarah Sharp2011-12-221-1/+2
* USB: make the usbfs memory limit configurableAlan Stern2011-11-181-4/+22
* USB: change the memory limits in usbfs URB submissionAlan Stern2011-11-181-19/+57
* USB: unify some error pathways in usbfsAlan Stern2011-11-181-46/+50
* user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn2011-09-291-17/+13
* usb/core/devio.c: Check for printer class specific requestMatthias Dellweg2011-09-261-3/+18
* USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn2011-09-261-2/+4
* USB: Do not pass negative length to snoop_urb()Michal Sojka2011-03-231-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* usb: core: fix information leak to userlandVasiliy Kulikov2010-11-111-3/+4
* USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen2010-08-101-5/+2
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-2/+1
* USB: fix usbfs regressionAlan Stern2010-03-191-3/+14
* USB: usbfs_snoop: add data logging back inChris Frey2010-03-021-13/+38
* USB: BKL removal from ioctl path of usbfsOliver Neukum2010-03-021-9/+3
* USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum2010-03-021-4/+10
* USB: Remove BKL from lseek implementationsOliver Neukum2010-03-021-2/+2
* USB: Remove BKL from usbdev_open()Oliver Neukum2010-03-021-4/+0
* USB: change locking for device-level autosuspendAlan Stern2010-03-021-16/+24
* USB: check the endpoint type against the pipe typeAlan Stern2010-03-021-9/+13
* USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds2010-02-161-14/+26
* USB: usbfs: only copy the actual data receivedGreg KH2010-02-161-4/+4
* usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann2009-12-101-11/+99
* USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern2009-09-231-1/+77
* USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger2009-09-231-1/+2
* USB: make the "usbfs_snoop" log more pertinentAlan Stern2009-09-231-69/+62
* USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-231-0/+35
* USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern2009-08-071-1/+1
* USB: devio: Properly do access_ok() checksMichael Buesch2009-08-071-3/+5
* USB: handle zero-length usbfs submissions correctlyAlan Stern2009-07-121-21/+20
* USB: fix race leading to a write after kfree in usbfsOliver Neukum2009-07-121-4/+17
* USB: fix memleak in usbfsOliver Neukum2009-07-121-6/+10
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-1/+1
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-241-3/+3
* USB: usbfs: remove unneeded "inline" annotationsAlan Stern2009-03-241-6/+6
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-241-1/+2
* USB: usbfs: keep async URBs until the device file is closedAlan Stern2009-03-171-5/+7
* USB: fix char-device disconnect handlingAlan Stern2009-01-271-8/+12
* USB: fix minor nit in usbfs checkingMark Lord2009-01-071-1/+1
* USB: Remove restrictions on signal numbers in devio.cPhil Endecott2009-01-071-5/+0
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-4/+6
* CRED: Wrap task credential accesses in the USB driverDavid Howells2008-11-141-4/+4
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-171-3/+4
* USB: remove warn() macro from usb driversGreg Kroah-Hartman2008-10-171-1/+2
* USB: snoop processes opening usbfs device filesAlan Stern2008-10-171-0/+2
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3