aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)Author
2013-05-29usbfs: Increase arbitrary limit for USB 3 isopkt lengthFederico Manzan
2013-04-17usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-06drivers/usb/core: using strlcpy instead of strncpyChen Gang
2012-10-17usbdevfs: Fix broken scatter-gather transferHenrik Rydberg
2012-09-10usbfs: Add a new disconnect-and-claim ioctl (v2)Hans de Goede
2012-07-06usbdevfs: Use scatter-gather lists for large bulk transfersHans de Goede
2012-07-06usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede
2012-07-06usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede
2012-05-18USB: Remove races in devio.cHuajun Li
2012-04-29USB: remove CONFIG_USB_DEVICE_CLASSGreg Kroah-Hartman
2012-04-29USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-12-22usbfs: Fix oops related to user namespace conversion.Sarah Sharp
2011-11-18USB: make the usbfs memory limit configurableAlan Stern
2011-11-18USB: change the memory limits in usbfs URB submissionAlan Stern
2011-11-18USB: unify some error pathways in usbfsAlan Stern
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn
2011-09-26usb/core/devio.c: Check for printer class specific requestMatthias Dellweg
2011-09-26USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn
2011-03-23USB: Do not pass negative length to snoop_urb()Michal Sojka
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-11usb: core: fix information leak to userlandVasiliy Kulikov
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-03-19USB: fix usbfs regressionAlan Stern
2010-03-02USB: usbfs_snoop: add data logging back inChris Frey
2010-03-02USB: BKL removal from ioctl path of usbfsOliver Neukum
2010-03-02USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum
2010-03-02USB: Remove BKL from lseek implementationsOliver Neukum
2010-03-02USB: Remove BKL from usbdev_open()Oliver Neukum
2010-03-02USB: change locking for device-level autosuspendAlan Stern
2010-03-02USB: check the endpoint type against the pipe typeAlan Stern
2010-02-16USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds
2010-02-16USB: usbfs: only copy the actual data receivedGreg KH
2009-12-10usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann
2009-09-23USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern
2009-09-23USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger
2009-09-23USB: make the "usbfs_snoop" log more pertinentAlan Stern
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern
2009-08-07USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern
2009-08-07USB: devio: Properly do access_ok() checksMichael Buesch
2009-07-12USB: handle zero-length usbfs submissions correctlyAlan Stern
2009-07-12USB: fix race leading to a write after kfree in usbfsOliver Neukum
2009-07-12USB: fix memleak in usbfsOliver Neukum
2009-04-17USB: add reset endpoint operationsDavid Vrabel
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin
2009-03-24USB: usbfs: remove unneeded "inline" annotationsAlan Stern
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel