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