1. 681fef8 USB: usbfs: fix potential infoleak in devio by Kangjie Lu · 8 years ago
  2. 10871c1 usb: devio: declare usbdev_vm_ops as static by Michele Curti · 8 years ago
  3. d883f52 usb: devio: Add ioctl to disallow detaching kernel USB drivers. by Reilly Grant · 8 years ago
  4. f7d34b4 USB: Add support for usbfs zerocopy. by Steinar H. Gunderson · 8 years ago
  5. 69ab55d USB: core, devio: use to_usb_device by Geliang Tang · 9 years ago
  6. 73a02d3 usb: Use memdup_user to reuse the code by Rahul Pathak · 9 years ago
  7. 64f10ed usb: core: devio.c: Removed unnecessary space by Chase Metzger · 9 years ago
  8. 237f38c Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  9. b25472f new helpers: no_seek_end_llseek{,_size}() by Al Viro · 9 years ago
  10. a016a81 USB: add usbfs snooping for REAP and DISCARD by Alan Stern · 9 years ago
  11. 0290cc9 USB: limit usbfs snooping of URB contents by Alan Stern · 9 years ago
  12. f355e83 usb: devio: fix spacing by Kris Borer · 9 years ago
  13. 135551e usb: devio: remove assignment from if condition by Kris Borer · 9 years ago
  14. 83ed07c USB: devio: fix a condition in async_completed() by Dan Carpenter · 9 years ago
  15. 00fe52d drivers/usb/core: devio.c: Removed an uneeded space before tab by Chase Metzger · 9 years ago
  16. f0c2b68 USB: usbfs: don't leak kernel data in siginfo by Alan Stern · 9 years ago
  17. 3f2cee7 USB: usbfs: allow URBs to be reaped after disconnection by Alan Stern · 9 years ago
  18. d310d05 USB: devio: fix issue with log flooding by Oliver Neukum · 10 years ago
  19. 3e75c6d Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  20. 9b6f0c4 usbcore: rename struct dev_state to struct usb_dev_state by Valentina Manea · 10 years ago
  21. bcf7f6e usbfs: Add support for allocating / freeing streams by Hans de Goede · 11 years ago
  22. 2fec32b usbfs: Add ep_to_host_endpoint helper function by Hans de Goede · 11 years ago
  23. 948cd8c usbfs: Add support for bulk stream ids by Hans de Goede · 11 years ago
  24. b2d03eb usbfs: proc_do_submiturb use a local variable for number_of_packets by Hans de Goede · 11 years ago
  25. 5ec9c17 usbfs: Kill urbs on interface before doing a set_interface by Hans de Goede · 11 years ago
  26. f080a51 USB: complain if userspace resets an active endpoint by Alan Stern · 10 years ago
  27. 025d443 USB: core: correct spelling mistakes in comments and warning by Rahul Bedarkar · 11 years ago
  28. 06793f2 drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat() by Matthias Beyer · 11 years ago
  29. 5b32c38 drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock() by Matthias Beyer · 11 years ago
  30. df9b17f Merge 3.12-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  31. 831abf7 usb/core/devio.c: Don't reject control message to endpoint with wrong direction bit by Kurt Garloff · 11 years ago
  32. c8f2efc usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control() by Xenia Ragiadakou · 11 years ago
  33. 5dc50c3 usbfs: Allow printer class 'get_device_id' without needing to claim the intf by Hans de Goede · 11 years ago
  34. 141dc40 Merge 3.10-rc5 into usb-next by Greg Kroah-Hartman · 11 years ago
  35. e2e2f0e usbfs: Increase arbitrary limit for USB 3 isopkt length by Federico Manzan · 11 years ago
  36. 4baf0df usb: devio: Fixed error: 'do not use assignment in if condition' by Tülin İzer · 11 years ago
  37. fa86ad0 usb: devio: Fixed macro parenthesis error by Tülin İzer · 11 years ago
  38. e6889b3 usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>' by Tülin İzer · 11 years ago
  39. 1361bf4b usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl ep by Hans de Goede · 11 years ago
  40. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  41. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  42. b11b2e1 drivers/usb/core: using strlcpy instead of strncpy by Chen Gang · 11 years ago
  43. 0146390 usbdevfs: Fix broken scatter-gather transfer by Henrik Rydberg · 12 years ago
  44. 0837e7e usbfs: Add a new disconnect-and-claim ioctl (v2) by Hans de Goede · 12 years ago
  45. 3d97ff6 usbdevfs: Use scatter-gather lists for large bulk transfers by Hans de Goede · 12 years ago
  46. 19181bc usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctl by Hans de Goede · 12 years ago
  47. 2102e06 usbdevfs: Correct amount of data copied to user in processcompl_compat by Hans de Goede · 12 years ago
  48. 4e09dcf USB: Remove races in devio.c by Huajun Li · 12 years ago
  49. 007bab9 USB: remove CONFIG_USB_DEVICE_CLASS by Greg Kroah-Hartman · 12 years ago
  50. fb28d58 USB: remove CONFIG_USB_DEVICEFS by Greg Kroah-Hartman · 12 years ago
  51. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  52. 1b41c83 usbfs: Fix oops related to user namespace conversion. by Sarah Sharp · 13 years ago
  53. 3f5eb8d USB: make the usbfs memory limit configurable by Alan Stern · 13 years ago
  54. add1aae USB: change the memory limits in usbfs URB submission by Alan Stern · 13 years ago
  55. 52fb743 USB: unify some error pathways in usbfs by Alan Stern · 13 years ago
  56. d178bc3 user namespace: usb: make usb urbs user namespace aware (v2) by Serge Hallyn · 13 years ago
  57. 393cbb5 usb/core/devio.c: Check for printer class specific request by Matthias Dellweg · 13 years ago
  58. aec01c5 USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uid by Serge Hallyn · 13 years ago
  59. 9d02b42 USB: Do not pass negative length to snoop_urb() by Michal Sojka · 13 years ago
  60. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  61. 886ccd4 usb: core: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  62. c532b29 USB-BKL: Convert usb_driver ioctl to unlocked_ioctl by Andi Kleen · 14 years ago
  63. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  64. 7152b59 USB: fix usbfs regression by Alan Stern · 14 years ago
  65. 0880aef USB: usbfs_snoop: add data logging back in by Chris Frey · 14 years ago
  66. 2a9d008 USB: BKL removal from ioctl path of usbfs by Oliver Neukum · 15 years ago
  67. 01412a2 USB: Reduce scope of BKL in usb ioctl handling by Oliver Neukum · 15 years ago
  68. f9de332 USB: Remove BKL from lseek implementations by Oliver Neukum · 15 years ago
  69. 063e20e USB: Remove BKL from usbdev_open() by Oliver Neukum · 15 years ago
  70. 62e299e USB: change locking for device-level autosuspend by Alan Stern · 15 years ago
  71. f661c6f USB: check the endpoint type against the pipe type by Alan Stern · 15 years ago
  72. ddeee0b USB: usbfs: properly clean up the as structure on error paths by Linus Torvalds · 14 years ago
  73. d4a4683 USB: usbfs: only copy the actual data received by Greg KH · 14 years ago
  74. 637e8a6 usbdevfs: move compat_ioctl handling to devio.c by Arnd Bergmann · 15 years ago
  75. 01c6460 USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flag by Alan Stern · 15 years ago
  76. 5971897 USB: increase usbdevfs max isoc buffer size by Markus Rechberger · 15 years ago
  77. 4c6e897 USB: make the "usbfs_snoop" log more pertinent by Alan Stern · 15 years ago
  78. 7cbe5dc USB: add API for userspace drivers to "claim" ports by Alan Stern · 15 years ago
  79. 01105a2 USB: usbfs: fix -ENOENT error code to be -ENODEV by Alan Stern · 15 years ago
  80. 18753eb USB: devio: Properly do access_ok() checks by Michael Buesch · 15 years ago
  81. 9180135 USB: handle zero-length usbfs submissions correctly by Alan Stern · 15 years ago
  82. 516a1a0 USB: fix race leading to a write after kfree in usbfs by Oliver Neukum · 15 years ago
  83. d794a02 USB: fix memleak in usbfs by Oliver Neukum · 15 years ago
  84. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  85. 71d2718 USB: more u32 conversion after transfer_buffer_length and actual_length by Roel Kluin · 15 years ago
  86. d34d972 USB: usbfs: remove unneeded "inline" annotations by Alan Stern · 15 years ago
  87. 6da9c99 USB: allow libusb to talk to unauthenticated WUSB devices by David Vrabel · 15 years ago
  88. 6ff1046 USB: usbfs: keep async URBs until the device file is closed by Alan Stern · 15 years ago
  89. 501950d USB: fix char-device disconnect handling by Alan Stern · 16 years ago
  90. ed0c772 USB: fix minor nit in usbfs checking by Mark Lord · 16 years ago
  91. ff8973d USB: Remove restrictions on signal numbers in devio.c by Phil Endecott · 16 years ago
  92. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  93. cd80ca8 CRED: Wrap task credential accesses in the USB driver by David Howells · 16 years ago
  94. 69a8594 USB: remove err() macro from usb core code by Greg Kroah-Hartman · 16 years ago
  95. 3b6004f USB: remove warn() macro from usb drivers by Greg Kroah-Hartman · 16 years ago
  96. 2da41d5 USB: snoop processes opening usbfs device files by Alan Stern · 16 years ago
  97. b0b090e device create: usb: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  98. bc00bc9 device create: usb: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  99. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago
  100. a80d5ff USB: Fix pointer/int cast in USB devio code by David Howells · 16 years ago