1. 5bd8ad3 tty: ipwireless: remove unused ipw_dev::attribute_memory by Jiri Slaby (SUSE) · 1 year, 1 month ago
  2. 9571396 tty: make tty_operations::write()'s count size_t by Jiri Slaby (SUSE) · 1 year, 4 months ago
  3. 69851e4 tty: propagate u8 data to tty_operations::write() by Jiri Slaby (SUSE) · 1 year, 4 months ago
  4. 9f90a4d tty: drop put_tty_driver by Jiri Slaby · 3 years, 5 months ago
  5. 39b7b42 tty: stop using alloc_tty_driver by Jiri Slaby · 3 years, 5 months ago
  6. fb52436 ipwireless: remove unused ipw_tty::closing by Jiri Slaby · 3 years, 6 months ago
  7. fff4ef1 tty: make tty_operations::chars_in_buffer return uint by Jiri Slaby · 3 years, 8 months ago
  8. 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 8 months ago
  9. 6bfbfcf tty: make everyone's write_room return >= 0 by Jiri Slaby · 3 years, 10 months ago
  10. 6c2e631 tty: do not check tty_unregister_driver's return value by Jiri Slaby · 3 years, 10 months ago
  11. 0bc1bd0 tty_port: drop last traces of low_latency by Jiri Slaby · 4 years ago
  12. db33235 tty: ipwireless: fix error handling by Tong Zhang · 4 years, 4 months ago
  13. a42a9f6a9 tty: ipwireless: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
  14. 38c91d1 tty: add SPDX identifiers to Kconfig and Makefiles by Greg Kroah-Hartman · 6 years ago
  15. 1bbb1c3 tty: ipwireless: fix missing checks for ioremap by Kangjie Lu · 6 years ago
  16. 7dd50e20 tty: ipwireless: Fix potential NULL pointer dereference by YueHaibing · 6 years ago
  17. a7b06fc ipwireless: switch to ->[sg]et_serial() by Al Viro · 6 years ago
  18. 13eac05 tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_create by Jia-Ju Bai · 7 years ago
  19. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  20. fb0255f Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  21. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  24. fec4dae tty: ipwireless, cleanup TIOCGSERIAL by Jiri Slaby · 9 years ago
  25. 76bbdcb tty: ipwireless: fix possible NULL dereference by Sudip Mukherjee · 9 years ago
  26. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  27. 52df3d5 ipwireless: missing assignment by Alan · 10 years ago
  28. 7e041ab tty: ipwireless: Fix probable mask then right shift defects by Joe Perches · 10 years ago
  29. 01261cb tty: ipwireless: Remove tty->closing abort from ipw_open() by Peter Hurley · 11 years ago
  30. a9c3f68 tty: Fix low_latency BUG by Peter Hurley · 11 years ago
  31. f8e87cb tty: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  32. f3c8279 tty: ipwireless: Remove redundant NULL check before kfree by Syam Sidhardhan · 12 years ago
  33. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  34. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  35. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  36. d6c53c0e TTY: move low_latency to tty_port by Jiri Slaby · 12 years ago
  37. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  38. d82603c treewide: Replace incomming with incoming in all comments and strings by Jorrit Schippers · 12 years ago
  39. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  40. b3834be various: Fix spelling of "asynchronous" in comments. by Adam Buchbinder · 12 years ago
  41. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  42. d1519e2 ipwireless: don't oops if we run out of space by Alan Cox · 12 years ago
  43. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  44. b6abc90 tty: ipwireless: check ppp register worked by Alan Cox · 12 years ago
  45. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  46. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  47. 19ef1b7 TTY: ipwireless, use tty from tty_port by Jiri Slaby · 13 years ago
  48. 7393af8 TTY: ipwireless, add tty_port by Jiri Slaby · 13 years ago
  49. e6df3cc TTY: ipwireless, move prints to appropriate places by Jiri Slaby · 13 years ago
  50. de3a60a TTY: ipwireless, use synchronous hangup by Jiri Slaby · 13 years ago
  51. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  52. ecaa3bd TTY: ipwireless, fix tty->index handling by Jiri Slaby · 13 years ago
  53. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
  54. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 13 years ago
  55. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  56. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 14 years ago
  57. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 14 years ago
  58. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  59. 282361a tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/ by Greg Kroah-Hartman · 14 years ago