1. 0a80465 Bluetooth: Remove unneeded flag by Andrei Emeltchenko · 11 years ago
  2. 12602d0 Bluetooth: Mgmt Device Found Event by Andre Guedes · 11 years ago
  3. 1183fdc Bluetooth: Make mgmt_stop_discovery_failed static by Andre Guedes · 11 years ago
  4. 0e05bba Bluetooth: Update stop_discovery to use HCI request by Andre Guedes · 11 years ago
  5. 4c87eaa Bluetooth: Use HCI request in interleaved discovery by Andre Guedes · 11 years ago
  6. 0d8cc93 Bluetooth: Move discovery macros to hci_core.h by Andre Guedes · 11 years ago
  7. 41dc2bd Bluetooth: Make mgmt_start_discovery_failed static by Andre Guedes · 11 years ago
  8. 7c30772 Bluetooth: Update start_discovery to use HCI request by Andre Guedes · 11 years ago
  9. 96570ff Bluetooth: Fix mgmt handling of power on failures by Johan Hedberg · 11 years ago
  10. 757aee0 Bluetooth: Fix checks for LE support on LE-only controllers by Johan Hedberg · 11 years ago
  11. c73eee9 Bluetooth: Fix sending write_le_host_supporte for LE-only controllers by Johan Hedberg · 11 years ago
  12. 5df480b Bluetooth: Add LE scan type macros by Andre Guedes · 11 years ago
  13. b6c7515 Bluetooth: Change LE scanning timeout macros by Andre Guedes · 11 years ago
  14. 76a68ba Bluetooth: rename hci_conn_put to hci_conn_drop by David Herrmann · 11 years ago
  15. feb94d3 Bluetooth: Fix PIN/Confirm/Passkey response parameters by Johan Hedberg · 11 years ago
  16. 1707c60 Bluetooth: Simplify address parameters of user_pairing_resp() by Johan Hedberg · 11 years ago
  17. 4c01f8b Bluetooth: Fix fast connectable state when enabling page scan by Johan Hedberg · 11 years ago
  18. bd98b99 Bluetooth: Fix updating page scan parameters when not necessary by Johan Hedberg · 11 years ago
  19. e36a376 Bluetooth: Disable fast connectable when disabling connectable by Johan Hedberg · 11 years ago
  20. 406d780 Bluetooth: Refactor fast connectable HCI commands by Johan Hedberg · 11 years ago
  21. 1a4d3c4 Bluetooth: Add proper flag for fast connectable mode by Johan Hedberg · 11 years ago
  22. 05cbf29 Bluetooth: Fix error response for simultaneous fast connectable commands by Johan Hedberg · 11 years ago
  23. 1a47aee Bluetooth: Limit fast connectable support to >= 1.2 controllers by Johan Hedberg · 11 years ago
  24. 33e38b3 Bluetooth: Fix fast connectable response sending by Johan Hedberg · 11 years ago
  25. 2b76f45 Bluetooth: Use an async request for mgmt_set_connectable by Johan Hedberg · 11 years ago
  26. b3f2ca9 Bluetooth: Fix setting local name to the existing value by Johan Hedberg · 11 years ago
  27. 3f98505 Bluetooth: Fix local name setting for LE-only controllers by Johan Hedberg · 11 years ago
  28. 1392897 Bluetooth: Fix waiting for EIR update when setting local name by Johan Hedberg · 11 years ago
  29. 2908fe3 Bluetooth: Remove useless HCI_PENDING_CLASS flag by Johan Hedberg · 11 years ago
  30. 92da609 Bluetooth: Fix UUID/class mgmt command response synchronization by Johan Hedberg · 11 years ago
  31. 0cab9c8 Bluetooth: Fix busy condition testing for EIR and class updates by Johan Hedberg · 11 years ago
  32. 229ab39 Bluetooth: Wait for HCI command completion with mgmt_set_powered by Johan Hedberg · 11 years ago
  33. 890ea89 Bluetooth: Update mgmt powered HCI commands to use async requests by Johan Hedberg · 11 years ago
  34. 70da624 Bluetooth: Move power on HCI command updates to their own function by Johan Hedberg · 11 years ago
  35. a3d0935 Bluetooth: Refactor mgmt_pending_foreach by Andre Guedes · 12 years ago
  36. 3810285 Bluetooth: Increment Management interface revision by Johan Hedberg · 12 years ago
  37. f0ff92f Bluetooth: Fix link security setting when powering on by Johan Hedberg · 12 years ago
  38. c00d575 Bluetooth: Add support for 128-bit UUIDs in EIR data by Johan Hedberg · 12 years ago
  39. cdf1963 Bluetooth: Add support for 32-bit UUIDs in EIR data by Johan Hedberg · 12 years ago
  40. 213202e Bluetooth: Refactor UUID-16 list generation into its own function by Johan Hedberg · 12 years ago
  41. 892bbc5 Bluetooth: Remove useless eir_len variable from EIR creation by Johan Hedberg · 12 years ago
  42. a10f27c Bluetooth: Simplify UUID16 list generation for EIR by Johan Hedberg · 12 years ago
  43. 056341c Bluetooth: Simplify UUID removal code by Johan Hedberg · 12 years ago
  44. 83be8ec Bluetooth: Keep track of UUID type upon addition by Johan Hedberg · 12 years ago
  45. de66aa6 Bluetooth: Store UUIDs in the same order that they were added by Johan Hedberg · 12 years ago
  46. 5d0846d Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblock by Johan Hedberg · 12 years ago
  47. 06a63b1 Bluetooth: Fix returning proper cmd_complete for mgmt_disconnect by Johan Hedberg · 12 years ago
  48. 118da70 Bluetooth: Fix checking for valid disconnect parameters in unpair_device by Johan Hedberg · 12 years ago
  49. 4ee71b2 Bluetooth: Fix checking for valid address type values in mgmt commands by Johan Hedberg · 12 years ago
  50. 44b20d3 Bluetooth: Check for valid key->authenticated value for LTKs by Johan Hedberg · 12 years ago
  51. 3f706b7 Bluetooth: Refactor valid LTK data testing into its own function by Johan Hedberg · 12 years ago
  52. 54ad6d8 Bluetooth: Fix checking for proper key->master value in Load LTKs by Johan Hedberg · 12 years ago
  53. e57e619 Bluetooth: Fix returning proper mgmt status for Load LTKs by Johan Hedberg · 12 years ago
  54. 4ae1430 Bluetooth: Fix checking for correct mgmt_load_link_keys parameters by Johan Hedberg · 12 years ago
  55. f950a30e Bluetooth: Fix pair device command reply if adapter is powered off by Szymon Janc · 12 years ago
  56. fe03888 Bluetooth: Fix Class of Device indication when powering off by Johan Hedberg · 12 years ago
  57. 46818ed Bluetooth: Fix using system-global workqueue when not necessary by Johan Hedberg · 12 years ago
  58. 1920257 Bluetooth: Use req_workqueue for hci_request operations by Johan Hedberg · 12 years ago
  59. a1d7045 Bluetooth: Fix sending incorrect new_settings for mgmt_set_powered by Johan Hedberg · 12 years ago
  60. 0410675 Bluetooth: Fix returning proper command status for start_discovery by Johan Hedberg · 12 years ago
  61. a7e80f2 Bluetooth: Fix checking for exact values of boolean mgmt parameters by Johan Hedberg · 12 years ago
  62. 13ecd8b Bluetooth: Move non-critical sections outside of the dev lock by Johan Hedberg · 12 years ago
  63. ee98f47380 Bluetooth: Fix accepting set_dev_class for non-BR/EDR controllers by Johan Hedberg · 12 years ago
  64. 575b3a0 Bluetooth: Fix checking for valid device class values by Johan Hedberg · 12 years ago
  65. 715a5bf Bluetooth: Fix missing command complete for mgmt_load_long_term_keys by Johan Hedberg · 12 years ago
  66. e384662 Bluetooth: Fix missing command complete event for mgmt_confirm_name by Johan Hedberg · 12 years ago
  67. a6785be Bluetooth: mgmt: Avoid using magic number in status code by Szymon Janc · 12 years ago
  68. 47c3794 Bluetooth: mgmt: Remove not needed restriction on add/remove OOB data by Szymon Janc · 12 years ago
  69. 06ef5c4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  70. ffa88e0 Bluetooth: Move double negation to macros by Gustavo Padovan · 12 years ago
  71. d2ff5ee Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  72. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  73. bbaf444 Bluetooth: Use proper invalid value for tx_power by Johan Hedberg · 12 years ago
  74. 482049f Bluetooth: Fix memory leak when removing a UUID by Johan Hedberg · 12 years ago
  75. 476e44c Bluetooth: Fix having bogus entries in mgmt_read_index_list reply by Johan Hedberg · 12 years ago
  76. 612dfce Bluetooth: mgmt: Use __constant when dealing with constants by Syam Sidhardhan · 12 years ago
  77. 430a61b Bluetooth: Fix sending unnecessary HCI_LE_Host_Enable by Johan Hedberg · 12 years ago
  78. 1225a6b Bluetooth: Fix unnecessary EIR update during powering on by Johan Hedberg · 12 years ago
  79. 6b4b73e Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode command by Johan Hedberg · 12 years ago
  80. 976eb20 Bluetooth: Make use feature test macros by Johan Hedberg · 12 years ago
  81. 33c525c Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adapters by Johan Hedberg · 12 years ago
  82. 7f0ae64 Bluetooth: Fix HCI command sending when powering on LE-only adapters by Johan Hedberg · 12 years ago
  83. bc27d5f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  84. a248afd Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  85. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  86. 36a75f1 Bluetooth: Force the process of unpair command if disconnect failed by Jefferson Delfes · 12 years ago
  87. 23b3b13 Bluetooth: Update management interface revision by Johan Hedberg · 12 years ago
  88. 92a2525 Bluetooth: mgmt: Implement support for passkey notification by Johan Hedberg · 12 years ago
  89. 562fcc2 Bluetooth: mgmt: Fix enabling LE while powered off by Andrzej Kaczmarek · 12 years ago
  90. 3d1cbdd Bluetooth: mgmt: Fix enabling SSP while powered off by Andrzej Kaczmarek · 12 years ago
  91. f0d6a0e Bluetooth: mgmt: Add device disconnect reason by Mikel Astiz · 12 years ago
  92. 9a1a199 Bluetooth: Use lmp_ssp_capable where applicable by Andre Guedes · 12 years ago
  93. c383ddc Bluetooth: Use lmp_le_capable where applicable by Andre Guedes · 12 years ago
  94. ed3fa31 Bluetooth: Use lmp_bredr_capable where applicable by Andre Guedes · 12 years ago
  95. bb4b2a9 Bluetooth: mgmt: Managing only BR/EDR HCI controllers by Andrei Emeltchenko · 12 years ago
  96. 83ce9a06 Bluetooth: Change page scan interval in fast connectable mode by Johan Hedberg · 12 years ago
  97. afeb019 Bluetooth: Refactor PIN code rejection to use user_pairing_resp() by Jaganath Kanakkassery · 12 years ago
  98. b82c29d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 12 years ago
  99. 790eff4 Bluetooth: Use GFP_KERNEL in mgmt events functions by Andre Guedes · 12 years ago
  100. 12b9456 Bluetooth: Use GFP_KERNEL in mgmt_pending_add by Andre Guedes · 12 years ago