1. a2f1111 USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback by Qiujun Huang · 4 years, 2 months ago
  2. 72af08e USB: serial: io_edgeport: handle unbound ports on URB completion by Johan Hovold · 4 years, 5 months ago
  3. 3d70345a USB: serial: io_edgeport: use irqsave() in USB's complete callback by John Ogness · 6 years ago
  4. bbd5aeb USB: serial: io_edgeport: add missing active-port sanity check by Johan Hovold · 4 years, 5 months ago
  5. 1e63d9a USB: serial: io_edgeport: fix epic endpoint lookup by Johan Hovold · 4 years, 6 months ago
  6. ec719c5 USB: serial: io_edgeport: fix possible sleep-in-atomic by Jia-Ju Bai · 6 years ago
  7. 6fa44d4 USB: serial: io_edgeport: fix descriptor error handling by Johan Hovold · 7 years ago
  8. b07e930 USB: serial: io_edgeport: fix epic-descriptor handling by Johan Hovold · 7 years ago
  9. 65914ee USB: serial: io_edgeport: fix NULL-deref at open by Johan Hovold · 7 years ago
  10. c8d6295 USB: serial: io_edgeport: fix memory leaks in probe error path by Johan Hovold · 8 years ago
  11. c5c0c55 USB: serial: io_edgeport: fix memory leaks in attach error path by Johan Hovold · 8 years ago
  12. 9db276f tty: Use termios c_*flag macros by Peter Hurley · 8 years ago
  13. 232dce8 USB: io_edgeport: remove redundant conditions by Geyslan G. Bem · 8 years ago
  14. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  15. 10c642d USB: serial: remove redundant OOM messages by Johan Hovold · 10 years ago
  16. 4d5147e USB: serial: clean up ioctl debugging by Johan Hovold · 10 years ago
  17. 421ae6e USB: io_edgeport: remove unused defines by Johan Hovold · 11 years ago
  18. e5b1e20 USB: serial: make minor allocation dynamic by Greg Kroah-Hartman · 11 years ago
  19. 1143832 USB: serial: ports: add minor and port number by Greg Kroah-Hartman · 11 years ago
  20. ec25e24 Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  21. ef99f3a Merge 3.9-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  22. 8b8070d USB: io_edgeport: switch to generic TIOCMIWAIT implementation by Johan Hovold · 11 years ago
  23. d36a771 USB: io_edgeport: switch to generic get_icount implementation by Johan Hovold · 11 years ago
  24. 3335762 USB: io_edgeport: fix use-after-free in TIOCMIWAIT by Johan Hovold · 11 years ago
  25. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 11 years ago
  26. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  27. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 11 years ago
  28. bcbec05 USB: serial: remove driver version information by Johan Hovold · 12 years ago
  29. c27f3ef USB: io_edgeport: fix port-data memory leak by Johan Hovold · 12 years ago
  30. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  31. 9fa3833 USB: Serial: io_edgeport.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  32. 59d33f2 USB: serial: remove debug parameter from usb_serial_debug_data() by Greg Kroah-Hartman · 12 years ago
  33. 984f686 USB: serial: io_edgeport.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  34. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  35. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  36. 36ccce4 USB: serial: io_edgeport.c: use module_usb_serial_driver by Greg Kroah-Hartman · 12 years ago
  37. 7dbe246 usb-serial: use new registration API in [i-j]* drivers by Alan Stern · 12 years ago
  38. 22a416c USB: serial: use dev_err_console in custom write paths by Johan Hovold · 12 years ago
  39. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  40. 5833041 USB: serial: remove unnecessary reinitialisations of urb->dev by Johan Hovold · 13 years ago
  41. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  42. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  43. 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
  44. e4738e2 USB: Remove unused timeout from io_edgeport.c by Huzaifa Sidhpurwala · 13 years ago
  45. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 13 years ago
  46. 00a0d0d tty: remove filp from the USB tty ioctls by Alan Cox · 13 years ago
  47. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  48. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  49. 271c115 USB: io_edgeport: fix the reported firmware major and minor by Bjørn Mork · 13 years ago
  50. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  51. 0bca1b9 tty: Convert the USB drivers to the new icount interface by Alan Cox · 14 years ago
  52. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  53. 1ac93a3 USB: io_edgeport: Use kzalloc by Julia Lawall · 14 years ago
  54. a108bfc USB: tty: Prune uses of tty_request_room in the USB layer by Alan Cox · 14 years ago
  55. 759f363 USB: serial: Remove unnecessary \n's from dbg uses by Joe Perches · 14 years ago
  56. f10718f USB: io_edgeport: eliminate get_string() by Dan Carpenter · 14 years ago
  57. d0ef90b USB: serial: fix DMA buffers on stack for io_edgeport.c by Dan Carpenter · 14 years ago
  58. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  59. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  60. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  61. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  62. 2400a2b USB: removal of tty->low_latency hack dating back to the old serial code by Oliver Neukum · 15 years ago
  63. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  64. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  65. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  66. d76f2f4 io_edgeport: Fix various bogus returns to the tty layer by Alan Cox · 16 years ago
  67. 03f0dbf tty-usb-io_edgeport: Coding style by Alan Cox · 16 years ago
  68. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  69. 5b9ea93 edgeport: use request_firmware() by Jaswinder Singh · 16 years ago
  70. fd05e72 drivers/usb annotations and fixes by Al Viro · 16 years ago
  71. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  72. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  73. dc0d5c1 USB: Spelling fixes by Joe Perches · 16 years ago
  74. 6ce073b USB: io_edgeport: cleanups, and tty speed reporting by Alan Cox · 17 years ago
  75. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  76. bc71e47 usb-serial: Fix edgeport regression on non-EPiC devices by Adam Kropelin · 17 years ago
  77. 6dc7310 USB: io_*: remove bogus termios no change checks by Alan Cox · 17 years ago
  78. 2a393f5 USB: serial: io_edgeport: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  79. 74ac07e USB: fix race leading to use after free in io_edgeport by Oliver Neukum · 17 years ago
  80. beb7dd8 Fix misspellings collected by members of KJ list. by Robert P. J. Day · 17 years ago
  81. cb8eaa8 USB: io_edgeport: Convert to generic boolean by Richard Knutsson · 17 years ago
  82. 96c706e USB: io_edgeport race condition in counters by Oliver Neukum · 17 years ago
  83. d9b1b78 USB serial: add driver pointer to all usb-serial drivers by Johannes Hölzl · 17 years ago
  84. 6e8cf77 USB: add EPIC support to the io_edgeport driver by Greg Kroah-Hartman · 17 years ago
  85. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 17 years ago
  86. 9a25f44 usb: io_edgeport kill urb cleanup by Mariusz Kozlowski · 18 years ago
  87. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  88. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago
  89. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  90. 4bc203d [PATCH] USB: io_edgeport touch-up by Pete Zaitcev · 18 years ago
  91. bfd5df3 [PATCH] USB: free allocated memory on io_edgeport startup memory failure by Chris Lund · 18 years ago
  92. ad93375 [PATCH] usb: io_edgeport, cleanup to unicode handling by Pete Zaitcev · 18 years ago
  93. 80b6ca4 [PATCH] USB: kzalloc() conversion for rest of drivers/usb by Eric Sesterhenn · 18 years ago
  94. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 18 years ago
  95. 52950ed [PATCH] USB: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  96. 4c4c943 [PATCH] USB: mark various usb tables const by Arjan van de Ven · 19 years ago
  97. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  98. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  99. 502b95c [PATCH] USB Serial: move old changelog comments out of source code by Greg Kroah-Hartman · 19 years ago
  100. 1bc3c9e [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL by Jesper Juhl · 19 years ago