1. 70c1f20 Bluetooth: Fix two minor style issues in HCI code by Marcel Holtmann · 12 years ago
  2. e5f0e15 Bluetooth: Fix two minor style issues in management code by Marcel Holtmann · 12 years ago
  3. c0ecddc Bluetooth: mgmt: Make Set SSP command callable while powered off by Johan Hedberg · 12 years ago
  4. 2e99b0a Bluetooth: Remove unneeded hci_cc_read_ssp_mode function by Johan Hedberg · 12 years ago
  5. 47990ea Bluetooth: mgmt: Make Set Link Security callable while powered off by Johan Hedberg · 12 years ago
  6. 2e0052e Bluetooth: Add socket error function by Andrei Emeltchenko · 12 years ago
  7. 0e587be Bluetooth: Add locked and unlocked state_change by Andrei Emeltchenko · 12 years ago
  8. c03b355 Bluetooth: Add l2cap_chan_lock by Andrei Emeltchenko · 12 years ago
  9. 3df91ea Bluetooth: Revert to mutexes from RCU list by Andrei Emeltchenko · 12 years ago
  10. 1b009c9 Bluetooth: trivial: Fix long line by Andrei Emeltchenko · 12 years ago
  11. ed9b5f2 Bluetooth: mgmt: Fix connectable/discoverable response values by Johan Hedberg · 12 years ago
  12. a297e97 Bluetooth: Fix clearing of persistent dev_flags by Johan Hedberg · 12 years ago
  13. 0224d2f Bluetooth: mgmt: Fix New Settings event for connectable/discoverable by Johan Hedberg · 12 years ago
  14. beadb2b Bluetooth: mgmt: Add convenience function for sending New Settings by Johan Hedberg · 12 years ago
  15. f1f0eb0 Bluetooth: mgmt: Fix current settings values when powered off by Johan Hedberg · 12 years ago
  16. df2c6c5 Bluetooth: mgmt: Fix Removing discoverable timeout in set_connectable by Johan Hedberg · 12 years ago
  17. 5e5282b Bluetooth: mgmt: Allow connectable/discoverable changes in off state by Johan Hedberg · 12 years ago
  18. 0cbf4ed6 Bluetooth: mgmt: Fix pairable setting upon initialization by Johan Hedberg · 12 years ago
  19. 5400c04 Bluetooth: mgmt: Fix set_fast_connectable error return by Johan Hedberg · 12 years ago
  20. b5235a6 Bluetooth: mgmt: Fix set_local_name and set_dev_class powered checks by Johan Hedberg · 12 years ago
  21. 4b34ee78 Bluetooth: mgmt: Fix powered checks for commands by Johan Hedberg · 12 years ago
  22. 8ee5654 Bluetooth: Don't send New Settings event during setup power down by Marcel Holtmann · 12 years ago
  23. f0d4b78 Bluetooth: Only keep controller up after init if powered on by Marcel Holtmann · 12 years ago
  24. cacaf52 Bluetooth: mgmt: Clear EIR data when disabling SSP by Johan Hedberg · 12 years ago
  25. 1e16357 Bluetooth: mgmt: Fix Set SSP check for supported feature by Johan Hedberg · 12 years ago
  26. 6d80dfd Bluetooth: mgmt: Add basic support for Set High Speed command by Johan Hedberg · 12 years ago
  27. f963e8e Bluetooth: mgmt: Add address type parameter to Discovering event by Johan Hedberg · 12 years ago
  28. d930650 Bluetooth: mgmt: Add address type parameter to Stop Discovery command by Johan Hedberg · 12 years ago
  29. 4b95a24 Bluetooth: Always enable management interface by Marcel Holtmann · 12 years ago
  30. d7b7e79 Bluetooth: Set supported settings based on enabled HS and/or LE by Marcel Holtmann · 12 years ago
  31. 801f13b Bluetooth: Restrict access to management interface by Marcel Holtmann · 12 years ago
  32. cd82e61 Bluetooth: Add support for HCI monitor channel by Marcel Holtmann · 12 years ago
  33. da88cea compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystem by H. J. Lu · 13 years ago
  34. 040030e Bluetooth: Remove HCI notifier handling by Marcel Holtmann · 12 years ago
  35. e0edf37 Bluetooth: Fix issue with shared SKB between HCI raw socket and driver by Marcel Holtmann · 12 years ago
  36. 7cc2ade Bluetooth: Simplify HCI socket bind handling by Marcel Holtmann · 12 years ago
  37. 3a20862 Bluetooth: Add HCI CMSG details only to raw sockets by Marcel Holtmann · 12 years ago
  38. cedc546 Bluetooth: Lock socket when reading HCI socket options by Marcel Holtmann · 12 years ago
  39. 2f39cdb Bluetooth: Limit HCI raw socket options to actual raw sockets by Marcel Holtmann · 12 years ago
  40. a6fb08d Bluetooth: Remove unneeded bt_cb(skb)->channel variable by Marcel Holtmann · 12 years ago
  41. 470fe1b Bluetooth: Split sending for HCI raw and control sockets by Marcel Holtmann · 12 years ago
  42. 48c7aba Bluetooth: Fix hci_connect error return values by Johan Hedberg · 12 years ago
  43. 2da9c55 Bluetooth: mgmt: Bump mgmt version by Johan Hedberg · 13 years ago
  44. bf1e354 Bluetooth: mgmt: Fix OOB command response parameters by Johan Hedberg · 12 years ago
  45. f0eeea8 Bluetooth: mgmt: Fix (Un)Block Device return parameters by Johan Hedberg · 12 years ago
  46. f808e16 Bluetooth: mgmt: Fix Start Discovery return parameters by Johan Hedberg · 12 years ago
  47. e211326 Bluetooth: mgmt: Fix Pair Device response status values by Johan Hedberg · 12 years ago
  48. aee9b218 Bluetooth: mgmt: Move status parameters into the cmd_complete header by Johan Hedberg · 12 years ago
  49. 5e0452c Bluetooth: Interleaved discovery support by Andre Guedes · 13 years ago
  50. 343f935 Bluetooth: Merge INQUIRY and LE_SCAN discovery states by Andre Guedes · 13 years ago
  51. 4aab14e Bluetooth: Track discovery type by Andre Guedes · 13 years ago
  52. f39799f Bluetooth: Prepare start_discovery by Andre Guedes · 13 years ago
  53. ea585ab Bluetooth: Add Intel copyright to mgmt files by Johan Hedberg · 13 years ago
  54. a198e7b Bluetooth: mgmt: Add address type to confirm name command by Johan Hedberg · 13 years ago
  55. d845769 Bluetooth: mgmt: Add address type to PIN code messages by Johan Hedberg · 13 years ago
  56. d753fdc Bluetooth: mgmt: Add address type to link key messages by Johan Hedberg · 13 years ago
  57. 42d2d87 Bluetooth: Prefix hex numbers with object name by Andrei Emeltchenko · 13 years ago
  58. e05dcc3 Bluetooth: Use symbolic names for state in debug by Andrei Emeltchenko · 13 years ago
  59. 20d1803 Bluetooth: Move scope of state_to_string by Andrei Emeltchenko · 13 years ago
  60. 3ed7003 Bluetooth: Add logging functions bt_info and bt_err by Joe Perches · 13 years ago
  61. ed2c4ee Bluetooth: mgmt: Add support for Set SSP command by Johan Hedberg · 13 years ago
  62. 33ef95e Bluetooth: mgmt: Add support for Set Link Security command by Johan Hedberg · 13 years ago
  63. 7bb895d Bluetooth: mgmt: Use more consistent error variable names by Johan Hedberg · 13 years ago
  64. 76a7f3a Bluetooth: Remove unused member from cmd_lookup struct by Johan Hedberg · 13 years ago
  65. 7ddb6e0 Bluetooth: Do not dereference zero sk by Andrei Emeltchenko · 13 years ago
  66. 7b99b65 Bluetooth: Fix event sending with DISCOVERY_STOPPED state by Andre Guedes · 13 years ago
  67. 203159d Bluetooth: Fix discovery state machine by Andre Guedes · 13 years ago
  68. e70bb2e Bluetooth: Implement Read Supported Commands commands for mgmt by Johan Hedberg · 13 years ago
  69. 24d2b8c Bluetooth: Fix possible use after free in delete path by Ulisses Furquim · 13 years ago
  70. 6de3275 Bluetooth: Remove usage of __cancel_delayed_work() by Ulisses Furquim · 13 years ago
  71. ca0d6c7 Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close by Johan Hedberg · 13 years ago
  72. cf33e77 Bluetooth: Fix RFCOMM session reference counting issue by Octavian Purdila · 13 years ago
  73. b5a30dd Bluetooth: silence lockdep warning by Octavian Purdila · 13 years ago
  74. 6e1da68 Bluetooth: l2cap_set_timer needs jiffies as timeout value by Andrzej Kaczmarek · 13 years ago
  75. a637525 Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket by Andrzej Kaczmarek · 13 years ago
  76. 4aa832c Bluetooth: Remove bogus inline declaration from l2cap_chan_connect by Johan Hedberg · 13 years ago
  77. 18daf164 Bluetooth: Fix l2cap conn failures for ssp devices by Peter Hurley · 13 years ago
  78. 2dd1068 Bluetooth: Use proper datatypes in release-callbacks by David Herrmann · 13 years ago
  79. 3dc0732 Bluetooth: Introduce to_hci_conn by David Herrmann · 13 years ago
  80. aa2b86d Bluetooth: Introduce to_hci_dev() by David Herrmann · 13 years ago
  81. b1078ad Bluetooth: Add Device Unpaired mgmt event by Johan Hedberg · 13 years ago
  82. 82eb703 Bluetooth: Fix mgmt_unpair_device command status by Johan Hedberg · 13 years ago
  83. bab73cb Bluetooth: Add address type to mgmt_ev_auth_failed by Johan Hedberg · 13 years ago
  84. 88c1fe4 Bluetooth: Add address type to mgmt blacklist messages by Johan Hedberg · 13 years ago
  85. 664ce4c Bluetooth: Add address type to Out Of Band mgmt messages by Johan Hedberg · 13 years ago
  86. 272d90d Bluetooth: Add address type to user_confirm and user_passkey messages by Johan Hedberg · 13 years ago
  87. 88c3df1 Bluetooth: Update mgmt_disconnect to match latest API by Johan Hedberg · 13 years ago
  88. 124f6e3 Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_device by Johan Hedberg · 13 years ago
  89. 930fa4a Bluetooth: Fix double acking I-Frames when sending pending I-Frames by Szymon Janc · 13 years ago
  90. 8ed7a0a Bluetooth: Fix possible missing I-Frame acknowledgement by Szymon Janc · 13 years ago
  91. 6d5922b Bluetooth: Remove unneeded sk variable by Andrei Emeltchenko · 13 years ago
  92. 5491120 Bluetooth: Clean up l2cap_chan_add by Andrei Emeltchenko · 13 years ago
  93. cf4cd00 Bluetooth: Change chan_ready param from sk to chan by Andrei Emeltchenko · 13 years ago
  94. 343fb14 Bluetooth: Add BT_DBG to mgmt_discovering() by Andre Guedes · 13 years ago
  95. 053c7e0 Bluetooth: Fix device_found event length for remote name resolving by Johan Hedberg · 13 years ago
  96. e877752 Bluetooth: Fix indentation by Andre Guedes · 13 years ago
  97. 3fd2415 Bluetooth: MGMT start discovery LE-Only support by Andre Guedes · 13 years ago
  98. 28b75a8 Bluetooth: Add hci_le_scan() by Andre Guedes · 13 years ago
  99. 7ba8b4b Bluetooth: Add hci_do_le_scan() by Andre Guedes · 13 years ago
  100. 6fbe195 Bluetooth: Minor code refactoring by Andre Guedes · 13 years ago