1. 18d9489 irda: Only insert new objects into the global database via setsockopt by Tyler Hicks · 6 years ago
  2. ce54bf4ae irda: Fix memory leak caused by repeated binds of irda socket by Tyler Hicks · 6 years ago
  3. f3f5bf2 irda: do not leak initialized list.dev to userspace by Colin Ian King · 7 years ago
  4. c2219da irda: Fix lockdep annotations in hashbin_delete(). by David S. Miller · 7 years ago
  5. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. 8ab86c0 irda: Free skb on irda_accept error path. by phil.turnbull@oracle.com · 8 years ago
  7. dc833de net/irda: remove pointless assignment/check by Vegard Nossum · 8 years ago
  8. 5ba092e net/irda: handle iriap_register_lsap() allocation failure by Vegard Nossum · 8 years ago
  9. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  10. d3e6952 net/irda: fix NULL pointer dereference on memory allocation failure by Vegard Nossum · 8 years ago
  11. a2a5f1a net: ircomm, cleanup TIOCGSERIAL by Jiri Slaby · 8 years ago
  12. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  13. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  14. d41861c tty: Replace ASYNC_INITIALIZED bit and update atomically by Peter Hurley · 8 years ago
  15. 2d68655 tty: Replace ASYNC_CHECK_CD and update atomically by Peter Hurley · 8 years ago
  16. 807c8d81 tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically by Peter Hurley · 8 years ago
  17. 5604a98 tty: Replace ASYNC_CTS_FLOW bit and update atomically by Peter Hurley · 8 years ago
  18. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 8 years ago
  19. 18900ca tty: Replace TTY_IO_ERROR bit tests with tty_io_error() by Peter Hurley · 8 years ago
  20. 249f3c4 Merge 4.5-rc4 into tty-next by Greg Kroah-Hartman · 8 years ago
  21. 3d45296 irda: fix a potential use-after-free in ircomm_param_request by WANG Cong · 8 years ago
  22. afc5ab0 tty: Remove ASYNC_CLOSING by Peter Hurley · 8 years ago
  23. 9db276f tty: Use termios c_*flag macros by Peter Hurley · 8 years ago
  24. 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 8 years ago
  25. fd0d351 Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  26. 37b8e1c irda: Delete an unnecessary check before the function call "irlmp_unregister_service" by Markus Elfring · 9 years ago
  27. 50010c2 irda: precedence bug in irlmp_seq_hb_idx() by Dan Carpenter · 9 years ago
  28. fef062c tty: Remove ASYNC_CLOSING checks in open()/hangup() methods by Peter Hurley · 9 years ago
  29. 005e870 irda: use msecs_to_jiffies for conversion to jiffies by Nicholas Mc Guire · 9 years ago
  30. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  31. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  32. bbbce51 Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  33. 2c3fbe3 net: irda: fix wait_until_sent poll timeout by Johan Hovold · 9 years ago
  34. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  35. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  36. a948f8c irda: replace current->state by set_current_state() by Fabian Frederick · 9 years ago
  37. a994a090 irda: use msecs_to_jiffies for conversions by Nicholas Mc Guire · 9 years ago
  38. 785c20a irda: Convert function pointer arrays and uses to const by Joe Perches · 9 years ago
  39. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  40. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  41. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  42. a768851 irda: Fix build failures after IRDA_DEBUG->pr_debug by Joe Perches · 9 years ago
  43. 955a9d20 irda: Convert IRDA_DEBUG to pr_debug by Joe Perches · 9 years ago
  44. 6c91023 irda: Remove IRDA_<TYPE> logging macros by Joe Perches · 9 years ago
  45. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 9 years ago
  46. 4cb8c35 irda: stop calling sk_prot->disconnect() on connection failure by Linus Torvalds · 10 years ago
  47. 0d4a2f9 irda: add __init to irlan_open by Fabian Frederick · 10 years ago
  48. efd5029 irda: Fix rd_frame control field initialization in irlap_send_rd_frame() by Maks Naumov · 10 years ago
  49. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  50. f301f22 irda: remove unnecessary break after return by Fabian Frederick · 10 years ago
  51. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  52. e359a4e tty: Remove tty_hung_up_p() tests from tty drivers' open() by Peter Hurley · 10 years ago
  53. 79631c8 trivial: net/irda/irlmp.c: Fix closing brace followed by if by Rasmus Villemoes · 10 years ago
  54. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  55. d377050 net/irda: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  56. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 10 years ago
  57. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 10 years ago
  58. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 10 years ago
  59. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  60. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  61. 35a2af9 sched/wait: Make the __wait_event*() interface more friendly by Peter Zijlstra · 11 years ago
  62. aafee33 net/irda: fixed style issues in irttp by Dragos Foianu · 11 years ago
  63. b6a82dd net/irda: fixed style issues in irlan_eth by Dragos Foianu · 11 years ago
  64. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  65. ff0102e net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue. by Chen Gang · 11 years ago
  66. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  67. 507ffe4 Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  68. 133b9424 irda: irlmp_reasons[] can be static by Wu Fengguang · 11 years ago
  69. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  70. e15465e irda: small read past the end of array in debug code by Dan Carpenter · 11 years ago
  71. 11b397e Merge 3.9-rc7 intp tty-next by Greg Kroah-Hartman · 11 years ago
  72. e1c969f TTY: ircomm: fix DTR being raised on hang up by Johan Hovold · 11 years ago
  73. c17277f TTY: ircomm, use GFP_KERNEL in ircomm_open() by Mathias Krause · 11 years ago
  74. e1e3c80 irda: use GFP_KERNEL in irda_connect_response() by Mathias Krause · 11 years ago
  75. 84e2306 irda: use GFP_KERNEL in irda_create() by Mathias Krause · 11 years ago
  76. 5ae94c0 irda: Fix missing msg_namelen update in irda_recvmsg_dgram() by Mathias Krause · 11 years ago
  77. ef99f3a Merge 3.9-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  78. 23a376f Merge 3.9-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  79. 896ee0e net/irda: add missing error path release_sock call by Kees Cook · 11 years ago
  80. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 11 years ago
  81. f74861c net/irda: Raise dtr in non-blocking open by Peter Hurley · 11 years ago
  82. 0b176ce net/irda: Use barrier to set task state by Peter Hurley · 11 years ago
  83. 2f7c069 net/irda: Hold port lock while bumping blocked_open by Peter Hurley · 11 years ago
  84. a4ed2e7 net/irda: Fix port open counts by Peter Hurley · 11 years ago
  85. 90c7881 irda: small read beyond end of array in debug code by Dan Carpenter · 11 years ago
  86. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  87. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  88. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  89. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  90. 4bf613c6 irda: buffer overflow in irnet_ctrl_read() by Dan Carpenter · 11 years ago
  91. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 11 years ago
  92. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  93. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 11 years ago
  94. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 11 years ago
  95. d82603c treewide: Replace incomming with incoming in all comments and strings by Jorrit Schippers · 11 years ago
  96. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  97. c3b2c25 irda: irttp: fix memory leak in irttp_open_tsap() error path by Tommi Rantala · 11 years ago
  98. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 11 years ago
  99. c362495 Merge 3.7-rc1 into tty-linus by Greg Kroah-Hartman · 12 years ago
  100. 6f56012 net, TTY: initialize tty->driver_data before usage by Sasha Levin · 12 years ago