1. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  2. bd6383c USB: oti6858: switch to generic TIOCMIWAIT implementation by Johan Hovold · 11 years ago
  3. 1acc36e USB: oti6858: only wake up MSR queue on changes by Johan Hovold · 11 years ago
  4. 10c642d USB: serial: remove redundant OOM messages by Johan Hovold · 11 years ago
  5. dc43ff9 USB: oti6858: do not call set_termios with uninitialised data by Johan Hovold · 11 years ago
  6. d7be622 USB: serial: set drain delay at port probe by Johan Hovold · 11 years ago
  7. a0b9281 USB: serial: remove defensive test from set_termios by Johan Hovold · 11 years ago
  8. 215f6f0 USB: oti6858: fix TIOCMIWAIT and disconnect by Johan Hovold · 11 years ago
  9. 1c9f995 USB: oti6858: replace custom ioctl operation with tiocmiwait by Johan Hovold · 11 years ago
  10. 8edfdab USB: oti6858: fix use-after-free in TIOCMIWAIT by Johan Hovold · 11 years ago
  11. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  12. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  13. bcbec05 USB: serial: remove driver version information by Johan Hovold · 12 years ago
  14. 289b076 USB: oti6858: fix port-data memory leak by Johan Hovold · 12 years ago
  15. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  16. ec035e4 USB: serial: oti6858.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  17. 8c8e87b USB: serial: oti6858.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  18. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  19. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  20. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  21. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  22. 77b3b30 USB: oti6858.c: remove dbg() tracing calls by Greg Kroah-Hartman · 12 years ago
  23. 1c51766 USB: oti6858: fix abuse of interface data by Johan Hovold · 12 years ago
  24. db55a04 USB: serial: oti6858.c: use module_usb_serial_driver by Greg Kroah-Hartman · 12 years ago
  25. f667dda usb-serial: use new registration API in [n-p]* drivers by Alan Stern · 12 years ago
  26. 22a416c USB: serial: use dev_err_console in custom write paths by Johan Hovold · 12 years ago
  27. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  28. d5e450e USB: oti6858: forward USB errors to USB serial core by Johan Hovold · 13 years ago
  29. 7da02cd USB: oti6858: remove dead code by Johan Hovold · 13 years ago
  30. 5833041 USB: serial: remove unnecessary reinitialisations of urb->dev by Johan Hovold · 13 years ago
  31. 00a0d0d tty: remove filp from the USB tty ioctls by Alan Cox · 13 years ago
  32. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  33. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  34. 5620b5f USB serial: add missing .usb_driver field in serial drivers by Alan Stern · 13 years ago
  35. 569ff2d usb: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  36. 28f27dc USB: oti6858: use port write fifo by Johan Hovold · 14 years ago
  37. e3c1803 USB: oti6858: use kfifo to implement write buffering by Johan Hovold · 14 years ago
  38. 7d7917b USB: oti6858: declare send_data() as static by Bill Pemberton · 14 years ago
  39. 1f87158 USB: remove references to port->port.count from the serial drivers by Alan Stern · 14 years ago
  40. 7d40d7e USB serial: make USB device id constant by Németh Márton · 14 years ago
  41. d212632 USB: oti6858: fix DMA buffer on stack by Johan Hovold · 15 years ago
  42. 40d2858 USB: serial: no unnecessary GFP_ATOMIC in oti6858 by Oliver Neukum · 15 years ago
  43. fe1ae7f tty: USB serial termios bits by Alan Cox · 15 years ago
  44. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  45. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  46. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  47. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  48. 7aef709 Fix oti6858 debug level by Scott Ashcroft · 16 years ago
  49. 2a77c81 tty-usb-oti6858: Coding style by Alan Cox · 16 years ago
  50. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  51. fd05e72 drivers/usb annotations and fixes by Al Viro · 16 years ago
  52. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  53. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  54. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  55. 97af0a9 USB: oti6858: fix TCFLSH ioctl handling by Paulius Zaleckas · 16 years ago
  56. 0915f49 USB: last abuses of intfdata in close for usb-serial drivers by Oliver Neukum · 16 years ago
  57. b0a239d USB: oti6858: cleanup by Alan Cox · 16 years ago
  58. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  59. b84d2bf usb: avoid redundant cast of kmalloc() return value in OTi-6858 driver by Jesper Juhl · 17 years ago
  60. fa0e672 USB: oti6858: Remove broken ioctl code in -mm tree and also the broken fixes by Alan Cox · 17 years ago
  61. a66639a usb-serial: fix oti6858.c segfault in termios handling by Thomas Viehmann · 17 years ago
  62. 78c26ae USB: serial: oti6858: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  63. 49cdee0 USB: oti6858 usb-serial driver (in Nokia CA-42 cable) by Kees Lemmens · 17 years ago