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