summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)AuthorLines
2014-08-01USB: devio: fix issue with log floodingOliver Neukum-1/+1
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-15/+159
2014-03-10usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea-56/+56
2014-03-04usbfs: Add support for allocating / freeing streamsHans de Goede-0/+118
2014-03-04usbfs: Add ep_to_host_endpoint helper functionHans de Goede-7/+11
2014-03-04usbfs: Add support for bulk stream idsHans de Goede-0/+4
2014-03-04usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede-8/+7
2014-03-04usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede-0/+3
2014-02-24USB: complain if userspace resets an active endpointAlan Stern-0/+16
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar-1/+1
2013-10-16drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()Matthias Beyer-10/+10
2013-10-16drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()Matthias Beyer-6/+6
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman-0/+16
2013-09-25usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff-0/+16
2013-09-17usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control()Xenia Ragiadakou-4/+2
2013-07-25usbfs: Allow printer class 'get_device_id' without needing to claim the intfHans de Goede-3/+3
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman-3/+7
2013-05-29usbfs: Increase arbitrary limit for USB 3 isopkt lengthFederico Manzan-3/+7
2013-05-17usb: devio: Fixed error: 'do not use assignment in if condition'Tülin İzer-1/+2
2013-05-17usb: devio: Fixed macro parenthesis errorTülin İzer-1/+1
2013-05-17usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>'Tülin İzer-1/+1
2013-04-17usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede-0/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2013-02-22new helper: file_inode(file)Al Viro-3/+3
2013-02-06drivers/usb/core: using strlcpy instead of strncpyChen Gang-1/+2
2012-10-17usbdevfs: Fix broken scatter-gather transferHenrik Rydberg-0/+1
2012-09-10usbfs: Add a new disconnect-and-claim ioctl (v2)Hans de Goede-0/+35
2012-07-06usbdevfs: Use scatter-gather lists for large bulk transfersHans de Goede-31/+121
2012-07-06usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede-0/+17
2012-07-06usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede-3/+7
2012-05-18USB: Remove races in devio.cHuajun Li-8/+25
2012-04-29USB: remove CONFIG_USB_DEVICE_CLASSGreg Kroah-Hartman-49/+0
2012-04-29USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman-11/+0
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