1. 774e565 Bluetooth: Fix indentation whitespace by Mat Martineau · 13 years ago
  2. 9fa7e4f Bluetooth: Fix regression with incoming L2CAP connections by Gustavo F. Padovan · 13 years ago
  3. 7ac2881 Bluetooth: Prevent buffer overflow in l2cap config request by Dan Rosenberg · 13 years ago
  4. 43f3dc4 Bluetooth: Fix not setting the chan state by Vinicius Costa Gomes · 13 years ago
  5. 0555891 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  6. e13e21d Bluetooth: Remove useless access to the socket by Vinicius Costa Gomes · 13 years ago
  7. 6312845 Bluetooth: Fix crash when setting a LE socket to ready by Vinicius Costa Gomes · 13 years ago
  8. e2ab435 Bluetooth: Use bit operations on conn_state by Gustavo F. Padovan · 13 years ago
  9. c1360a1 Bluetooth: use bit operation on conf_state by Gustavo F. Padovan · 13 years ago
  10. 5d3de7d Bluetooth: Add support for SMP timeout by Vinicius Costa Gomes · 13 years ago
  11. df3c393 Bluetooth: Fix accepting connect requests for defer_setup by Johan Hedberg · 13 years ago
  12. f1cb9af Bluetooth: Add support for resuming socket when SMP is finished by Vinicius Costa Gomes · 14 years ago
  13. b501d6a Bluetooth: Start SMP procedure by Anderson Briglia · 13 years ago
  14. b569450 Bluetooth: Don't forget to check for LE_LINK by Gustavo F. Padovan · 13 years ago
  15. 1a09bcb Bluetooth: keep reference if any ERTM timer is enabled by Gustavo F. Padovan · 13 years ago
  16. c9b6667 Bluetooth: Make timer functions generic by Gustavo F. Padovan · 13 years ago
  17. 71ba0e5 Bluetooth: Add refcnt to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  18. 89bc500 Bluetooth: Add state tracking to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  19. ba3bd0e Bluetooth: add close() callback to l2cap_chan_ops by Gustavo F. Padovan · 13 years ago
  20. 2307049 Bluetooth: add recv() callback to l2cap_chan_ops by Gustavo F. Padovan · 13 years ago
  21. 80808e4 Bluetooth: Add l2cap_chan_ops abstraction by Gustavo F. Padovan · 13 years ago
  22. dc50a06 Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() by Gustavo F. Padovan · 13 years ago
  23. e694928 Bluetooth: Fix check for the ERTM local busy state by Mat Martineau · 13 years ago
  24. d8d69c5 Bluetooth: Restore accidentally-deleted line by Mat Martineau · 13 years ago
  25. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 13 years ago
  26. b5ad8b7 Bluetooth: fix sparse & gcc warnings by Johannes Berg · 13 years ago
  27. 0f85272 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 13 years ago
  28. 500698d Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 13 years ago
  29. ab07801 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 13 years ago
  30. 715ec00 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 13 years ago
  31. 9a91a04 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 13 years ago
  32. 4519de9 Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 13 years ago
  33. 78676a0 Bluetooth: fix set but not used warning by Gustavo F. Padovan · 13 years ago
  34. 224f8af Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure by Ruiyi Zhang · 13 years ago
  35. a7567b2 bluetooth l2cap: fix locking in l2cap_global_chan_by_psm by Johannes Berg · 13 years ago
  36. 6dcae1e bluetooth: Fix warnings in l2cap_core.c by David S. Miller · 13 years ago
  37. e00cf3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  38. 55183d0 Bluetooth: Remove leftover debug messages by Gustavo F. Padovan · 13 years ago
  39. a70171d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  40. 23691d7 Bluetooth: Remove l2cap_sk_list by Gustavo F. Padovan · 13 years ago
  41. 73b2ec1 Bluetooth: Handle psm == 0 case inside l2cap_add_psm() by Gustavo F. Padovan · 13 years ago
  42. 9e4425f Bluetooth: Add l2cap_add_psm() and l2cap_add_scid() by Gustavo F. Padovan · 13 years ago
  43. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 13 years ago
  44. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  45. fe4128e Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  46. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  47. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  48. 4343478 Bluetooth: Move some more elements to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  49. 77a74c7 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() by Gustavo F. Padovan · 13 years ago
  50. b445003 Bluetooth: Move conf_state to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  51. 5d41ce1 Bluetooth: Refactor L2CAP channel allocation by Gustavo F. Padovan · 13 years ago
  52. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  53. bf73484 bluetooth: Fix use-before-initiailized var. by David S. Miller · 13 years ago
  54. 828d7d7 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  55. a429b51 Bluetooth: Only keeping SAR bits when retransmitting one frame. by Ruiyi Zhang · 13 years ago
  56. 26954c7 Bluetooth: Fix lockdep warning in L2CAP by Gustavo F. Padovan · 13 years ago
  57. 62f3a2c Bluetooth: Fix another locking unbalance by Gustavo F. Padovan · 13 years ago
  58. 280f294 Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid() by Gustavo F. Padovan · 13 years ago
  59. 9f69bda Bluetooth: Add proper handling of received LE data by Gustavo F. Padovan · 13 years ago
  60. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  61. c916fbe Bluetooth: Remove unneeded uninitialized_vars() by Gustavo F. Padovan · 13 years ago
  62. 49208c9 Bluetooth: Remove some sk references from l2cap_core.c by Gustavo F. Padovan · 13 years ago
  63. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  64. 2ead70b Bluetooth: Fix lockdep warning with skb list lock by Gustavo F. Padovan · 13 years ago
  65. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  66. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  67. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  68. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  69. 6f61fd47 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  70. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  71. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  72. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  73. 710f9b0a Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 13 years ago
  74. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  75. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  76. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 13 years ago
  77. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 13 years ago
  78. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  79. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  80. 23e9fde Bluetooth: Increment unacked_frames count only the first transmit by Suraj Sumangala · 13 years ago
  81. e90165b Bluetooth: check L2CAP info_rsp ident and state by Andrei Emeltchenko · 13 years ago
  82. d101024 Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_add by Gustavo F. Padovan · 13 years ago
  83. 2c6d1a2 Bluetooth: Improve error message on wrong link type by Gustavo F. Padovan · 13 years ago
  84. 52cb1c0 Bluetooth: Increment unacked_frames count only the first transmit by Suraj Sumangala · 13 years ago
  85. 30e7627 Bluetooth: Use ERR_PTR as return error from hci_connect by Ville Tervo · 14 years ago
  86. 50899e8 Bluetooth: Remove duplicated BT_INFO() from L2CAP by Gustavo F. Padovan · 14 years ago
  87. e2174ca Bluetooth: fix errors reported by checkpatch.pl by Gustavo F. Padovan · 14 years ago
  88. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 14 years ago
  89. de73115 Bluetooth: Add connection parameter update response by Claudio Takahasi · 14 years ago
  90. 3300d9a Bluetooth: Add LE signaling commands handling by Claudio Takahasi · 14 years ago
  91. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 14 years ago
  92. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 14 years ago
  93. 903d343 Bluetooth: Add L2CAP mode to debugfs output by Gustavo F. Padovan · 14 years ago
  94. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 14 years ago
  95. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 14 years ago
  96. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  97. 05fc157 Bluetooth: move l2cap_sock_kill() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  98. 6ddc048 Bluetooth: move L2CAP sock timers function to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  99. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  100. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago