1. cfbb2b5 Bluetooth: Add LE features to debugfs if available by Marcel Holtmann · 11 years ago
  2. 12c269d Bluetooth: Expose setting if debug keys are used or not by Marcel Holtmann · 11 years ago
  3. 9220218 Bluetooth: Expose debugfs entry read/write own address type by Marcel Holtmann · 11 years ago
  4. 79830f6 Bluetooth: Select the own address type during initial setup phase by Marcel Holtmann · 11 years ago
  5. 8f8625c Bluetooth: Expose current list of long term keys via debugfs by Marcel Holtmann · 11 years ago
  6. d0f729b Bluetooth: Expose white list size information in debugfs by Marcel Holtmann · 11 years ago
  7. e132f7f Bluetooth: Remove bus attribute in favor of hierarchy by Marcel Holtmann · 11 years ago
  8. 02d08d1 Bluetooth: Expose current list of link keys via debugfs by Marcel Holtmann · 11 years ago
  9. babdbb3 Bluetooth: Move export of class of device information into hci_core.c by Marcel Holtmann · 11 years ago
  10. 0d5551f Bluetooth: Store local version information only during setup phase by Marcel Holtmann · 11 years ago
  11. ceeb3bc Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.c by Marcel Holtmann · 11 years ago
  12. f96bc0a Bluetooth: Remove debug entry for connection features by Marcel Holtmann · 11 years ago
  13. 57af75a Bluetooth: Add workaround for buggy max_page features page value by Marcel Holtmann · 11 years ago
  14. dfb826a Bluetooth: Move HCI device features into hci_core.c by Marcel Holtmann · 11 years ago
  15. cc8dba2 Bluetooth: Block ATT connection on LE when device is blocked by Marcel Holtmann · 11 years ago
  16. 06ae331 Bluetooth: Use hcon directly instead of conn->hcon where possible by Marcel Holtmann · 11 years ago
  17. e71f41b Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interface by Marcel Holtmann · 11 years ago
  18. eb62249 Bluetooth: Fix ATT socket backwards compatibility with user space by Johan Hedberg · 11 years ago
  19. 2bfa353 Bluetooth: Move idle_timeout and sniff_{min,max}_interval to hci_core.c by Marcel Holtmann · 11 years ago
  20. b25f078 Bluetooth: Include address type in blacklist debugfs data by Marcel Holtmann · 11 years ago
  21. bdc3e0f Bluetooth: Move device_add handling into hci_register_dev by Marcel Holtmann · 11 years ago
  22. ffcecac Bluetooth: Create root debugfs directory during module init by Marcel Holtmann · 11 years ago
  23. 0153e2e Bluetooth: Create HCI device debugfs directory in hci_register_dev by Marcel Holtmann · 11 years ago
  24. 1120e4b Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs by Marcel Holtmann · 11 years ago
  25. 4721983 Bluetooth: Move uuids debugfs entry creation into hci_core.c by Marcel Holtmann · 11 years ago
  26. 70afe0b Bluetooth: Move blacklist debugfs entry creation into hci_core.c by Marcel Holtmann · 11 years ago
  27. b9ee0a7 Bluetooth: Add address type to device blacklist table by Marcel Holtmann · 11 years ago
  28. 041000b Bluetooth: Expose current voice setting in debugfs by Marcel Holtmann · 11 years ago
  29. e7b8fc9 Bluetooth: Expose static address value for LE capable controllers by Marcel Holtmann · 11 years ago
  30. ebd1e33 Bluetooth: Expose auto_accept_delay debugfs only when SSP is supported by Marcel Holtmann · 11 years ago
  31. baf27f6 Bluetooth: Expose inquiry_cache debugfs only on BR/EDR controllers by Marcel Holtmann · 11 years ago
  32. 7f59dda Bluetooth: Socket address parameter for CID is in little endian by Marcel Holtmann · 11 years ago
  33. a74a84f Bluetooth: Convert idle timer to use delayed work by Johan Hedberg · 11 years ago
  34. 7bc18d9 Bluetooth: Convert auto accept timer to use delayed work by Johan Hedberg · 11 years ago
  35. bfe4655 Bluetooth: Reintroduce socket restrictions for LE sockets by Johan Hedberg · 11 years ago
  36. eb438b5 Bluetooth: Fix updating the right variable in update_scan_rsp_data() by Johan Hedberg · 11 years ago
  37. 3432711 Bluetooth: Ignore SMP data on non-LE links by Johan Hedberg · 11 years ago
  38. 07e307f Bluetooth: Ignore A2MP data on non-BR/EDR links by Johan Hedberg · 11 years ago
  39. a521149 Bluetooth: Remove useless l2cap_err_to_reason function by Johan Hedberg · 11 years ago
  40. 33a2145 Bluetooth: Remove unused command reject mapping for EMSGSIZE by Johan Hedberg · 11 years ago
  41. 662d652 Bluetooth: Fix L2CAP "Command Reject: Invalid CID" response by Johan Hedberg · 11 years ago
  42. 5947f4b Bluetooth: Rename update_ad into update_adv_data by Marcel Holtmann · 11 years ago
  43. 7a5f499 Bluetooth: Store device name in scan response data by Marcel Holtmann · 11 years ago
  44. f14d8f6 Bluetooth: Set the scan response data when needed by Marcel Holtmann · 11 years ago
  45. f8e808b Bluetooth: Store scan response data in HCI device by Marcel Holtmann · 11 years ago
  46. 46cad2e Bluetooth: Rename create_ad into create_adv_data by Marcel Holtmann · 11 years ago
  47. 083368f Bluetooth: Make mgmt_new_ltk() return void by Marcel Holtmann · 11 years ago
  48. 3edaf09 Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return void by Marcel Holtmann · 11 years ago
  49. 7667da3 Bluetooth: Make mgmt_set_local_name_complete() return void by Marcel Holtmann · 11 years ago
  50. 4e1b024 Bluetooth: Make mgmt_set_class_of_dev_complete() return void by Marcel Holtmann · 11 years ago
  51. 3e24856 Bluetooth: Make mgmt_ssp_enable_complete() return void by Marcel Holtmann · 11 years ago
  52. 464996a Bluetooth: Make mgmt_auth_enable_complete() return void by Marcel Holtmann · 11 years ago
  53. e546099 Bluetooth: Make mgmt_auth_failed() return void by Marcel Holtmann · 11 years ago
  54. 3eb3852 Bluetooth: Make mgmt_pin_code_neg_reply_complete() return void by Marcel Holtmann · 11 years ago
  55. e669cf8 Bluetooth: Make mgmt_pin_code_reply_complete() return void by Marcel Holtmann · 11 years ago
  56. ce0e4a0 Bluetooth: Make mgmt_pin_code_request() return void by Marcel Holtmann · 11 years ago
  57. 2ce5fb5 Bluetooth: Add l2cap_chan_no_resume stub for A2MP by Marcel Holtmann · 11 years ago
  58. 74e7574 Bluetooth: use l2cap_chan_ready() instead of duplicate code by Gustavo Padovan · 11 years ago
  59. dc25306 Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c by Gustavo Padovan · 11 years ago
  60. 5ec1bbe Bluetooth: Add chan->ops->set_shutdown() by Gustavo Padovan · 11 years ago
  61. 8d836d7 Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c by Gustavo Padovan · 11 years ago
  62. f8e7301 Bluetooth: Add l2cap_state_change_and_error() by Gustavo Padovan · 11 years ago
  63. 53f5212 Bluetooth: Extend state_change() call to report errors too by Gustavo Padovan · 11 years ago
  64. d1967ff Bluetooth: Update class of device on discoverable timeout by Marcel Holtmann · 11 years ago
  65. efdcf8e Bluetooth: Move eir_get_length() function into hci_event.c by Marcel Holtmann · 11 years ago
  66. 9493399 Bluetooth: Move eir_append_data() function into mgmt.c by Marcel Holtmann · 11 years ago
  67. dc4a5ee Bluetooth: Make mgmt_new_link_key() return void by Marcel Holtmann · 11 years ago
  68. 310a3d4 Bluetooth: Add support for entering limited discoverable mode by Marcel Holtmann · 11 years ago
  69. 3626154 Bluetooth: Simplify the code for re-arming discoverable timeout by Marcel Holtmann · 11 years ago
  70. d4462a0 Bluetooth: Move arming of discoverable timeout to complete handler by Marcel Holtmann · 11 years ago
  71. 970ba52 Bluetooth: Update class of device after changing discoverable mode by Marcel Holtmann · 11 years ago
  72. 4796e8a Bluetooth: Make mgmt_write_scan_failed() return void by Marcel Holtmann · 11 years ago
  73. a330916 Bluetooth: Make mgmt_connectable() return void by Marcel Holtmann · 11 years ago
  74. 86a7564 Bluetooth: Make mgmt_discoverable() return void by Marcel Holtmann · 11 years ago
  75. 6acd7db Bluetooth: Introduce flag for limited discoverable mode by Marcel Holtmann · 11 years ago
  76. 441ad2d Bluetooth: Update advertising data based on management commands by Marcel Holtmann · 11 years ago
  77. b1e7312 Bluetooth: Use hci_request for discoverable timeout handling by Marcel Holtmann · 11 years ago
  78. 8d6083f Bluetooth: Fix minor coding style issue in set_connectable() by Marcel Holtmann · 11 years ago
  79. 4b836f3 Bluetooth: Read current IAC LAP on controller setup by Marcel Holtmann · 11 years ago
  80. b4cb9fb Bluetooth: Read number of supported IAC on controller setup by Marcel Holtmann · 11 years ago
  81. 899e107 Bluetooth: Check that scan window is smaller or equal than scan interval by Marcel Holtmann · 11 years ago
  82. 1f20938 Bluetooth: Check that bind() bdaddr type matches connect() by Johan Hedberg · 11 years ago
  83. 80c1a2e Bluetooth: Reject invalid bdaddr types for sockets by Johan Hedberg · 11 years ago
  84. bfaf8c9 Bluetooth: Convert Set Discoverable to use an asynchronous request by Johan Hedberg · 11 years ago
  85. aa8af46 Bluetooth: Fix updating scan mode in set_bredr() by Johan Hedberg · 11 years ago
  86. 67e5a7a Bluetooth: Move set_bredr_scan() to avoid forward declaration by Johan Hedberg · 11 years ago
  87. 1987fdc Bluetooth: Make Set Connectable also update the LE advertising type by Johan Hedberg · 11 years ago
  88. c6d887a Bluetooth: Fix updating advertising data needlessly by Johan Hedberg · 11 years ago
  89. 95c66e7 Bluetooth: Move static advertising functions to avoid forward declarations by Johan Hedberg · 11 years ago
  90. 37438c1 Bluetooth: Add missing error handling for Set Connectable by Johan Hedberg · 11 years ago
  91. d7b856f Bluetooth: Move more logic into set_connectable complete callback by Johan Hedberg · 11 years ago
  92. 9b74246 Bluetooth: Reorganize set_connectable HCI command sending by Johan Hedberg · 11 years ago
  93. d97c899 Bluetooth: Introduce L2CAP channel callback for resuming by Marcel Holtmann · 11 years ago
  94. bdc2578 Bluetooth: Introduce L2CAP channel flag for defer setup by Marcel Holtmann · 11 years ago
  95. c560575 Bluetooth: Adjust header for proc socket information by Marcel Holtmann · 11 years ago
  96. dcbc729 Bluetooth: Increase minor version of core module by Marcel Holtmann · 11 years ago
  97. 2edf870 Bluetooth: Provide msg_name callback for L2CAP connectionless channels by Marcel Holtmann · 11 years ago
  98. d976369 Bluetooth: Add support for per socket msg_name callback by Marcel Holtmann · 11 years ago
  99. 84b34d9 Bluetooth: Use l2cap_pi(sk) directly where possible by Marcel Holtmann · 11 years ago
  100. 5f6cd79 Bluetooth: Remove src and dst fields from bt_sock structure by Marcel Holtmann · 11 years ago