1. a6ecfb3 usb: hso: fix error handling code of hso_create_net_device by Dongliang Mu · 3 years, 6 months ago
  2. c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 7 months ago
  3. 910cc953 Merge 5.13-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 8 months ago
  4. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
  5. 1a6e9a9 net: hso: fix control-request directions by Johan Hovold · 3 years, 8 months ago
  6. 7567d60 net: usb: hso: use DEVICE_ATTR_RO macro by YueHaibing · 3 years, 8 months ago
  7. 4d52ebc net: hso: bail out on interrupt URB allocation failure by Johan Hovold · 3 years, 8 months ago
  8. 31db0db net: hso: check for allocation failure in hso_create_bulk_serial_device() by Dan Carpenter · 3 years, 8 months ago
  9. fff4ef1 tty: make tty_operations::chars_in_buffer return uint by Jiri Slaby · 3 years, 9 months ago
  10. 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 9 months ago
  11. 2ad5692 net: hso: fix NULL-deref on disconnect regression by Johan Hovold · 3 years, 9 months ago
  12. 8a12f88 net: hso: fix null-ptr-deref during tty device unregistration by Anirudh Rayabharam · 3 years, 9 months ago
  13. fb1eb9b net: usb: hso: use new tasklet API by Emil Renner Berthing · 4 years ago
  14. 447d871 net: usb: Use DEFINE_SPINLOCK() for spinlock by Zheng Yongjun · 4 years, 1 month ago
  15. abaf00f usb: hso: remove bogus check for EINPROGRESS by Oliver Neukum · 4 years, 6 months ago
  16. 11c5f6d usb: hso: no complaint about kmalloc failure by Oliver Neukum · 4 years, 6 months ago
  17. 5fcfb6d hso: fix bailout in error case of probe by Oliver Neukum · 4 years, 6 months ago
  18. e911e99 usb: hso: check for return value in hso_serial_common_create() by Rustam Kovhaev · 4 years, 6 months ago
  19. e048401 usb: hso: Fix debug compile warning on sparc32 by Geert Uytterhoeven · 4 years, 6 months ago
  20. 1a10186 usb: hso: correct debug message by Oliver Neukum · 4 years, 9 months ago
  21. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  22. 1d4a09d net: hso: Fix -Wcast-function-type by Phong Tran · 5 years ago
  23. af0de13 usb: hso: obey DMA rules in tiocmget by Oliver Neukum · 5 years ago
  24. 8353da9 hso: fix NULL-deref on tty open by Johan Hovold · 5 years ago
  25. 04672fe treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268 by Thomas Gleixner · 6 years ago
  26. 5146f95 USB: hso: Fix OOB memory access in hso_probe/hso_get_config_data by Hui Peng · 6 years ago
  27. ae85467 net: usb: hso: use swap macro in hso_kick_transmit by Gustavo A. R. Silva · 7 years ago
  28. 12c4de4 net: usb: hso: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 7 years ago
  29. d61e403 drivers/net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  30. 461ee7f net: usb: hso.c: remove unneeded DRIVER_LICENSE #define by Greg Kroah-Hartman · 7 years ago
  31. 85cf7a6 net: hso: remove redundant unused variable dev by Colin Ian King · 7 years ago
  32. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  33. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  34. 4c761da net: hso: register netdev later to avoid a race condition by Andreas Kemnade · 8 years ago
  35. a23f6ce net: hso: fix module unloading by Andreas Kemnade · 8 years ago
  36. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  37. 3981cce hso: Convert printk to pr_<level> by Joe Perches · 8 years ago
  38. 95a6911 hso: Use a more common logging style by Joe Perches · 8 years ago
  39. 12800ea net: usb: hso: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  40. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 9 years ago
  41. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  42. 50462ce hso: replace current->state by __set_current_state() by Fabian Frederick · 10 years ago
  43. 64bea46 hso: always read interface number from the current altsetting by Aleksander Morgado · 10 years ago
  44. 0416605 hso: fix rx parsing logic when skb allocation fails by Aleksander Morgado · 10 years ago
  45. 4134069 hso: Use static attribute groups for sysfs entry by Takashi Iwai · 10 years ago
  46. 3812106 hso: fix rfkill name conflicts by Olivier Sobrie · 10 years ago
  47. cc49197 hso: add missing cancel_work_sync in disconnect() by Olivier Sobrie · 10 years ago
  48. 301d3b7 hso: update serial_table in usb disconnect method by Olivier Sobrie · 10 years ago
  49. 69b377b hso: move tty_unregister outside hso_serial_common_free() by Olivier Sobrie · 10 years ago
  50. 26c1f1f hso: replace reset_device work by usb_queue_reset_device() by Olivier Sobrie · 10 years ago
  51. f6516b6 hso: rename hso_dev into serial in hso_free_interface() by Olivier Sobrie · 10 years ago
  52. 7992767 hso: fix small indentation error by Olivier Sobrie · 10 years ago
  53. 2e6d01f hso: fix memory leak in hso_create_rfkill() by Olivier Sobrie · 10 years ago
  54. 295fc56 hso: fix memory leak when device disconnects by Olivier Sobrie · 10 years ago
  55. 29bd3bc hso: fix crash when device disappears while serial port is open by Olivier Sobrie · 10 years ago
  56. 3ac856c hso: remove useless header file timer.h by Olivier Sobrie · 10 years ago
  57. 91ecee6 net: USB: Deletion of unnecessary checks before the function call "kfree" by Markus Elfring · 10 years ago
  58. 61ab9ef net/usb/hso: Add support for Option GTM671WFS by Ricardo Ribalda · 10 years ago
  59. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  60. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
  61. 8f9818af hso: fix deadlock when receiving bursts of data by Olivier Sobrie · 11 years ago
  62. 5c763ed hso: remove unused workqueue by Olivier Sobrie · 11 years ago
  63. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  64. 4ccd0bb hso: remove some dead code by Dan Carpenter · 11 years ago
  65. e5e97ee hso: fix handling of modem port SERIAL_STATE notifications by Dan Williams · 11 years ago
  66. e75dc67 hso: Fix stack corruption on some architectures by Daniel Gimpelevich · 11 years ago
  67. 35e57e1 hso: Earlier catch of error condition by Daniel Gimpelevich · 11 years ago
  68. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 12 years ago
  69. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 12 years ago
  70. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  71. 38673c8 drivers: net: usb: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  72. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  73. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  74. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  75. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  76. adc8d74 tty: move the termios object into the tty by Alan Cox · 13 years ago
  77. 94b5aff Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  78. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 13 years ago
  79. 9f8c0b0 TTY: hso, use tty from tty_port by Jiri Slaby · 13 years ago
  80. 3040942 TTY: hso, remove tty NULL checks fro tty->ops by Jiri Slaby · 13 years ago
  81. 5ce76e7 TTY: hso, add tty_port by Jiri Slaby · 13 years ago
  82. d230788 TTY: hso, free tty_driver by Jiri Slaby · 13 years ago
  83. 005ce07f TTY: hso, do not set TTY MAGIC by Jiri Slaby · 13 years ago
  84. 843ec55 Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  85. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
  86. 22ad749 hso: memsetting wrong data in hso_get_count() by Dan Carpenter · 13 years ago
  87. 5e2cd08 hso: fix a use after free condition by Greg KH · 14 years ago
  88. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 14 years ago
  89. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
  90. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 14 years ago
  91. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 14 years ago
  92. 5b89db0e Net, USB, Option, hso: Do not dereference NULL pointer by Jesper Juhl · 14 years ago
  93. 5591c75 usb: Use static const, consolidate code by Joe Perches · 14 years ago
  94. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  95. 6934d33 hso: IP checksuming doesn't work on GE0301 option cards by Thomas Bogendoerfer · 14 years ago
  96. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  97. 8e65c0e hso: fix disable_net by Filip Aben · 14 years ago
  98. ce5a121 hso: Fix unused variable warning by Alan Cox · 14 years ago
  99. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  100. 0bca1b9 tty: Convert the USB drivers to the new icount interface by Alan Cox · 14 years ago