aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
Commit message (Expand)AuthorAge
* usbdevfs: Fix broken scatter-gather transferHenrik Rydberg2012-10-17
* usbfs: Add a new disconnect-and-claim ioctl (v2)Hans de Goede2012-09-10
* usbdevfs: Use scatter-gather lists for large bulk transfersHans de Goede2012-07-06
* usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede2012-07-06
* usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede2012-07-06
* USB: Remove races in devio.cHuajun Li2012-05-18
* USB: remove CONFIG_USB_DEVICE_CLASSGreg Kroah-Hartman2012-04-29
* USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-29
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* usbfs: Fix oops related to user namespace conversion.Sarah Sharp2011-12-22
* USB: make the usbfs memory limit configurableAlan Stern2011-11-18
* USB: change the memory limits in usbfs URB submissionAlan Stern2011-11-18
* USB: unify some error pathways in usbfsAlan Stern2011-11-18
* user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn2011-09-29
* usb/core/devio.c: Check for printer class specific requestMatthias Dellweg2011-09-26
* USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn2011-09-26
* USB: Do not pass negative length to snoop_urb()Michal Sojka2011-03-23
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* usb: core: fix information leak to userlandVasiliy Kulikov2010-11-11
* USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen2010-08-10
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-20
* USB: fix usbfs regressionAlan Stern2010-03-19
* USB: usbfs_snoop: add data logging back inChris Frey2010-03-02
* USB: BKL removal from ioctl path of usbfsOliver Neukum2010-03-02
* USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum2010-03-02
* USB: Remove BKL from lseek implementationsOliver Neukum2010-03-02
* USB: Remove BKL from usbdev_open()Oliver Neukum2010-03-02
* USB: change locking for device-level autosuspendAlan Stern2010-03-02
* USB: check the endpoint type against the pipe typeAlan Stern2010-03-02
* USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds2010-02-16
* USB: usbfs: only copy the actual data receivedGreg KH2010-02-16
* usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann2009-12-10
* USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern2009-09-23
* USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger2009-09-23
* USB: make the "usbfs_snoop" log more pertinentAlan Stern2009-09-23
* USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-23
* USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern2009-08-07
* USB: devio: Properly do access_ok() checksMichael Buesch2009-08-07
* USB: handle zero-length usbfs submissions correctlyAlan Stern2009-07-12
* USB: fix race leading to a write after kfree in usbfsOliver Neukum2009-07-12
* USB: fix memleak in usbfsOliver Neukum2009-07-12
* USB: add reset endpoint operationsDavid Vrabel2009-04-17
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-24
* USB: usbfs: remove unneeded "inline" annotationsAlan Stern2009-03-24
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-24
* USB: usbfs: keep async URBs until the device file is closedAlan Stern2009-03-17
* USB: fix char-device disconnect handlingAlan Stern2009-01-27
* USB: fix minor nit in usbfs checkingMark Lord2009-01-07
* USB: Remove restrictions on signal numbers in devio.cPhil Endecott2009-01-07
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-13