1. 53168e5 Bluetooth: Fixed checkpatch warnings by Cristian Chilipirea · 13 years ago
  2. 9d42820 Bluetooth: Enable Low Energy support by default by Marcel Holtmann · 13 years ago
  3. b12f62c Bluetooth: Add dst_type parameter to hci_connect by Andre Guedes · 13 years ago
  4. 31f7956 Bluetooth: Move bdaddr_to_le to hci_core by Andre Guedes · 13 years ago
  5. 378b5b7 Bluetooth: Rename mgmt_to_le to bdaddr_to_le by Andre Guedes · 13 years ago
  6. 57c1477 Bluetooth: Rename link_to_mgmt to link_to_bdaddr by Andre Guedes · 13 years ago
  7. 591f47f Bluetooth: Move address type macros to bluetooth.h by Andre Guedes · 13 years ago
  8. 4596fde Bluetooth: mgmt: Fix address type while loading Long Term Key by Hemant Gupta · 13 years ago
  9. 0c01bc4 Bluetooth: mgmt: Remove unwanted goto statements by Syam Sidhardhan · 13 years ago
  10. 0ed0914 Bluetooth: Remove MGMT_ADDR_INVALID macro by Andre Guedes · 13 years ago
  11. eb19aaa Bluetooth: Send correct address type for LTK by Hemant Gupta · 13 years ago
  12. 053262d Bluetooth: Update management interface revision by Marcel Holtmann · 13 years ago
  13. 642be6c Bluetooth: Check HCI_PERIODIC_INQ in start_discovery by Andre Guedes · 13 years ago
  14. e0d9727e Bluetooth: Refactor stop_discovery by Andre Guedes · 13 years ago
  15. 3e9fb6d Bluetooth: Silence sparse warning by Andrei Emeltchenko · 13 years ago
  16. c72d4b8 Bluetooth: mgmt: Don't allow to set invalid value to DeviceID source by Szymon Janc · 13 years ago
  17. d97dcb6 Bluetooth: mgmt: Fix some code style and indentation issues by Szymon Janc · 13 years ago
  18. c9ecc48 Bluetooth: LE support for MGMT stop discovery by Andre Guedes · 13 years ago
  19. 2e3c35e Bluetooth: trivial: Remove sparse warnings by Andrei Emeltchenko · 13 years ago
  20. 1f350c8 Bluetooth: Fix broken usage of get_unaligned_le16 by Marcel Holtmann · 13 years ago
  21. eb55ef0 Bluetooth: Fix broken usage of put_unaligned_le16 by Marcel Holtmann · 13 years ago
  22. cdbaccc Bluetooth: Add management command for setting Device ID by Marcel Holtmann · 13 years ago
  23. 2b9be13 Bluetooth: Handle EIR tags for Device ID by Marcel Holtmann · 13 years ago
  24. 91c4e9b Bluetooth: Add TX power tag to EIR data by Marcel Holtmann · 13 years ago
  25. 78e8098e Bluetooth: Fix extra conversion to __le32 by Andrei Emeltchenko · 13 years ago
  26. 745c0ce Bluetooth: hci_persistent_key should return bool by Vishal Agarwal · 13 years ago
  27. 76ec9de Bluetooth: mgmt: Add missing endian conversion by Andrei Emeltchenko · 13 years ago
  28. 5315638 Bluetooth: mgmt: Fix corruption of device_connected pkt by Brian Gix · 13 years ago
  29. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 13 years ago
  30. 2b4bf39 Bluetooth: mgmt: Fix updating local name when powering on by Johan Hedberg · 13 years ago
  31. 4f87da8 Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets by Johan Hedberg · 13 years ago
  32. 5f15903 Bluetooth: mgmt: Add new error code for invalid index by Johan Hedberg · 13 years ago
  33. d4f6852 Bluetooth: mgmt: Fix command status error code values by Johan Hedberg · 13 years ago
  34. 17b02e6 Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 13 years ago
  35. be22b54 Bluetooth: mgmt: Centralize message length checks by Johan Hedberg · 13 years ago
  36. 0f4e68c Bluetooth: mgmt: Move command handlers into a table by Johan Hedberg · 13 years ago
  37. 6a91908 Bluetooth: mgmt: Initialize HCI_MGMT flag for any command by Johan Hedberg · 13 years ago
  38. bdb6d97 Bluetooth: mgmt: Refactor hci_dev lookup for commands by Johan Hedberg · 13 years ago
  39. 8b90129 Bluetooth: Check capabilities in BR/EDR and LE-Only discovery by Andre Guedes · 13 years ago
  40. 1de028c Bluetooth: mgmt: Add missing hci_dev locking to set_le() by Johan Hedberg · 13 years ago
  41. 00abfe4 Bluetooth: Fix coding style with breaking lines by Gustavo F. Padovan · 13 years ago
  42. 426c189 Bluetooth: Change interleaved discovery behavior by Andre Guedes · 13 years ago
  43. 0b60eba Bluetooth: Don't send unnecessary write_le_enable command by Johan Hedberg · 13 years ago
  44. 816a11d Bluetooth: Use kernel int types instead of ones from stdint.h by Johan Hedberg · 13 years ago
  45. 24b78d0 Bluetooth: mgmt: Fix clear_uuids response by Johan Hedberg · 13 years ago
  46. 90e7045 Bluetooth: mgmt: Fix dev_class related command response timing by Johan Hedberg · 13 years ago
  47. c95f0ba Bluetooth: mgmt: Track pending class changes by Johan Hedberg · 13 years ago
  48. 08c79b6 Bluetooth: mgmt: Add flags parameter to device_connected by Johan Hedberg · 13 years ago
  49. 9246a86 Bluetooth: mgmt: Fix clear UUIDs response by Johan Hedberg · 13 years ago
  50. 4004b6d Bluetooth: mgmt: Move service cache setting to a more sensible place by Johan Hedberg · 13 years ago
  51. 9997a53 Bluetooth: mgmt: Fix return value of add/remove_uuid by Johan Hedberg · 13 years ago
  52. 504c8dc Bluetooth: mgmt: Fix update_eir/class with HCI_AUTO_OFF flag set by Johan Hedberg · 13 years ago
  53. 60fc5fb6 Bluetooth: mgmt: Fix count parameter in get_connections reply by Johan Hedberg · 13 years ago
  54. 388fc8f Bluetooth: mgmt: Add legacy pairing info to dev_found events by Johan Hedberg · 13 years ago
  55. 9a395a8 Bluetooth: mgmt: Fix device_found parameters by Johan Hedberg · 13 years ago
  56. 86a8cfc Bluetooth: mgmt: Fix unpair_device responses by Johan Hedberg · 13 years ago
  57. 5f97c1d Bluetooth: mgmt: Add missing powered checks to commands by Johan Hedberg · 13 years ago
  58. 932f5ff Bluetooth: mgmt: Allow class of device changes while powered off by Johan Hedberg · 13 years ago
  59. 7770c4a Bluetooth: mgmt: Check for HCI_UP in update_eir() and update_class() by Johan Hedberg · 13 years ago
  60. 8ec3703 Bluetooth: mgmt: Fix return value for set_class by Johan Hedberg · 13 years ago
  61. 27fcc36 Bluetooth: mgmt: Fix missing short_name in read_info by Johan Hedberg · 13 years ago
  62. 7bdaae4 Bluetooth: mgmt: Fix name_changed event for short name changes by Johan Hedberg · 13 years ago
  63. 28cc7bd Bluetooth: mgmt: Allow local name changes while powered off by Johan Hedberg · 13 years ago
  64. 490c5ba Bluetooth: Add hdev->short_name for EIR generation by Johan Hedberg · 13 years ago
  65. 7f9a903 Bluetooth: Send management event for class of device changes by Marcel Holtmann · 13 years ago
  66. 955638e Bluetooth: Fix handling of discoverable setting with timeout by Marcel Holtmann · 13 years ago
  67. 24c54a9 Bluetooth: Disabling discoverable with timeout is invalid by Marcel Holtmann · 13 years ago
  68. f51d5b2 Bluetooth: mgmt: Fix updating EIR when updating the name by Johan Hedberg · 13 years ago
  69. 06199cf Bluetooth: mgmt: Implement Set LE command by Johan Hedberg · 13 years ago
  70. 6c8f12c Bluetooth: mgmt: Fix Set SSP supported check by Johan Hedberg · 13 years ago
  71. 97e0bde Bluetooth: Enable timestamps for control channel by Marcel Holtmann · 13 years ago
  72. c80da27 Bluetooth: mgmt: Fix clearing of hdev->eir by Johan Hedberg · 13 years ago
  73. 5fc6ebb Bluetooth: mgmt: Fix EIR toggling with SSP by Johan Hedberg · 13 years ago
  74. 6bf0e46 Bluetooth: Fix coding style issues in mgmt code by Andrei Emeltchenko · 13 years ago
  75. e5f0e15 Bluetooth: Fix two minor style issues in management code by Marcel Holtmann · 13 years ago
  76. c0ecddc Bluetooth: mgmt: Make Set SSP command callable while powered off by Johan Hedberg · 13 years ago
  77. 47990ea Bluetooth: mgmt: Make Set Link Security callable while powered off by Johan Hedberg · 13 years ago
  78. ed9b5f2 Bluetooth: mgmt: Fix connectable/discoverable response values by Johan Hedberg · 13 years ago
  79. 0224d2f Bluetooth: mgmt: Fix New Settings event for connectable/discoverable by Johan Hedberg · 13 years ago
  80. beadb2b Bluetooth: mgmt: Add convenience function for sending New Settings by Johan Hedberg · 13 years ago
  81. f1f0eb0 Bluetooth: mgmt: Fix current settings values when powered off by Johan Hedberg · 13 years ago
  82. df2c6c5 Bluetooth: mgmt: Fix Removing discoverable timeout in set_connectable by Johan Hedberg · 13 years ago
  83. 5e5282b Bluetooth: mgmt: Allow connectable/discoverable changes in off state by Johan Hedberg · 13 years ago
  84. 0cbf4ed6 Bluetooth: mgmt: Fix pairable setting upon initialization by Johan Hedberg · 13 years ago
  85. 5400c04 Bluetooth: mgmt: Fix set_fast_connectable error return by Johan Hedberg · 13 years ago
  86. b5235a6 Bluetooth: mgmt: Fix set_local_name and set_dev_class powered checks by Johan Hedberg · 13 years ago
  87. 4b34ee78 Bluetooth: mgmt: Fix powered checks for commands by Johan Hedberg · 13 years ago
  88. f0d4b78 Bluetooth: Only keep controller up after init if powered on by Marcel Holtmann · 13 years ago
  89. cacaf52 Bluetooth: mgmt: Clear EIR data when disabling SSP by Johan Hedberg · 13 years ago
  90. 1e16357 Bluetooth: mgmt: Fix Set SSP check for supported feature by Johan Hedberg · 13 years ago
  91. 6d80dfd Bluetooth: mgmt: Add basic support for Set High Speed command by Johan Hedberg · 13 years ago
  92. f963e8e Bluetooth: mgmt: Add address type parameter to Discovering event by Johan Hedberg · 13 years ago
  93. d930650 Bluetooth: mgmt: Add address type parameter to Stop Discovery command by Johan Hedberg · 13 years ago
  94. d7b7e79 Bluetooth: Set supported settings based on enabled HS and/or LE by Marcel Holtmann · 13 years ago
  95. a6fb08d Bluetooth: Remove unneeded bt_cb(skb)->channel variable by Marcel Holtmann · 13 years ago
  96. 470fe1b Bluetooth: Split sending for HCI raw and control sockets by Marcel Holtmann · 13 years ago
  97. 2da9c55 Bluetooth: mgmt: Bump mgmt version by Johan Hedberg · 13 years ago
  98. bf1e354 Bluetooth: mgmt: Fix OOB command response parameters by Johan Hedberg · 13 years ago
  99. f0eeea8 Bluetooth: mgmt: Fix (Un)Block Device return parameters by Johan Hedberg · 13 years ago
  100. f808e16 Bluetooth: mgmt: Fix Start Discovery return parameters by Johan Hedberg · 13 years ago