1. 52879bb usb: atm: usbatm: don't print on ENOMEM by Wolfram Sang · 8 years ago
  2. 59e1200 usb: atm: ueagle-atm: don't print on ENOMEM by Wolfram Sang · 8 years ago
  3. 8b80c10 usb: atm: speedtch: don't print on ENOMEM by Wolfram Sang · 8 years ago
  4. 04e75e4 usb: atm: cxacru: don't print on ENOMEM by Wolfram Sang · 8 years ago
  5. 4675e96 usb: atm: usbatm: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  6. 7ff5685 usb: atm: ueagle-atm: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  7. 8ebbbf2 usb: atm: cxacru: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  8. 49e8ecc Use "foo *bar" instead of "foo * bar". by Sandhya Bankar · 8 years ago
  9. 62b5c80 usb: Remove unnecessary space before function pointer arguments. by Sandhya Bankar · 8 years ago
  10. 46e3caf USB: cxacru: fix an bounds check warning by Dan Carpenter · 8 years ago
  11. cd32fba USB: atm: cxacru: fix blank line after declaration by Aaron Raimist · 9 years ago
  12. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  13. b51d23e module: add per-module param_lock by Dan Streetman · 9 years ago
  14. de51988 USB: xusbatm.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  15. f354c84 USB: usbatm.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  16. 3383ee4 USB: speedtch.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  17. 533726f ueagle-atm: Delete unnecessary checks before the function call "release_firmware" by Markus Elfring · 9 years ago
  18. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  19. 9058bdc Usb: atm: usbatm: fixed a pointer variable format issue by Seth Archer Brown · 11 years ago
  20. 32e2493 usbatm: Fix dynamic_debug / ratelimited atm_dbg and atm_rldbg macros by Joe Perches · 11 years ago
  21. afb8aae usb: atm: speedtch: be careful with bInterval by Felipe Balbi · 11 years ago
  22. 2c21c98 USB: usbatm: remove CONFIG_USB_DEBUG dependancy by Greg Kroah-Hartman · 11 years ago
  23. 2d6401c USB: usbatm: move the atm_dbg() call to use dynamic debug by Greg Kroah-Hartman · 11 years ago
  24. ca4d701 USB: usbatm: don't rely on CONFIG_USB_DEBUG by Greg Kroah-Hartman · 11 years ago
  25. 0fef59d USB: usbatm: remove unneeded trace printk calls by Greg Kroah-Hartman · 11 years ago
  26. f55876d USB: usbatm: remove unused UDSL_ASSERT macro by Greg Kroah-Hartman · 11 years ago
  27. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  28. 2a0ebf8 USB: cxacru: potential underflow in cxacru_cm_get_array() by Dan Carpenter · 11 years ago
  29. c33c888 usbatm: fix potential NULL pointer dereference by Wei Yongjun · 11 years ago
  30. 25e11ec USB: regroup all depends on USB within an if USB block by Florian Fainelli · 11 years ago
  31. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  32. 34ad569 USB: atm: usbatm: fix up debug printing code by Greg Kroah-Hartman · 12 years ago
  33. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  34. 4728250 USB: atm: ueagle-atm: Declare MODULE_FIRMWARE usage by Tim Gardner · 12 years ago
  35. 006c913 usb: Use eth_random_addr by Joe Perches · 12 years ago
  36. 4ed48e5 USB: xusbatm.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  37. 4c2a47a USB: usbatm.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  38. d899542 USB: speedtch.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  39. 77c9e12 USB: cxacru.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  40. 7af3959 usb/atm/ueagle-atm: Don't test for NULL ptr before calling release_firmware() by Jesper Juhl · 12 years ago
  41. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  42. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  43. 6f95b4b drivers: usb: atm: ueagle-atm: Add missing const qualifier by Chris Forbes · 13 years ago
  44. 5860730 drivers: usb: atm: ueagle-atm: use __packed by Chris Forbes · 13 years ago
  45. bf929b3 drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  46. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  47. 9abff15 USB: ueagle-atm: use system_wq instead of dedicated workqueues by Tejun Heo · 14 years ago
  48. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  49. 12f188f ueagle-atm: fix PHY signal initialization race by Dan Williams · 14 years ago
  50. 569ff2d usb: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  51. 37c95bf speedtch: don't abuse struct delayed_work by Tejun Heo · 14 years ago
  52. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  53. b4fe2a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  54. d9ca676 atm: correct sysfs 'device' link creation and parent relationships by Dan Williams · 14 years ago
  55. e502ac5 USB: atm: ueagle-atm: fix up some permissions on the sysfs files by Greg Kroah-Hartman · 14 years ago
  56. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  57. 0a2b8a0 usb: makefile cleanup by matt mooney · 14 years ago
  58. 2501331 usb: change to new flag variable by matt mooney · 14 years ago
  59. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  60. 92e32ea cxacru: ignore cx82310_eth devices by Ondrej Zary · 14 years ago
  61. 902ffc3 USB: cxacru: Use a bulk/int URB to access the command endpoint by Simon Arlott · 14 years ago
  62. d6d1b65 param: simple locking for sysfs-writable charp parameters by Rusty Russell · 14 years ago
  63. 16f76a7 usb: atm: fixed spacing and indentation coding style issues by Nicolas Kaiser · 14 years ago
  64. 83a3ac8 usb: conexant: fixed spacing and brace coding style issues by Nicolas Kaiser · 14 years ago
  65. e644814 usb: throw away custom hex digit methods by Andy Shevchenko · 14 years ago
  66. 9196cc7 USB: speedtouch: fixed more brace and spacing coding style issues by Nicolas Kaiser · 14 years ago
  67. 6c4b7f7 USB: speedtouch: fixed brace and spacing coding style issues by Nicolas Kaiser · 14 years ago
  68. cc7b86c usb/atm/ueagle-atm.c: call atm_dev_signal_change() when signal changes. by Karl Hiramoto · 14 years ago
  69. 23f89f0 usb/atm/speedtch.c: call atm_dev_signal_change() when signal changes. by Karl Hiramoto · 14 years ago
  70. 676f3d2 usb/atm/cxacru.c: call atm_dev_signal_change() when signal changes. by Karl Hiramoto · 14 years ago
  71. 96b89f3 usb: atm: speedtch: use new hex_to_bin() method by Andy Shevchenko · 14 years ago
  72. 4545f7e USB: ueagle: fix Coding Styles by Javier Blanco de Torres (Neurowork) · 14 years ago
  73. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  74. 08add0c USB: atm: Use FIELD_SIZEOF, trivial cleanup. by Thiago Farina · 14 years ago
  75. 30fa3d8 USB: cxacru: increment driver version by Simon Arlott · 15 years ago
  76. 817db5b USB: cxacru: remove cxacru-cf.bin loader by Simon Arlott · 15 years ago
  77. 4ac3720 USB: cxacru: add write-only sysfs attribute for modem configuration by Simon Arlott · 15 years ago
  78. 885582c USB: cxacru: firmware writes on OHCI are slow, log progress by Simon Arlott · 15 years ago
  79. c68bb0d USB: cxacru: document how to interact with the flash memory by Simon Arlott · 15 years ago
  80. 9fc950d USB: cxacru: check device isn't being removed during sysfs calls by Simon Arlott · 15 years ago
  81. 5d0a9c7 USB: cxacru: check data length is not negative by Simon Arlott · 15 years ago
  82. 1bfbd28 USB: cxacru: return an empty value for modulation if there is no connection by Simon Arlott · 15 years ago
  83. 9ebfbd4 firmware_class: make request_firmware_nowait more useful by Johannes Berg · 15 years ago
  84. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  85. ade901d firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removal by Samuel Ortiz · 15 years ago
  86. 10107bd USB: cxacru: Fix negative dB output by Simon Arlott · 15 years ago
  87. 877d031 trivial: Fix misspelling of firmware by Nick Andrew · 15 years ago
  88. eeafa64 USB: atm/cxacru, fix lock imbalance by Jiri Slaby · 15 years ago
  89. 7c510e4 net: convert more to %pM by Johannes Berg · 16 years ago
  90. 8fc7aea USB: Speedtouch: add pre_reset and post_reset routines by Alan Stern · 16 years ago
  91. 3b6004f USB: remove warn() macro from usb drivers by Greg Kroah-Hartman · 16 years ago
  92. b5f61ab usbatm: Use skb_queue_walk_safe() instead of by-hand implementation. by David S. Miller · 16 years ago
  93. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  94. 230ffc7 USB: cxacru: Fix printk format flag in error message by Simon Arlott · 16 years ago
  95. 33578bd USB: AccessRunner: avoid unnecessary memset by Christophe Jaillet · 16 years ago
  96. abe28c0 USB: speedtch.c fix sparse shadowed variable warning by Harvey Harrison · 16 years ago
  97. 3b216d1 cxacru: treat firmware data as const by David Woodhouse · 16 years ago
  98. aafcd2f ueagle-atm: treat firmware data as const by David Woodhouse · 16 years ago
  99. e5430f8 USB: Remove redundant dependencies on USB_ATM. by Robert P. J. Day · 16 years ago
  100. a5abdea usb: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago