1. 3c11c4b USB: adutux: fix interface sanity check by Johan Hovold · 5 years ago
  2. 123a0f1 USB: adutux: fix use-after-free on release by Johan Hovold · 5 years ago
  3. b2fa7ba USB: adutux: fix NULL-derefs on disconnect by Johan Hovold · 5 years ago
  4. 44efc26 USB: adutux: fix use-after-free on disconnect by Johan Hovold · 5 years ago
  5. 4850f26a usb: clean up some of the computations in adu_read by Daniel M German · 6 years ago
  6. 957ada7 usb: adutux: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 7 years ago
  7. 687ca63 USB: adutux: Add waiting in transfer abortion by Kirill Kapranov · 7 years ago
  8. cc9debf USB: adutux: Delete a misleading comment by Kirill Kapranov · 7 years ago
  9. 8444efc USB: adutux: remove redundant variable minor by Colin Ian King · 7 years ago
  10. 5d62afb USB: misc: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  11. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  12. c35c376 USB: misc: remove unneeded MODULE_VERSION() usage by Greg Kroah-Hartman · 8 years ago
  13. e53e034 USB: adutux: refactor endpoint retrieval by Johan Hovold · 8 years ago
  14. e0e9052 USB: adutux: fix up error paths by Johan Hovold · 8 years ago
  15. 15a818f USB: adutux: drop redundant sanity check by Johan Hovold · 8 years ago
  16. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  17. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  18. 453785c usb: misc: adutux: remove redundant error check on copy_to_user return code by Colin Ian King · 8 years ago
  19. a02b55c usb: misc: adutux: don't print on ENOMEM by Wolfram Sang · 9 years ago
  20. 71574a5 usb: misc: adutux: don't print error when allocating urb fails by Wolfram Sang · 9 years ago
  21. fc62596 USB: adutux: NULL dereferences on disconnect by Dan Carpenter · 10 years ago
  22. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  23. bd479f2 Merge 3.11-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  24. d482b9d USB: adutux: fix big-endian device-type reporting by Johan Hovold · 12 years ago
  25. 28f47c3 USB: adutux: remove direct calls to printk() by Greg Kroah-Hartman · 12 years ago
  26. 1ef37c6 USB: adutux: remove custom debug macro and module parameter by Greg Kroah-Hartman · 12 years ago
  27. 66d4bc3 USB: adutux: remove custom debug macro by Greg Kroah-Hartman · 12 years ago
  28. 6e42a15 USB: adutux: remove unneeded tracing macros by Greg Kroah-Hartman · 12 years ago
  29. e77c4e6 usb: misc: Fixed assignment error in if statement by Lisa Nguyen · 12 years ago
  30. 83fc1fc usb: misc: Added space after closing brace in adutux.c by Lisa Nguyen · 12 years ago
  31. 05d7639 usb: misc: Added space after comma in adutux.c by Lisa Nguyen · 12 years ago
  32. 30c5c64 usb: misc: Reformatted pointer variables in adutux.c by Lisa Nguyen · 12 years ago
  33. eb79c01 usb: misc: Removed space before tabs in adutux.c by Lisa Nguyen · 12 years ago
  34. 40cf483 usb: misc: Replaced deprecated preprocessor in adutux.c by Lisa Nguyen · 12 years ago
  35. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  36. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 14 years ago
  37. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  38. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 15 years ago
  39. 1865a9c USB: adutux: fix misuse of return value of copy_to_user() by Kulikov Vasiliy · 15 years ago
  40. f45ba77 USB: Convert concatenated __FILE__ to %s, __FILE__ by Joe Perches · 15 years ago
  41. 937f7131 USB: BKL removal: adutux by Oliver Neukum · 15 years ago
  42. 8626645 USB: Push BKL on open down into the drivers by Oliver Neukum · 15 years ago
  43. 33b9e16 USB misc: make USB device id constant by Németh Márton · 15 years ago
  44. 46c9844 USB: misc/adutux, fix lock imbalance by Jiri Slaby · 16 years ago
  45. fd3f191 USB: remove err() macro from usb misc drivers by Greg Kroah-Hartman · 17 years ago
  46. 1b29a37 USB: remove info() macro from usb/misc drivers by Greg Kroah-Hartman · 17 years ago
  47. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  48. f08812d USB: FIx locks and urb->status in adutux (updated) by Pete Zaitcev · 17 years ago
  49. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  50. f6c1cea USB: missing test for ESHUTDOWN in adutux driver by Oliver Neukum · 18 years ago
  51. 24497a0 USB: misc: adtux: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  52. 8293c56 USB: use mutex instead of semaphore in the Adutux driver by Matthias Kaehlcke · 18 years ago
  53. d4ead16 USB: prevent char device open/deregister race by Alan Stern · 18 years ago
  54. ebc3ac1 USB: cleanup ofd adutux by Oliver Neukum · 18 years ago
  55. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 18 years ago
  56. a65dc30 USB: fix dereference in drivers/usb/misc/adutux.c by Eric Sesterhenn · 18 years ago
  57. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  58. 0327063 USB: Add ADU support for Ontrak ADU devices by Steven Haigh · 19 years ago