1. f6422ec Bluetooth: Add mgmt command for fast connectable mode by Antti Julku · 14 years ago
  2. cfafccf Bluetooth: Add link_type information to the mgmt Connected event by Vinicius Costa Gomes · 13 years ago
  3. 160dc6a Bluetooth: Add support for running SMP without a socket by Vinicius Costa Gomes · 13 years ago
  4. 7a512d0 Bluetooth: Add support for pairing via mgmt over LE by Vinicius Costa Gomes · 13 years ago
  5. d26a234 Bluetooth: Add a flag to indicate that SMP is going on by Vinicius Costa Gomes · 13 years ago
  6. e2dcd11 Bluetooth: Reset the security timer when a command is queued by Vinicius Costa Gomes · 13 years ago
  7. 52087a7 Bluetooth: make use of connection number to optimize the scheduler by Luiz Augusto von Dentz · 13 years ago
  8. 2d20a26 Bluetooth: Fix timeout on scanning for the second time by Oliver Neukum · 13 years ago
  9. 687beaa Bluetooth: cmtp: Fix session cleanup on failed conn add by Peter Hurley · 13 years ago
  10. ff062ea Bluetooth: hidp: Don't release device ref if never held by Peter Hurley · 13 years ago
  11. 615aedd Bluetooth: hidp: Only free input device if failed register by Peter Hurley · 13 years ago
  12. 1c97e94 Bluetooth: hidp: Fix memory leak of cached report descriptor by Peter Hurley · 13 years ago
  13. e9d5cb5 Bluetooth: hidp: Fix session cleanup on failed conn add by Peter Hurley · 13 years ago
  14. 7176522 Bluetooth: cmtp: Fix deadlock in session deletion by Peter Hurley · 13 years ago
  15. 751c10a Bluetooth: bnep: Fix deadlock in session deletion by Peter Hurley · 13 years ago
  16. 7bdb8a5 Bluetooth: Don't use cmd_timer to timeout HCI reset command by Szymon Janc · 13 years ago
  17. 6be6b11 Bluetooth: Fixed wrong L2CAP Sock timer value by Chen Ganir · 13 years ago
  18. a71a0cf Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acks by Peter Hurley · 13 years ago
  19. 3a3f5c7 Bluetooth: cmtp: Fix lost wakeup of session thread by Peter Hurley · 13 years ago
  20. 38d5755 Bluetooth: bnep: Fix lost wakeup of session thread by Peter Hurley · 13 years ago
  21. 552b0d3 Bluetooth: sco: Fix lost wakeups waiting to accept socket by Peter Hurley · 13 years ago
  22. f9a3c20 Bluetooth: l2cap: Fix lost wakeups waiting to accept socket by Peter Hurley · 13 years ago
  23. 9be4e3f Bluetooth: Fix lost wakeups waiting for sock state change by Peter Hurley · 13 years ago
  24. 950e2d5 Bluetooth: rfcomm: Fix lost wakeups waiting to accept socket by Peter Hurley · 13 years ago
  25. e5842cd Bluetooth: rfcomm: Remove unnecessary krfcommd event by Peter Hurley · 13 years ago
  26. 8475e23 Bluetooth: unlock if allocation fails in hci_blacklist_add() by Dan Carpenter · 13 years ago
  27. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  28. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  29. 05e9a2f Bluetooth: Fix crash with incoming L2CAP connections by Ilia Kolomisnky · 14 years ago
  30. 9191e6a Bluetooth: Fix regression in L2CAP connection procedure by Gustavo F. Padovan · 14 years ago
  31. 95a943c 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 · 14 years ago
  32. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  33. 4b42c54 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 14 years ago
  34. d859898 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  35. e2fd318 Bluetooth: Fixes l2cap "command reject" reply according to spec by Ilia Kolomisnky · 14 years ago
  36. 8f36011 Bluetooth: Add support for returning the encryption key size by Vinicius Costa Gomes · 14 years ago
  37. 726b4ff Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 14 years ago
  38. 5a0a8b4 Bluetooth: Add support for communicating keys with userspace by Vinicius Costa Gomes · 14 years ago
  39. 0eb08e3 Bluetooth: Remove unused field in hci_conn by Vinicius Costa Gomes · 14 years ago
  40. 02bc745 Bluetooth: Use the stored LTK for restabilishing security by Vinicius Costa Gomes · 14 years ago
  41. e7e62c8 Bluetooth: Use the link key list to temporarily store the STK by Vinicius Costa Gomes · 14 years ago
  42. 16b9083 Bluetooth: Add support for storing the LTK by Vinicius Costa Gomes · 14 years ago
  43. 54790f7 Bluetooth: Fix SM pairing parameters negotiation by Vinicius Costa Gomes · 14 years ago
  44. bea710f Bluetooth: Reject an encryption request when the key isn't found by Vinicius Costa Gomes · 14 years ago
  45. 75d262c Bluetooth: Add functions to manipulate the link key list for SMP by Vinicius Costa Gomes · 14 years ago
  46. 7034b91 Bluetooth: Add support for SMP phase 3 (key distribution) by Vinicius Costa Gomes · 14 years ago
  47. fadd192 Bluetooth: Remove L2CAP busy queue by Mat Martineau · 14 years ago
  48. e328140 Bluetooth: Use event-driven approach for handling ERTM receive buffer by Mat Martineau · 14 years ago
  49. 26f880d Bluetooth: Move code for ERTM local busy state to separate functions by Mat Martineau · 14 years ago
  50. 8c156c3 Bluetooth: Fix potential deadlock in mgmt by Andre Guedes · 14 years ago
  51. 8aded71 Bluetooth: Fix potential deadlock in hci_core by Andre Guedes · 14 years ago
  52. 2e65c9d Bluetooth: Remove enable_smp parameter by Andre Guedes · 14 years ago
  53. eead27d Bluetooth: Add lmp_host_le_capable() macro by Andre Guedes · 14 years ago
  54. e6100a2 Bluetooth: Add enable_le module parameter by Andre Guedes · 14 years ago
  55. f9b4930 Bluetooth: Write LE Host Supported command by Andre Guedes · 14 years ago
  56. 971e3a4 Bluetooth: Add extfeatures to struct hci_dev by Andre Guedes · 14 years ago
  57. 02f1b64 Bluetooth: Check earlier for L2CAP ERTM frames to drop by Mat Martineau · 14 years ago
  58. 2461daa Bluetooth: Fix bad locking balance by Gustavo F. Padovan · 14 years ago
  59. e1447d8 Bluetooth: Add bt_printk by Joe Perches · 14 years ago
  60. e175072 Bluetooth: Rename function bt_err to bt_to_errno by Joe Perches · 14 years ago
  61. 942ecc9 Bluetooth: ERTM timeouts need to be converted to jiffies by Mat Martineau · 14 years ago
  62. 774e565 Bluetooth: Fix indentation whitespace by Mat Martineau · 14 years ago
  63. 163f4da Bluetooth: Fix memory leak under page timeouts by Tomas Targownik · 14 years ago
  64. 9fa7e4f Bluetooth: Fix regression with incoming L2CAP connections by Gustavo F. Padovan · 14 years ago
  65. 7bb59df Bluetooth: Fix hidp disconnect deadlocks and lost wakeup by Peter Hurley · 14 years ago
  66. df2cbe4 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 · 14 years ago
  67. 7ac2881 Bluetooth: Prevent buffer overflow in l2cap config request by Dan Rosenberg · 14 years ago
  68. daf4ce8 bluetooth: uses crypto interfaces, select CRYPTO by Randy Dunlap · 14 years ago
  69. 9a7b150 Bluetooth: uses crypto interfaces, select CRYPTO by Randy Dunlap · 14 years ago
  70. 3609936 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 · 14 years ago
  71. f70490e Bluetooth: include scatterlist.h where needed by Stephen Rothwell · 14 years ago
  72. 43f3dc4 Bluetooth: Fix not setting the chan state by Vinicius Costa Gomes · 14 years ago
  73. 0555891 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 14 years ago
  74. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  75. e13e21d Bluetooth: Remove useless access to the socket by Vinicius Costa Gomes · 14 years ago
  76. 6312845 Bluetooth: Fix crash when setting a LE socket to ready by Vinicius Costa Gomes · 14 years ago
  77. a7925bd Bluetooth: Fix locking in blacklist code by Gustavo F. Padovan · 14 years ago
  78. e2ab435 Bluetooth: Use bit operations on conn_state by Gustavo F. Padovan · 14 years ago
  79. c1360a1 Bluetooth: use bit operation on conf_state by Gustavo F. Padovan · 14 years ago
  80. 7fbec22 Bluetooth: Add blacklisting support for mgmt interface by Antti Julku · 14 years ago
  81. b2a66aa Bluetooth: Move blacklisting functions to hci_core by Antti Julku · 14 years ago
  82. 3306054 Bluetooth: Fix L2CAP connection establishment by Ilia Kolomisnky · 14 years ago
  83. 3158c50 Bluetooth: Add key size checks for SMP by Vinicius Costa Gomes · 14 years ago
  84. 5d3de7d Bluetooth: Add support for SMP timeout by Vinicius Costa Gomes · 14 years ago
  85. df3c393 Bluetooth: Fix accepting connect requests for defer_setup by Johan Hedberg · 14 years ago
  86. 94ac027 Bluetooth: fix missing parameter for HCI_OP_DISCONNECT by Anderson Lizardo · 14 years ago
  87. da85e5e Bluetooth: Add support for Pairing features exchange by Vinicius Costa Gomes · 14 years ago
  88. b8e66ea Bluetooth: Add support for building pairing commands by Vinicius Costa Gomes · 14 years ago
  89. 7b5c0d5 Bluetooth: Fix initial security level of LE links by Vinicius Costa Gomes · 14 years ago
  90. f1cb9af Bluetooth: Add support for resuming socket when SMP is finished by Vinicius Costa Gomes · 14 years ago
  91. 9b3d674 Bluetooth: Remove debug statements by Vinicius Costa Gomes · 14 years ago
  92. a7a595f Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 14 years ago
  93. 7d24ddc Bluetooth: Add SMP confirmation checks methods by Anderson Briglia · 14 years ago
  94. f01ead3 Bluetooth: Add SMP confirmation structs by Anderson Briglia · 14 years ago
  95. d22ef0b Bluetooth: Add LE SMP Cryptoolbox functions by Anderson Briglia · 14 years ago
  96. 3a0259b Bluetooth: Add support for using the crypto subsystem by Vinicius Costa Gomes · 14 years ago
  97. 88ba43b Bluetooth: Add simple SMP pairing negotiation by Anderson Briglia · 14 years ago
  98. b501d6a Bluetooth: Start SMP procedure by Anderson Briglia · 14 years ago
  99. eb492e0 Bluetooth: Implement the first SMP commands by Anderson Briglia · 14 years ago
  100. b569450 Bluetooth: Don't forget to check for LE_LINK by Gustavo F. Padovan · 14 years ago