1. 17711c6 Bluetooth: Provide hci_send_to_flagged_channel helper function by Marcel Holtmann · 9 years ago
  2. 6befc64 Bluetooth: Add flags field and setting function for HCI sockets by Marcel Holtmann · 9 years ago
  3. 5f1764d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  4. b7cb93e Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags by Marcel Holtmann · 9 years ago
  5. eacb44d Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field by Marcel Holtmann · 9 years ago
  6. 238be78 Bluetooth: Introduce hci_dev_test_and_set_flag helper macro by Marcel Holtmann · 9 years ago
  7. a69d892 Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro by Marcel Holtmann · 9 years ago
  8. 516018a Bluetooth: Introduce hci_dev_test_and_change_flag helper macro by Marcel Holtmann · 9 years ago
  9. ce05d60 Bluetooth: Introduce hci_dev_change_flag helper macro by Marcel Holtmann · 9 years ago
  10. a358dc1 Bluetooth: Introduce hci_dev_clear_flag helper macro by Marcel Holtmann · 9 years ago
  11. a1536da Bluetooth: Introduce hci_dev_set_flag helper macro by Marcel Holtmann · 9 years ago
  12. d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 9 years ago
  13. cc91cb0 Bluetooth: Add support connectable advertising setting by Marcel Holtmann · 9 years ago
  14. 983f981 Bluetooth: Remove two else branches that are not needed by Marcel Holtmann · 9 years ago
  15. 4ba9faf Bluetooth: Check for matching IRK when looking for paired LE devices by Johan Hedberg · 9 years ago
  16. 87c8b28 Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired() by Johan Hedberg · 9 years ago
  17. beb1c21 Bluetooth: Increment management interface revision by Marcel Holtmann · 9 years ago
  18. 55e76b3 Bluetooth: Add 'Already Paired' error for Pair Device command by Johan Hedberg · 9 years ago
  19. 406ef2a Bluetooth: Make Fast Connectable available while powered off by Johan Hedberg · 9 years ago
  20. 0402d9f2 Bluetooth: fix sco_exit compile warning by Alexander Aring · 9 years ago
  21. 7a00ff4 Bluetooth: Add mgmt_send_event() helper to send to any HCI channel by Johan Hedberg · 9 years ago
  22. 3b0602c Bluetooth: Rename pending_cmd to mgmt_pending_cmd by Johan Hedberg · 9 years ago
  23. 2a1afb5 Bluetooth: Rename cmd_complete() to mgmt_cmd_complete() by Johan Hedberg · 9 years ago
  24. a69e837 Bluetooth: Rename cmd_status() to mgmt_cmd_status() by Johan Hedberg · 9 years ago
  25. b9a245fb Bluetooth: Move all mgmt command quirks to handler table by Johan Hedberg · 9 years ago
  26. 6d785aa3 Bluetooth: Convert mgmt to use HCI chan registration API by Johan Hedberg · 9 years ago
  27. 801c1e8 Bluetooth: Add mgmt HCI channel registration API by Johan Hedberg · 9 years ago
  28. 93690c2 Bluetooth: Introduce controller setting information for static address by Marcel Holtmann · 9 years ago
  29. 82f8b65 Bluetooth: fix service discovery behaviour for empty uuids filter by Jakub Pawlowski · 9 years ago
  30. 2976cde Bluetooth: Refactor service discovery filter logic by Jakub Pawlowski · 9 years ago
  31. 48f86b7 Bluetooth: Move Service Discovery logic before refactoring by Jakub Pawlowski · 9 years ago
  32. 211b853 bluetooth: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  33. 70c836a4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  34. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  35. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  36. 6368c23 net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields by Eyal Birger · 9 years ago
  37. 49a6fe0 net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl by Eyal Birger · 9 years ago
  38. 9391976 Bluetooth: make hci_test_bit's addr const by Jiri Slaby · 9 years ago
  39. 4cd3928 Bluetooth: Update New CSRK event to match latest specification by Johan Hedberg · 9 years ago
  40. 03f310e Bluetooth: Remove unnecessary queue_monitor_skb() function by Johan Hedberg · 9 years ago
  41. 7129069 Bluetooth: Rename hci_send_to_control to hci_send_to_channel by Johan Hedberg · 9 years ago
  42. 39e3e74 Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creation by Johan Hedberg · 9 years ago
  43. a2cb01d Bluetooth: Fix checking for pending Set SSP in Set HS handler by Johan Hedberg · 9 years ago
  44. 94d52da Bluetooth: Remove bogus check for pending mgmt Set HS command by Johan Hedberg · 9 years ago
  45. 3a6d576 Bluetooth: Convert disconn_cfm to be triggered through hci_cb by Johan Hedberg · 9 years ago
  46. 539c496 Bluetooth: Convert connect_cfm to be triggered through hci_cb by Johan Hedberg · 9 years ago
  47. 354fe80 Bluetooth: Convert L2CAP security callback to use hci_cb by Johan Hedberg · 9 years ago
  48. fba7ecf Bluetooth: Convert hci_cb_list_lock to a mutex by Johan Hedberg · 9 years ago
  49. 00629e0 Bluetooth: Add new hci_cb entries to the tail rather than the head by Johan Hedberg · 9 years ago
  50. 0af801b Bluetooth: Fix AMP init for certain AMP controllers by Johan Hedberg · 9 years ago
  51. 315917e Bluetooth: Fix accepting early data on fixed channels by Johan Hedberg · 9 years ago
  52. 035a07d Bluetooth: Provide option to enable/disable debugfs information by Marcel Holtmann · 9 years ago
  53. 87e2a02 Bluetooth: Make __next_ident function static. by Marcel Holtmann · 9 years ago
  54. bc333cc Bluetooth: Make a2mp_send function static by Marcel Holtmann · 9 years ago
  55. 469cd4c Bluetooth: Make amp_mgr_lookup_by_state function static by Marcel Holtmann · 9 years ago
  56. 59d4d08 Bluetooth: Make amp_mgr_list and amp_mgr_list_lock static by Marcel Holtmann · 9 years ago
  57. 055540a Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP source by Marcel Holtmann · 9 years ago
  58. a44fecb Bluetooth: Add shutdown callback before closing the device by Tedd Ho-Jeong An · 9 years ago
  59. faa8103 Bluetooth: Enhance error codes pair device command by Lukasz Rymanowski · 9 years ago
  60. c411110 Bluetooth: Improve error handling in connect acl by Lukasz Rymanowski · 9 years ago
  61. 152d386 Bluetooth: Do not allow LE connection if LE is not enabled by Lukasz Rymanowski · 9 years ago
  62. 88d9077 Bluetooth: Fix potential NULL dereference by Johan Hedberg · 9 years ago
  63. 66f096f Bluetooth: Remove mgmt_rp_read_local_oob_ext_data struct by Johan Hedberg · 9 years ago
  64. 4b0e0ce Bluetooth: Add restarting to service discovery by Jakub Pawlowski · 9 years ago
  65. 2d28cfe Bluetooth: Add le_scan_restart work for LE scan restarting by Jakub Pawlowski · 9 years ago
  66. bf21d79 Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only mode by Marcel Holtmann · 9 years ago
  67. 6858bcd Bluetooth: Expose remote OOB information as debugfs entry by Marcel Holtmann · 9 years ago
  68. 5789f37 Bluetooth: Expose hardware error code as debugfs entry by Marcel Holtmann · 9 years ago
  69. 0886aea Bluetooth: Expose debug keys usage setting via debugfs by Marcel Holtmann · 9 years ago
  70. c50b33c Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode command by Marcel Holtmann · 9 years ago
  71. 6e07231 Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfs by Marcel Holtmann · 9 years ago
  72. 41bcfd5 Bluetooth: Allow remote OOB data to only provide P-192 or P-256 values by Marcel Holtmann · 9 years ago
  73. 4775a4e Bluetooth: Fix OOB data present value for SMP pairing by Marcel Holtmann · 9 years ago
  74. 659c7fb Bluetooth: Fix OOB data present value for BR/EDR Secure Connections by Marcel Holtmann · 9 years ago
  75. f7697b1 Bluetooth: Store OOB data present value for each set of remote OOB data by Marcel Holtmann · 9 years ago
  76. ac363cf Bluetooth: Fix sending Read Remote Extended Features command by Szymon Janc · 9 years ago
  77. 64dae96 Bluetooth: Move smp_unregister() into hci_dev_do_close() function by Marcel Holtmann · 9 years ago
  78. c7741d1 Bluetooth: Perform a power cycle when receiving hardware error event by Marcel Holtmann · 9 years ago
  79. 5c91249 Bluetooth: Introduce hci_dev_do_reset helper function by Marcel Holtmann · 9 years ago
  80. 8f502f8 Bluetooth: Fix notifying discovery state when powering off by Johan Hedberg · 9 years ago
  81. 39c5d97 Bluetooth: Fix notifying discovery state upon reset by Johan Hedberg · 9 years ago
  82. 5920028 Bluetooth: Fix check for SSP when enabling SC by Johan Hedberg · 9 years ago
  83. aa5b034 Bluetooth: Check for P-256 OOB values in Secure Connections Only mode by Marcel Holtmann · 9 years ago
  84. a83ed81e Bluetooth: Use helper function to determine BR/EDR OOB data present by Marcel Holtmann · 9 years ago
  85. 6665d05 Bluetooth: Clear P-192 values for OOB when in Secure Connections Only mode by Marcel Holtmann · 9 years ago
  86. d25b78e Bluetooth: Enforce zero-valued hash/rand192 for LE OOB by Johan Hedberg · 9 years ago
  87. dfb2fae Bluetooth: Fix nested sleeps by Peter Hurley · 9 years ago
  88. a1443f5 Bluetooth: Convert Set SC to use HCI Request by Johan Hedberg · 9 years ago
  89. 484aabc Bluetooth: Remove incorrect check for BDADDR_BREDR address type by Johan Hedberg · 9 years ago
  90. 5d57e79 Bluetooth: Check for valid bdaddr in add_remote_oob_data by Johan Hedberg · 9 years ago
  91. ed93ec6 Bluetooth: Require SSP enabling before BR/EDR Secure Connections by Marcel Holtmann · 9 years ago
  92. 3a5486e Bluetooth: Limit BR/EDR switching for LE only with secure connections by Marcel Holtmann · 9 years ago
  93. 574ea3c Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSP by Marcel Holtmann · 9 years ago
  94. 91200e9 Bluetooth: Fix reporting invalid RSSI for LE devices by Szymon Janc · 9 years ago
  95. 0026b65 Bluetooth: Remove unused function by Rickard Strandqvist · 10 years ago
  96. 2b8df32 Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channels by Marcel Holtmann · 10 years ago
  97. 327a719 Bluetooth: Fix lookup of fixed channels by local bdaddr by Johan Hedberg · 10 years ago
  98. a250e04 Bluetooth: Add helpers for src/dst bdaddr type conversion by Johan Hedberg · 10 years ago
  99. 162a3ba Bluetooth: Bind the SMP channel registration to management power state by Marcel Holtmann · 10 years ago
  100. 7e7ec44 Bluetooth: Don't register any SMP channel if LE is not supported by Marcel Holtmann · 10 years ago