1. 39dbda7 USB: iowarrior: fix up report size handling for some devices by Greg Kroah-Hartman · 4 years, 3 months ago
  2. acb903a USB: misc: iowarrior: add support for the 100 device by Greg Kroah-Hartman · 4 years, 8 months ago
  3. 1513520 USB: misc: iowarrior: add support for the 28 and 28L devices by Greg Kroah-Hartman · 4 years, 8 months ago
  4. ae38841 USB: misc: iowarrior: add support for 2 OEMed devices by Greg Kroah-Hartman · 4 years, 8 months ago
  5. 2095532 USB: iowarrior: fix use-after-free after driver unbind by Johan Hovold · 5 years ago
  6. 7f93c8c USB: iowarrior: fix use-after-free on release by Johan Hovold · 5 years ago
  7. 2fdcf7e USB: iowarrior: fix use-after-free on disconnect by Johan Hovold · 5 years ago
  8. d397091 usb: iowarrior: fix deadlock on disconnect by Oliver Neukum · 5 years ago
  9. efd61e9 usb: iowarrior: remove intr_idx_lock by Sebastian Andrzej Siewior · 6 years ago
  10. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  11. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  12. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  13. c35c376 USB: misc: remove unneeded MODULE_VERSION() usage by Greg Kroah-Hartman · 7 years ago
  14. 6acf116 Merge 4.12-rc2 into usb-next by Greg Kroah-Hartman · 7 years ago
  15. ca2ef0d USB: iowarrior: use memdup_user by Geliang Tang · 7 years ago
  16. dd5ca75 USB: iowarrior: fix info ioctl on big-endian hosts by Johan Hovold · 7 years ago
  17. 920df8d USB: iowarrior: refactor endpoint retrieval by Johan Hovold · 8 years ago
  18. de46e56 USB: iowarrior: fix NULL-deref in write by Johan Hovold · 8 years ago
  19. b7321e8 USB: iowarrior: fix NULL-deref at probe by Johan Hovold · 8 years ago
  20. 3cfb484 usb: misc: iowarrior: don't print on ENOMEM by Wolfram Sang · 8 years ago
  21. 5656bbb usb: misc: iowarrior: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  22. 4ec0ef3 USB: iowarrior: fix oops with malicious USB descriptors by Josh Boyer · 9 years ago
  23. 549e835 USB: iowarrior: Convert local dbg macro to dev_dbg by Joe Perches · 10 years ago
  24. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  25. f38f141 USB: iowarrior: fix spelling mistake in comment by Rahul Bedarkar · 11 years ago
  26. a895d57 treewide: Fix typo in printks by Masanari Iida · 12 years ago
  27. 1c2eef0 USB: iowarrior.c: remove err() usage by Greg Kroah-Hartman · 13 years ago
  28. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  29. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  30. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  31. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  32. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  34. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  35. eca67aa usb: misc: iowarrior: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  36. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  37. 5cc1035 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  38. 3ed7801 usb: iowarrior: don't trust report_size for buffer size by Kees Cook · 14 years ago
  39. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  40. 6d4d455 USB: iowarrior: fix misuse of return value of copy_to_user() by Kulikov Vasiliy · 14 years ago
  41. 5bd6e8b USB: misc: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  42. 925ce68 USB: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  43. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 15 years ago
  44. 8626645 USB: Push BKL on open down into the drivers by Oliver Neukum · 15 years ago
  45. 33b9e16 USB misc: make USB device id constant by Németh Márton · 15 years ago
  46. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  47. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  48. f7a386c Driver Core: usb: add nodename support for usb drivers. by Kay Sievers · 15 years ago
  49. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  50. 824f16f USB: iowarrior: Push down BKL by Alan Cox · 16 years ago
  51. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 17 years ago
  52. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  53. 0b3f5fe USB: constify function pointer tables by Jan Engelhardt · 17 years ago
  54. 03f36e8 USB: open disconnect race in iowarrior by Oliver Neukum · 17 years ago
  55. e28c6a7 USB iowarrior.c: fix check-after-use by Adrian Bunk · 17 years ago
  56. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  57. fb3abee USB: misc: iowarrior: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  58. d4ead16 USB: prevent char device open/deregister race by Alan Stern · 17 years ago
  59. fc0f8fc USB: memory leak in iowarrior.c by Oliver Neukum · 17 years ago
  60. 147c5a1 USB: iowarrior.c: timeouts too small in usb_control_msg calls by Eberhard Fahle · 18 years ago
  61. f81ee4d USB: iowarrior.c: fix NULL dereference by Oliver Neukum · 18 years ago
  62. 946b960 USB: add driver for iowarrior devices. by Greg Kroah-Hartman · 18 years ago