1. 94a86df Bluetooth: Store RFCOMM address information in its own socket structure by Marcel Holtmann · 11 years ago
  2. 24bc10c Bluetooth: Access RFCOMM session addresses through L2CAP channel by Marcel Holtmann · 11 years ago
  3. 1025c04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 11 years ago
  4. 29cd718 Bluetooth: don't release the port in rfcomm_dev_state_change() by Gianluca Anzolin · 11 years ago
  5. e793dcf Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag by Johan Hedberg · 11 years ago
  6. ffe6b68 Bluetooth: Purge the dlc->tx_queue to avoid circular dependency by Gianluca Anzolin · 11 years ago
  7. ece3150 Bluetooth: Fix the reference counting of tty_port by Gianluca Anzolin · 11 years ago
  8. cad348a Bluetooth: Implement .activate, .shutdown and .carrier_raised methods by Gianluca Anzolin · 11 years ago
  9. 54b926a Bluetooth: Move the tty initialization and cleanup out of open/close by Gianluca Anzolin · 11 years ago
  10. ebe937f Bluetooth: Remove the device from the list in the destructor by Gianluca Anzolin · 11 years ago
  11. 396dc22 Bluetooth: Take proper tty_struct references by Gianluca Anzolin · 11 years ago
  12. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  13. d364140 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  14. b031661 bluetooth: kill unused 'module' argument of bt_procfs_init() by Al Viro · 11 years ago
  15. e11e045 Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg() by Mathias Krause · 11 years ago
  16. 0227c7b Bluetooth: fix error return code in rfcomm_add_listener() by Wei Yongjun · 11 years ago
  17. 24fd642 Bluetooth: Remove redundant RFCOMM BT_CLOSED settings by Dean Jenkins · 11 years ago
  18. 8e888f2 Bluetooth: Remove redundant call to rfcomm_send_disc by Dean Jenkins · 11 years ago
  19. 08c30ac Bluetooth: Remove RFCOMM session refcnt by Dean Jenkins · 11 years ago
  20. 8ff52f7 Bluetooth: Return RFCOMM session ptrs to avoid freed session by Dean Jenkins · 11 years ago
  21. c06f7d5 Bluetooth: Check rfcomm session and DLC exists on socket close by Dean Jenkins · 11 years ago
  22. fea7b02 Bluetooth: Avoid rfcomm_session_timeout using freed session by Dean Jenkins · 11 years ago
  23. 5e9d7f8 Bluetooth: discard bt_sock_unregister() errors by David Herrmann · 11 years ago
  24. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  25. 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
  26. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  27. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  28. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  29. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  30. dc2a0e2 Bluetooth: Add missing lock nesting notation by Gustavo Padovan · 12 years ago
  31. bc27d5f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  32. 5bcb809 Bluetooth: Use __constant modifier for RFCOMM PSM by Syam Sidhardhan · 12 years ago
  33. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  34. fcb7333 Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr by Andrei Emeltchenko · 12 years ago
  35. 6ed93dc Bluetooth: Use %pMR in debug instead of batostr by Andrei Emeltchenko · 12 years ago
  36. e372dc6 Merge 3.6-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  37. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  38. 9344a97 Bluetooth: RFCOMM - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  39. f9432c5 Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) by Mathias Krause · 12 years ago
  40. 9ad2de4 Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) by Mathias Krause · 12 years ago
  41. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  42. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  43. c6f5df16 Bluetooth: Added /proc/net/rfcomm via bt_procfs_init() by Masatake YAMATO · 12 years ago
  44. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  45. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  46. 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 12 years ago
  47. f5e3bcc tty: localise the lock by Alan Cox · 12 years ago
  48. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
  49. 6039aa73 Bluetooth: Remove most of the inline usage by Gustavo Padovan · 12 years ago
  50. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
  51. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  52. c5daa68 Bluetooth: Create flags for bt_sk() by Gustavo Padovan · 12 years ago
  53. d29f3ef tty_lock: Localise the lock by Alan Cox · 12 years ago
  54. f997a01 TTY: rfcomm/tty, use count from tty_port by Jiri Slaby · 12 years ago
  55. b2c4be3 TTY: rfcomm/tty, remove work for tty_wakeup by Jiri Slaby · 12 years ago
  56. 6705401 TTY: rfcomm/tty, use tty_port refcounting by Jiri Slaby · 12 years ago
  57. f60db8c TTY: rfcomm/tty, add tty_port by Jiri Slaby · 12 years ago
  58. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  59. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  60. 843ec55 Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  61. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  62. e57d758a Bluetooth: Fix using uninitialized variable by Luiz Augusto von Dentz · 12 years ago
  63. cf33e77 Bluetooth: Fix RFCOMM session reference counting issue by Octavian Purdila · 13 years ago
  64. b5a30dd Bluetooth: silence lockdep warning by Octavian Purdila · 13 years ago
  65. 66f0129 Bluetooth: Fix RFCOMM session reference counting issue by Octavian Purdila · 13 years ago
  66. d22015a Bluetooth: silence lockdep warning by Octavian Purdila · 13 years ago
  67. 874c60b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  68. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  69. 393432c Bluetooth: Fix context in RFCOMM tty by Gustavo F. Padovan · 13 years ago
  70. 95ca83f Bluetooth: Fix context in rfcomm_sock_lock by Gustavo F. Padovan · 13 years ago
  71. 4ae1652 Bluetooth: Fix a compile warning in RFCOMM by Gustavo F. Padovan · 13 years ago
  72. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  73. 5436538 Bluetooth: Remove l2cap priority from inside RFCOMM. by Gustavo F. Padovan · 13 years ago
  74. f1e91e1 Bluetooth: Always compile SCO and L2CAP in Bluetooth Core by Ulisses Furquim · 13 years ago
  75. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  76. 4b0b2f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by Gustavo F. Padovan · 13 years ago
  77. 79e6547 Bluetooth: Clear RFCOMM session timer when disconnecting last channel by Mat Martineau · 13 years ago
  78. 312fef7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  79. db54467 Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm by Szymon Janc · 13 years ago
  80. 262038f Bluetooth: make use sk_priority to priritize RFCOMM packets by Luiz Augusto von Dentz · 13 years ago
  81. 8035ded Bluetooth: replace list_for_each with list_for_each_entry whenever possible by Luiz Augusto von Dentz · 13 years ago
  82. 96af739 Bluetooth: Replace rfcomm tty tasklet by workqueue by David Herrmann · 13 years ago
  83. 5ada991 Bluetooth: Return proper error codes on rfcomm tty init by David Herrmann · 13 years ago
  84. c125d5e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by John W. Linville · 13 years ago
  85. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  86. 6230c9b bluetooth: Properly clone LSM attributes to newly created child connections by Paul Moore · 13 years ago
  87. 88149db Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm by Szymon Janc · 13 years ago
  88. 4493572 Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM by Mat Martineau · 13 years ago
  89. 950e2d5 Bluetooth: rfcomm: Fix lost wakeups waiting to accept socket by Peter Hurley · 13 years ago
  90. e5842cd Bluetooth: rfcomm: Remove unnecessary krfcommd event by Peter Hurley · 13 years ago
  91. 448f262 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  92. d0fad89 Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 13 years ago
  93. 8d03e97 Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace. by Filip Palian · 13 years ago
  94. 75fde9e Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockopt_old() by David Miller · 13 years ago
  95. b3b1b06 Bluetooth: Double check sec req for pre 2.1 device by Waldemar Rymarkiewicz · 13 years ago
  96. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  97. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  98. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  99. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  100. 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