1. 6b5924b Bluetooth: Remove pointless parameter check in btuart_hci_send_frame() by Marcel Holtmann · 11 years ago
  2. 7648d28 Bluetooth: Remove pointless parameter check in btmrvl_send_frame() by Marcel Holtmann · 11 years ago
  3. 2e17455 Bluetooth: Remove pointless parameter check in bt3c_hci_send_frame() by Marcel Holtmann · 11 years ago
  4. 3c69454 Bluetooth: Remove pointless parameter check in bluecard_hci_send_frame() by Marcel Holtmann · 11 years ago
  5. aae2627 Bluetooth: Remove pointless parameter check in bfusb_send_frame() by Marcel Holtmann · 11 years ago
  6. 7bd8f09 Bluetooth: Add hdev parameter to hdev->send driver callback by Marcel Holtmann · 11 years ago
  7. e1a2617 Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback by Marcel Holtmann · 11 years ago
  8. 8909f6d Bluetooth: Remove unused h4_check_data_len() function by Marcel Holtmann · 11 years ago
  9. 5108699 Bluetooth: Remove return value from hci_send_frame() function by Marcel Holtmann · 11 years ago
  10. 3d386ac Bluetooth: Remove pointless check of hci_send_frame parameter by Marcel Holtmann · 11 years ago
  11. 57d17d7 Bluetooth: Move skb->dev assignment for hdev->send into central place by Marcel Holtmann · 11 years ago
  12. ac4b723 Bluetooth: Move smp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  13. 7024728 Bluetooth: Move a2mp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  14. 7ef9fbf Bluetooth: Move amp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  15. 324d36e Bluetooth: Remove hdev->ioctl driver callback by Marcel Holtmann · 11 years ago
  16. e93ac9c Bluetooth: Remove unused btmrvl_ioctl() callback by Marcel Holtmann · 11 years ago
  17. 3c72884 Bluetooth: Remove unused dtl1_hci_ioctl() callback by Marcel Holtmann · 11 years ago
  18. 71f3903 Bluetooth: Remove unused btuart_hci_ioctl() callback by Marcel Holtmann · 11 years ago
  19. 69b7e17 Bluetooth: Remove unused bt3c_hci_ioctl() callback by Marcel Holtmann · 11 years ago
  20. 87d82ee Bluetooth: Remove unused bluecard_hci_ioctl() callback by Marcel Holtmann · 11 years ago
  21. 19cf55a Bluetooth: Remove unused bfusb_ioctl() callback by Marcel Holtmann · 11 years ago
  22. 5b69bef5 Bluetooth: AMP contollers do not support the legacy ioctls by Marcel Holtmann · 11 years ago
  23. 014f7bc Bluetooth: Use hci_conn_num() instead of direct connection hash access by Marcel Holtmann · 11 years ago
  24. b145edc Bluetooth: Use hci_conn_num() for checking number of LE connections by Marcel Holtmann · 11 years ago
  25. 21b5187 Bluetooth: Fix too long line with set_advertising() function by Marcel Holtmann · 11 years ago
  26. cebf4cf Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commands by Johan Hedberg · 11 years ago
  27. c4e5baf Bluetooth: Fix potential double-frees of L2CAP skbs by Johan Hedberg · 11 years ago
  28. 9ecb3e2 Bluetooth: Restrict high speed support to SSP enabled controllers by Marcel Holtmann · 11 years ago
  29. 72ef0c1 Bluetooth: Remove unneeded val variable when setting SSP by Marcel Holtmann · 11 years ago
  30. 620ad52 Bluetooth: Refactor hci_connect_le by Andre Guedes · 11 years ago
  31. 1d399ae Bluetooth: Use HCI request for LE connection by Andre Guedes · 11 years ago
  32. f74ca9b Bluetooth: Fix changing advertising setting while LE is connected by Johan Hedberg · 11 years ago
  33. c1f23a2 Bluetooth: Fix variable shadow warnings by Johannes Berg · 11 years ago
  34. f38ba94 Bluetooth: Read flow control mode on AMP controller init by Marcel Holtmann · 11 years ago
  35. 7528ca1 Bluetooth: Read location data on AMP controller init by Marcel Holtmann · 11 years ago
  36. f6996cf Bluetooth: Read supported features and commands on AMP controllers by Marcel Holtmann · 11 years ago
  37. cd0a85c Bluetooth: List powered down AMP controllers correctly by Marcel Holtmann · 11 years ago
  38. 93c311a Bluetooth: Make mgmt power down notification for BR/EDR explicit by Marcel Holtmann · 11 years ago
  39. 004b025 Bluetooth: Power off AMP controllers after setup phase by Marcel Holtmann · 11 years ago
  40. 2f1e063 Bluetooth: Make mgmt_discovering() return void by Marcel Holtmann · 11 years ago
  41. 9cf12ae Bluetooth: Make mgmt_remote_name() return void by Marcel Holtmann · 11 years ago
  42. 901801b Bluetooth: Make mgmt_device_found() return void by Marcel Holtmann · 11 years ago
  43. 9b80ec5 Bluetooth: Make mgmt_device_disconnected() return void by Marcel Holtmann · 11 years ago
  44. ecd90ae Bluetooth: Make mgmt_device_connected() return void by Marcel Holtmann · 11 years ago
  45. 445608d Bluetooth: Make mgmt_connect_failed() return void by Marcel Holtmann · 11 years ago
  46. 7892924 Bluetooth: Make mgmt_disconnect_failed() return void by Marcel Holtmann · 11 years ago
  47. 3eec705 Bluetooth: Make mgmt_set_powered_failed() return void by Marcel Holtmann · 11 years ago
  48. bf6b56d Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void by Marcel Holtmann · 11 years ago
  49. 5559435 Bluetooth: Send new settings only when pairable changes by Marcel Holtmann · 11 years ago
  50. 1514b89 Bluetooth: Remove mgmt_valid_hdev() helper function by Marcel Holtmann · 11 years ago
  51. a6d811e Bluetooth: Remove no longer needed mgmt_new_settings() function by Marcel Holtmann · 11 years ago
  52. 5976e60 Bluetooth: Use helper function for re-enabling advertising by Marcel Holtmann · 11 years ago
  53. b4faf300 Bluetooth: Set LE advertising parameters before enabling it by Marcel Holtmann · 11 years ago
  54. c2f5ebd Bluetooth: Add constants for LE advertising types by Marcel Holtmann · 11 years ago
  55. bba3aa5 Bluetooth: Use helper functions for enabling/disabling advertising by Marcel Holtmann · 11 years ago
  56. 03d8741 Bluetooth: Make it clear that disabling LE disables advertising by Marcel Holtmann · 11 years ago
  57. 1e19189 Bluetooth: Add HCI structure for LE advertising parameters command by Marcel Holtmann · 11 years ago
  58. c25dfc6 Bluetooth: Use random address if public address is not available by Marcel Holtmann · 11 years ago
  59. e880353 Bluetooth: Simplify device type check for AMP discover response by Marcel Holtmann · 11 years ago
  60. 01cd340 Bluetooth: Use explicit check for BR/EDR device type by Marcel Holtmann · 11 years ago
  61. a5c8f27 Bluetooth: Reject enabling controllers without valid addresses by Marcel Holtmann · 11 years ago
  62. a646bd8 Bluetooth: Check for non BR/EDR controller in AMP discover response by Marcel Holtmann · 11 years ago
  63. 1df7b17 Bluetooth: Simplify check if L2CAP connection is AMP capable by Marcel Holtmann · 11 years ago
  64. 80d58d0 Bluetooth: Move hci_amp_capable() function into L2CAP core by Marcel Holtmann · 11 years ago
  65. 23f0cb4 Bluetooth: Remove check for number of AMP controller by Marcel Holtmann · 11 years ago
  66. 346e709 Bluetooth: Remove pointless inline function by Marcel Holtmann · 11 years ago
  67. 536619e Bluetooth: Rename AMP status constants and use them by Marcel Holtmann · 11 years ago
  68. 6ed971c Bluetooth: Use explicit AMP controller id value for BR/EDR by Marcel Holtmann · 11 years ago
  69. ece6912 Bluetooth: Separate AMP controller type from HCI device type by Marcel Holtmann · 11 years ago
  70. 7c13823 Bluetooth: Add constants for AMP controller type by Marcel Holtmann · 11 years ago
  71. f822c41 Bluetooth: Remove useless external function to count controllers by Marcel Holtmann · 11 years ago
  72. 23b9003 Bluetooth: Fix controller list for AMP discover response by Marcel Holtmann · 11 years ago
  73. 2210246 Bluetooth: Fix re-enabling advertising after a connection by Johan Hedberg · 11 years ago
  74. d2f5a19 Bluetooth: Add public mgmt function to send New Settings event by Johan Hedberg · 11 years ago
  75. f3d3444a Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING by Johan Hedberg · 11 years ago
  76. 46a190c Bluetooth: Initialize hci_conn fields in hci_connect_le by Andre Guedes · 11 years ago
  77. f1e5d54 Bluetooth: Rename hci_conn variable in hci_connect_le() by Andre Guedes · 11 years ago
  78. 4f3e219 Bluetooth: Only one command per L2CAP LE signalling is supported by Marcel Holtmann · 11 years ago
  79. 92381f5 Bluetooth: Check minimum length of SMP packets by Marcel Holtmann · 11 years ago
  80. b99707d Bluetooth: Drop packets on ATT fixed channel on BR/EDR by Marcel Holtmann · 11 years ago
  81. ae4fd2d Bluetooth: L2CAP connectionless channels are only valid for BR/EDR by Marcel Holtmann · 11 years ago
  82. 7b9899d Bluetooth: SMP packets are only valid on LE connections by Marcel Holtmann · 11 years ago
  83. 94b6a09 Bluetooth: Don't copy L2CAP LE signalling to raw sockets by Marcel Holtmann · 11 years ago
  84. a287762 Bluetooth: Fix switch statement order for L2CAP fixed channels by Marcel Holtmann · 11 years ago
  85. 6203fc9 Bluetooth: Allow changing device class when BR/EDR is disabled by Marcel Holtmann · 11 years ago
  86. cf99ba1 Bluetooth: Restrict loading of long term keys to LE capable controllers by Marcel Holtmann · 11 years ago
  87. 9060d5c Bluetooth: Restrict loading of link keys to BR/EDR capable controllers by Marcel Holtmann · 11 years ago
  88. 62af444 Bluetooth: Allow setting static address even if LE is disabled by Marcel Holtmann · 11 years ago
  89. cdba528 Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllers by Marcel Holtmann · 11 years ago
  90. 3b16629 Bluetooth: Fix memory leak with L2CAP signal channels by Marcel Holtmann · 11 years ago
  91. 2ed0180 Bluetooth: Add the definition for Slave Page Response Timeout by DoHyun Pyun · 11 years ago
  92. 2b35944 Bluetooth: Add the definition and stcuture for Sync Train Complete by DoHyun Pyun · 11 years ago
  93. cefded9 Bluetooth: Add the definition for Start Synchronization Train by DoHyun Pyun · 11 years ago
  94. 8c9a041 Bluetooth: Add the definition and structure for Set CSB by DoHyun Pyun · 11 years ago
  95. a9b07a6 Bluetooth: Add the structure for Write Sync Train Parameters by DoHyun Pyun · 11 years ago
  96. 7d1dab4 Bluetooth: Add the definition and structure for Set CSB Data by DoHyun Pyun · 11 years ago
  97. 6a20eaf Bluetooth: Add the definition and structure for Delete Reserved LT_ADDR by DoHyun Pyun · 11 years ago
  98. d0bf75a Bluetooth: Add the definition and structure for Set Reserved LT_ADDR by DoHyun Pyun · 11 years ago
  99. 9ab8cf3 Bluetooth: Increment management interface revision by Marcel Holtmann · 11 years ago
  100. 11802b2 Bluetooth: Fix advertising data flags with disabled BR/EDR by Johan Hedberg · 11 years ago