aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+18
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-11/+32
|\
| * usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede2012-08-091-3/+7
| * USB: Remove races in devio.cHuajun Li2012-06-011-8/+25
* | samsung update 1codeworkx2012-06-021-1/+9
|/
* USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn2011-11-111-2/+4
* usb/core/devio.c: Check for printer class specific requestMatthias Dellweg2011-11-111-3/+18
* 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
* device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-3/+3
* sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams2008-07-211-0/+5
* USB: Fix pointer/int cast in USB devio codeDavid Howells2008-07-211-2/+3
* usbfs: don't store bad pointers in registrationAlan Stern2008-07-211-9/+10