1. f7bf6ac usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interrupt() by Jia-Ju Bai · 6 years ago
  2. 12071de USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponse by Bjørn Mork · 7 years ago
  3. 6312a84 USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications" by Bjørn Mork · 7 years ago
  4. ce8bb34 cdc-wdm: add terminating newline by Oliver Neukum · 8 years ago
  5. 13a88bf cdc-wdm: cleanup debug messages by Oliver Neukum · 8 years ago
  6. c1da59d cdc-wdm: Clear read pipeline in case of error by Robert Foss · 8 years ago
  7. 833415a cdc-wdm: fix "out-of-sync" due to missing notifications by Bjørn Mork · 8 years ago
  8. 7fae7bf cdc-wdm: use the common CDC parser by Oliver Neukum · 8 years ago
  9. 85e8a0b9 cdc-wdm: error returns need to be translated by Oliver Neukum · 9 years ago
  10. 323ece5 cdc-wdm: fix endianness bug in debug statements by Oliver Neukum · 9 years ago
  11. 28965e1 cdc-wdm: unify error handling in write by Oliver Neukum · 9 years ago
  12. 76cb03e cdc-wdm: return correct error codes by Oliver Neukum · 9 years ago
  13. f563926 usb: cdc-wdm: resp_count can be 0 even if WDM_READ is set by Bjørn Mork · 10 years ago
  14. 99f14bd4 Merge 3.13-rc5 into usb-next by Greg Kroah-Hartman · 11 years ago
  15. 8dd5cd5 usb: cdc-wdm: avoid hanging on zero length reads by Bjørn Mork · 11 years ago
  16. 4144bc8 usb: cdc-wdm: manage_power should always set needs_remote_wakeup by Bjørn Mork · 11 years ago
  17. 9983d6d usb: cdc-wdm: ignore speed change notifications by Bjørn Mork · 11 years ago
  18. 73e0686 USB: cdc-wdm: support back-to-back USB_CDC_NOTIFY_RESPONSE_AVAILABLE notifications by Greg Suarez · 11 years ago
  19. 6dd433e USB: cdc-wdm: fix race between interrupt handler and tasklet by Oliver Neukum · 11 years ago
  20. 3edce1c USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND by Bjørn Mork · 11 years ago
  21. c0f5ece USB: cdc-wdm: fix buffer overflow by Oliver Neukum · 11 years ago
  22. 6a44886 USB: cdc-wdm: fix wdm_find_device* return value by Bjørn Mork · 12 years ago
  23. b903bd6 Merge 3.5-rc7 into usb-next by Greg Kroah-Hartman · 12 years ago
  24. b086b6b USB: cdc-wdm: fix lockup on error in wdm_read by Bjørn Mork · 12 years ago
  25. 1a86e15 USB: cdc-wdm: QMI devices are now handled by qmi_wwan by Bjørn Mork · 12 years ago
  26. de102ef USB: cdc-wdm: Add Vodafone/Huawei K5005 support by Bjørn Mork · 12 years ago
  27. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 12 years ago
  28. 6286d85 USB: cdc-wdm: remove from device list on disconnect by Bjørn Mork · 12 years ago
  29. 6b0b79d USB: cdc-wdm: cannot use dev_printk when device is gone by Bjørn Mork · 12 years ago
  30. 616b693 USB: cdc-wdm: poll must return POLLHUP if device is gone by Bjørn Mork · 12 years ago
  31. 6190631 Merge 3.4-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  32. 12a98b2 USB: cdc-wdm: cleanup error codes by Oliver Neukum · 12 years ago
  33. 880bca3 USB: cdc-wdm: add debug messages on cleanup by Bjørn Mork · 12 years ago
  34. 2f338c8 USB: cdc-wdm: fix memory leak by Oliver Neukum · 12 years ago
  35. 24a85ba USB: cdc-wdm: sanitize error returns by Oliver Neukum · 12 years ago
  36. 5c22837 USB: cdc-wdm: fix race leading leading to memory corruption by Oliver Neukum · 12 years ago
  37. 3cc3615 usb: cdc-wdm: adding usb_cdc_wdm_register subdriver support by Bjørn Mork · 12 years ago
  38. b0c1386 usb: cdc-wdm: adding list lookup indirection by Bjørn Mork · 12 years ago
  39. 0dffb48 usb: cdc-wdm: split out reusable parts of probe by Bjørn Mork · 12 years ago
  40. b7a2055 cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptied by Ben Hutchings · 12 years ago
  41. 711c68b cdc-wdm: Fix more races on the read path by Ben Hutchings · 12 years ago
  42. 8804420 usb: cdc-wdm: make reset work with blocking IO by Bjørn Mork · 12 years ago
  43. 7483948 Merge tag 'usb-3.3-rc3' into usb-next by Greg Kroah-Hartman · 12 years ago
  44. fec67b4 usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems by Bjørn Mork · 12 years ago
  45. 820c629 USB: cdc-wdm: avoid printing odd-looking "cdc-wdm-176" names by Bjørn Mork · 12 years ago
  46. 7e3054a USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE by Bjørn Mork · 12 years ago
  47. 15699e6 USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE by Bjørn Mork · 12 years ago
  48. 8143a89 USB: cdc-wdm: kill the now unnecessary bMaxPacketSize0 field and udev variable by Bjørn Mork · 12 years ago
  49. 8457d99 USB: cdc-wdm: no need to use usb_alloc_coherent by Bjørn Mork · 12 years ago
  50. cafbe85 USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core by Bjørn Mork · 12 years ago
  51. 19b85b3 USB: cdc-wdm: no need to fill the in request URB every time it's submitted by Bjørn Mork · 12 years ago
  52. 655e247 USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core by Bjørn Mork · 12 years ago
  53. 62aaf24 USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removal by Bjørn Mork · 12 years ago
  54. e8537bd USB: cdc-wdm: use two mutexes to allow simultaneous read and write by Bjørn Mork · 12 years ago
  55. c428b70 USB: cdc-wdm: updating desc->length must be protected by spin_lock by Bjørn Mork · 12 years ago
  56. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  57. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  58. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  59. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  60. d771d8a USB: cdc-wdm: reset handling according to new requirements by Oliver Neukum · 13 years ago
  61. 878b753e USB: Fix 'bad dma' problem on WDM device disconnect by Robert Lukassen · 13 years ago
  62. 0cdfb81 USB: cdc-wdm: fix misuse of logical operation in place of bitop by David Sterba · 13 years ago
  63. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  64. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  65. 338124c usb: cdc-wdm: Fix deadlock between write and resume by Oliver Neukum · 14 years ago
  66. d93d16e usb: cdc-wdm: Fix order in disconnect and fix locking by Oliver Neukum · 14 years ago
  67. 62e6685 usb: cdc-wdm:Fix loss of data due to autosuspend by Oliver Neukum · 14 years ago
  68. beb1d35 usb: cdc-wdm: Fix submission of URB after suspension by Oliver Neukum · 14 years ago
  69. d855fe2 usb: cdc-wdm: Fix race between disconnect and debug messages by Oliver Neukum · 14 years ago
  70. 922a5ea usb: cdc-wdm: Fix race between autosuspend and reading from the device by Oliver Neukum · 14 years ago
  71. 860e41a usb: cdc-wdm: Fix race between write and disconnect by Oliver Neukum · 14 years ago
  72. 94015f6 USB: BKL removal: cdc-wdm by Oliver Neukum · 14 years ago
  73. 8626645 USB: Push BKL on open down into the drivers by Oliver Neukum · 14 years ago
  74. 6ef4852 USB class: make USB device id constant by Németh Márton · 14 years ago
  75. 7f1dc31 USB: CDC WDM driver doesn't support non-blocking reads by Oliver Neukum · 15 years ago
  76. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  77. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  78. 052fbc0 USB: correct error handling in cdc-wdm by Oliver Neukum · 15 years ago
  79. e13c594 USB: fix oops in cdc-wdm in case of malformed descriptors by Oliver Neukum · 15 years ago
  80. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  81. aa5380b USB: cdc-wdm: make module autoload work by Oliver Neukum · 16 years ago
  82. 9908a32 USB: remove err() macro from usb class drivers by Greg Kroah-Hartman · 16 years ago
  83. 3575858 USB: fix build error in cdc-acm for CONFIG_PM=n by Oliver Neukum · 16 years ago
  84. 17d80d5 USB: autosuspend for cdc-wdm by Oliver Neukum · 16 years ago
  85. 87d65e5 USB: cdc-wdm cleanup by Oliver Neukum · 16 years ago
  86. fa4144b cdc-wdm endianness fixes by Al Viro · 16 years ago
  87. afba937 USB: CDC WDM driver by Oliver Neukum · 16 years ago