1. b2ca699 USB: serial: fix null-pointer dereferences on disconnect by Johan Hovold · 11 years ago
  2. 810360a USB: serial: grab disconnect mutex in chars_in_buffer by Johan Hovold · 12 years ago
  3. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  4. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  5. 44b0f08 USB: serial: fix up bug with missing {} by Greg Kroah-Hartman · 12 years ago
  6. ee42f6c USB: serial: core: fix up printk() usage by Greg Kroah-Hartman · 12 years ago
  7. 3033bc8 USB: Serial: usb-serial: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  8. 92931d2 USB: serial: core: clean up dbg and printk usage. by Greg Kroah-Hartman · 12 years ago
  9. fee84a5 USB: serial: core: remove some trace debugging calls by Greg Kroah-Hartman · 12 years ago
  10. 36b3c07 tty: Move the handling of the tty release logic by Alan Cox · 12 years ago
  11. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  12. fc915c8 Merge 3.5-rc4 into tty-next by Greg Kroah-Hartman · 12 years ago
  13. ca4ff10 TTY: usb-serial, use tty_port_install by Jiri Slaby · 12 years ago
  14. 0658a33 usb: use usb_serial_put in usb_serial_probe errors by Jan Safrata · 12 years ago
  15. 954c3f8 USB: serial: Enforce USB driver and USB serial driver match by Bjørn Mork · 12 years ago
  16. dcd82cd USB: serial: fix up reset_resume callback by Greg Kroah-Hartman · 12 years ago
  17. 3a23003 USB: serial: generic driver is only for testing by Bjørn Mork · 12 years ago
  18. 7186364 USB: serial: hook up reset_resume callback by Greg Kroah-Hartman · 12 years ago
  19. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  20. 2edd284 USB: serial: remove bizarre generic_serial probe function by Greg Kroah-Hartman · 12 years ago
  21. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  22. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  23. 5cbe61c usb-serial: ftdi_sio: fix oops during autosuspend by Alan Stern · 12 years ago
  24. bdce661 USB: serial: fix interface data use by Johan Hovold · 12 years ago
  25. a65a6f1 USB: serial: fix race between probe and open by Johan Hovold · 12 years ago
  26. 891a3b1 USB: fix bug in serial driver unregistration by Alan Stern · 12 years ago
  27. ed378a5 Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  28. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  29. f799e76 USB: serial: remove usb_serial_register and usb_serial_deregister by Greg Kroah-Hartman · 12 years ago
  30. 765e0ba usb-serial: new API for driver registration by Alan Stern · 12 years ago
  31. 76f82a7 USB: serial, use tty_standard_install by Jiri Slaby · 12 years ago
  32. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  33. 5689871 USB: remove BKL comments by Davidlohr Bueso · 13 years ago
  34. c6249ff USB: serial: do not forward USB specific errors in write by Johan Hovold · 13 years ago
  35. 3e1f490 USB: serial: fix whitespace issues by Johan Hovold · 13 years ago
  36. 3827d87 USB: serial: do not forward USB specific errors in open by Johan Hovold · 13 years ago
  37. d83b405 USB: serial: add support for multiple read urbs by Johan Hovold · 13 years ago
  38. 1ce7b93 USB: serial: reuse generic write urb and bulk-out buffer by Johan Hovold · 13 years ago
  39. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  40. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  41. 969e303 USB: serial drivers need to use larger bulk-in buffers by Alan Stern · 13 years ago
  42. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  43. 00a0d0d tty: remove filp from the USB tty ioctls by Alan Cox · 13 years ago
  44. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  45. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  46. 5620b5f USB serial: add missing .usb_driver field in serial drivers by Alan Stern · 14 years ago
  47. abf0318 USB: fix autosuspend bug in usb-serial by Alan Stern · 14 years ago
  48. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  49. d281da7 tty: Make tiocgicount a handler by Alan Cox · 14 years ago
  50. d92a3ca USB: serial: fix leak of usb serial module refrence count by Ming Lei · 14 years ago
  51. a7a6b79 USB: serial: enable async suspend for usb serial port device by Ming Lei · 14 years ago
  52. 0daeed3 USB-BKL: Remove BKL use for usb serial driver probing by Andi Kleen · 14 years ago
  53. 27c7acf USB: serial: reimplement generic fifo-based writes by Johan Hovold · 14 years ago
  54. eaa3bcb USB: serial: generalise write buffer preparation by Johan Hovold · 14 years ago
  55. 2315432 USB: serial: generalise generic read implementation by Johan Hovold · 14 years ago
  56. bbcb2b9 USB: serial: allow drivers to define bulk buffer sizes by Johan Hovold · 14 years ago
  57. bd5afa9 usb-serial: Use tty_port version console instead of usb_serial_port by Jason Wessel · 14 years ago
  58. 49d3380 tty: Fix various bogus WARN checks in the usb serial layer by Alan Cox · 14 years ago
  59. b4fc2ae USB: serial: fix typo in debug message by Johan Hovold · 15 years ago
  60. 119eecc Fix usb_serial_probe() problem introduced by the recent kfifo changes by Stefani Seibold · 15 years ago
  61. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  62. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  63. 82fc594 usb_serial: Kill port mutex by Alan Cox · 15 years ago
  64. e1108a6 usb_serial: Use the shutdown() operation by Alan Cox · 15 years ago
  65. 64bc397 tty_port: add "tty_port_open" helper by Alan Cox · 15 years ago
  66. a5f6005 USB: small fix in error case of suspend in generic usbserial code by Oliver Neukum · 15 years ago
  67. a4720c6 USB: serial: don't call release without attach by Alan Stern · 15 years ago
  68. f278a2f tty: Fix regressions caused by commit b50989dc by Dave Young · 15 years ago
  69. 8e8dce0 USB: use kfifo to buffer usb-generic serial writes by David VomLehn · 15 years ago
  70. 81e5b23 USB: fix wrong order of events in usb serial suspension by Oliver Neukum · 15 years ago
  71. 75b48f0 USB: usb-serial, remove unused variables by Jiri Slaby · 15 years ago
  72. 320348c usb-serial: straighten out serial_open by Alan Stern · 15 years ago
  73. ff8324d usb-serial: add missing tests and debug lines by Alan Stern · 15 years ago
  74. 7455612 usb-serial: rename subroutines by Alan Stern · 15 years ago
  75. 7e29bb4 usb-serial: fix termios initialization logic by Alan Stern · 15 years ago
  76. cc56cd0 usb-serial: acquire references when a new tty is installed by Alan Stern · 15 years ago
  77. 8bc2c1b usb-serial: change logic of serial lookups by Alan Stern · 15 years ago
  78. f5b0953 usb-serial: put subroutines in logical order by Alan Stern · 15 years ago
  79. 41bd34d usb-serial: change referencing of port and serial structures by Alan Stern · 15 years ago
  80. fe1ae7f tty: USB serial termios bits by Alan Cox · 15 years ago
  81. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  82. 4455e34 tty: USB can now use the shutdown method for kref based freeing of ports by Alan Cox · 15 years ago
  83. d2b3918 tty: USB hangup is racy by Alan Cox · 15 years ago
  84. c56d300 usb_serial: Fix remaining ref count/lock bugs by Alan Cox · 15 years ago
  85. b68f2fb tty: Fix a USB serial crash/scribble by Alan Cox · 15 years ago
  86. 51feb98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  87. 6e40612 USB: console: Fix regression in usb console on kernel boot by Jason Wessel · 15 years ago
  88. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  89. f4fa446 usb_serial: Fix oops when unexisting usb serial device is opened. by Thadeu Lima de Souza Cascardo · 15 years ago
  90. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  91. c706ebd USB: usb-serial: call port_probe and port_remove at the right times by Alan Stern · 15 years ago
  92. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  93. 0a3c854 usb-serial: fix crash when sub-driver updates firmware by Alan Stern · 15 years ago
  94. 2d93148 USB: serial: fix lifetime and locking problems by Alan Stern · 15 years ago
  95. 6fd69d3 proc tty: switch usb-serial to ->proc_fops by Alexey Dobriyan · 15 years ago
  96. e4abe66 usb-serial: fix usb_serial_register bug when boot with nousb param by Dave Young · 15 years ago
  97. 331879f USB: serial: refuse to open recently removed USB Serial devices by James Woodcock · 15 years ago
  98. 1c27ae6 USB: serial: remove recourse to generic method by Oliver Neukum · 15 years ago
  99. c49cfa91 USB: serial: use generic method if no alternative is provided in usb serial layer by Oliver Neukum · 15 years ago
  100. f8bece8 USB: serial: introduce a flag into the usb serial layer to tell drivers that their URBs are killed due to suspension by Oliver Neukum · 15 years ago