1. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  2. 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
  3. 2c3fbe3 net: irda: fix wait_until_sent poll timeout by Johan Hovold · 9 years ago
  4. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  5. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  6. a948f8c irda: replace current->state by set_current_state() by Fabian Frederick · 9 years ago
  7. a994a090 irda: use msecs_to_jiffies for conversions by Nicholas Mc Guire · 9 years ago
  8. 785c20a irda: Convert function pointer arrays and uses to const by Joe Perches · 10 years ago
  9. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  10. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  11. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. a768851 irda: Fix build failures after IRDA_DEBUG->pr_debug by Joe Perches · 10 years ago
  13. 955a9d20 irda: Convert IRDA_DEBUG to pr_debug by Joe Perches · 10 years ago
  14. 6c91023 irda: Remove IRDA_<TYPE> logging macros by Joe Perches · 10 years ago
  15. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  16. 4cb8c35 irda: stop calling sk_prot->disconnect() on connection failure by Linus Torvalds · 10 years ago
  17. 0d4a2f9 irda: add __init to irlan_open by Fabian Frederick · 10 years ago
  18. efd5029 irda: Fix rd_frame control field initialization in irlap_send_rd_frame() by Maks Naumov · 10 years ago
  19. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  20. f301f22 irda: remove unnecessary break after return by Fabian Frederick · 10 years ago
  21. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  22. e359a4e tty: Remove tty_hung_up_p() tests from tty drivers' open() by Peter Hurley · 10 years ago
  23. 79631c8 trivial: net/irda/irlmp.c: Fix closing brace followed by if by Rasmus Villemoes · 10 years ago
  24. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  25. d377050 net/irda: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  26. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  27. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  28. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  29. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  30. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  31. 35a2af9 sched/wait: Make the __wait_event*() interface more friendly by Peter Zijlstra · 11 years ago
  32. aafee33 net/irda: fixed style issues in irttp by Dragos Foianu · 11 years ago
  33. b6a82dd net/irda: fixed style issues in irlan_eth by Dragos Foianu · 11 years ago
  34. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  35. ff0102e net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue. by Chen Gang · 11 years ago
  36. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  37. 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
  38. 133b9424 irda: irlmp_reasons[] can be static by Wu Fengguang · 11 years ago
  39. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  40. e15465e irda: small read past the end of array in debug code by Dan Carpenter · 11 years ago
  41. 11b397e Merge 3.9-rc7 intp tty-next by Greg Kroah-Hartman · 11 years ago
  42. e1c969f TTY: ircomm: fix DTR being raised on hang up by Johan Hovold · 11 years ago
  43. c17277f TTY: ircomm, use GFP_KERNEL in ircomm_open() by Mathias Krause · 11 years ago
  44. e1e3c80 irda: use GFP_KERNEL in irda_connect_response() by Mathias Krause · 11 years ago
  45. 84e2306 irda: use GFP_KERNEL in irda_create() by Mathias Krause · 11 years ago
  46. 5ae94c0 irda: Fix missing msg_namelen update in irda_recvmsg_dgram() by Mathias Krause · 11 years ago
  47. ef99f3a Merge 3.9-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  48. 23a376f Merge 3.9-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  49. 896ee0e net/irda: add missing error path release_sock call by Kees Cook · 11 years ago
  50. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 11 years ago
  51. f74861c net/irda: Raise dtr in non-blocking open by Peter Hurley · 11 years ago
  52. 0b176ce net/irda: Use barrier to set task state by Peter Hurley · 11 years ago
  53. 2f7c069 net/irda: Hold port lock while bumping blocked_open by Peter Hurley · 11 years ago
  54. a4ed2e7 net/irda: Fix port open counts by Peter Hurley · 11 years ago
  55. 90c7881 irda: small read beyond end of array in debug code by Dan Carpenter · 11 years ago
  56. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  57. 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
  58. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  59. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  60. 4bf613c6 irda: buffer overflow in irnet_ctrl_read() by Dan Carpenter · 11 years ago
  61. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 11 years ago
  62. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  63. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 11 years ago
  64. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 11 years ago
  65. d82603c treewide: Replace incomming with incoming in all comments and strings by Jorrit Schippers · 11 years ago
  66. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  67. c3b2c25 irda: irttp: fix memory leak in irttp_open_tsap() error path by Tommi Rantala · 12 years ago
  68. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  69. c362495 Merge 3.7-rc1 into tty-linus by Greg Kroah-Hartman · 12 years ago
  70. 6f56012 net, TTY: initialize tty->driver_data before usage by Sasha Levin · 12 years ago
  71. 0968958 silence some noisy printks in irda by Dave Jones · 12 years ago
  72. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  73. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  74. f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
  75. 9c650ff TTY: ircomm_tty, add tty install by Jiri Slaby · 12 years ago
  76. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  77. ad8c945 irda: Fix typo in irda by Masanari Iida · 12 years ago
  78. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  79. c0e7865 TTY: ircomm, use tty_port_close_start helper by Jiri Slaby · 12 years ago
  80. a1e8440 TTY: ircomm, use tty_port_close_end helper by Jiri Slaby · 12 years ago
  81. 0ba9ff8 TTY: ircomm, define carrier routines by Jiri Slaby · 12 years ago
  82. 38c5803 TTY: ircomm, define local tty_port by Jiri Slaby · 12 years ago
  83. 62f228a TTY: ircomm, use tty from tty_port by Jiri Slaby · 12 years ago
  84. e673927 TTY: ircomm, revamp locking by Jiri Slaby · 12 years ago
  85. 849d5a9 TTY: ircomm, use flags from tty_port by Jiri Slaby · 12 years ago
  86. 580d27b TTY: ircomm, use open counts from tty_port by Jiri Slaby · 12 years ago
  87. 2a0213c TTY: ircomm, use close times from tty_port by Jiri Slaby · 12 years ago
  88. a3cc9fc TTY: ircomm, add tty_port by Jiri Slaby · 12 years ago
  89. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  90. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  91. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  92. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  93. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  94. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  95. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  96. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  97. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 12 years ago
  98. 7d6c429 irda: use msecs_to_jiffies() rather than manual calculation by Xi Wang · 13 years ago
  99. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  100. 8524b00 irttp: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago