1. 17711c6 Bluetooth: Provide hci_send_to_flagged_channel helper function by Marcel Holtmann · 10 years ago
  2. 6befc64 Bluetooth: Add flags field and setting function for HCI sockets by Marcel Holtmann · 10 years ago
  3. b7cb93e Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags by Marcel Holtmann · 10 years ago
  4. eacb44d Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field by Marcel Holtmann · 10 years ago
  5. 238be78 Bluetooth: Introduce hci_dev_test_and_set_flag helper macro by Marcel Holtmann · 10 years ago
  6. a69d892 Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro by Marcel Holtmann · 10 years ago
  7. 516018a Bluetooth: Introduce hci_dev_test_and_change_flag helper macro by Marcel Holtmann · 10 years ago
  8. ce05d60 Bluetooth: Introduce hci_dev_change_flag helper macro by Marcel Holtmann · 10 years ago
  9. a358dc1 Bluetooth: Introduce hci_dev_clear_flag helper macro by Marcel Holtmann · 10 years ago
  10. a1536da Bluetooth: Introduce hci_dev_set_flag helper macro by Marcel Holtmann · 10 years ago
  11. d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 10 years ago
  12. cc91cb0 Bluetooth: Add support connectable advertising setting by Marcel Holtmann · 10 years ago
  13. 55e76b3 Bluetooth: Add 'Already Paired' error for Pair Device command by Johan Hedberg · 10 years ago
  14. 406ef2a Bluetooth: Make Fast Connectable available while powered off by Johan Hedberg · 10 years ago
  15. b9a245fb Bluetooth: Move all mgmt command quirks to handler table by Johan Hedberg · 10 years ago
  16. 6d785aa3 Bluetooth: Convert mgmt to use HCI chan registration API by Johan Hedberg · 10 years ago
  17. 801c1e8 Bluetooth: Add mgmt HCI channel registration API by Johan Hedberg · 10 years ago
  18. 93690c2 Bluetooth: Introduce controller setting information for static address by Marcel Holtmann · 10 years ago
  19. 82f8b65 Bluetooth: fix service discovery behaviour for empty uuids filter by Jakub Pawlowski · 10 years ago
  20. 70c836a4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
  21. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  22. 6368c23 net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields by Eyal Birger · 10 years ago
  23. 49a6fe0 net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl by Eyal Birger · 10 years ago
  24. 4cd3928 Bluetooth: Update New CSRK event to match latest specification by Johan Hedberg · 10 years ago
  25. 7129069 Bluetooth: Rename hci_send_to_control to hci_send_to_channel by Johan Hedberg · 10 years ago
  26. 3a6d576 Bluetooth: Convert disconn_cfm to be triggered through hci_cb by Johan Hedberg · 10 years ago
  27. 539c496 Bluetooth: Convert connect_cfm to be triggered through hci_cb by Johan Hedberg · 10 years ago
  28. 354fe80 Bluetooth: Convert L2CAP security callback to use hci_cb by Johan Hedberg · 10 years ago
  29. fba7ecf Bluetooth: Convert hci_cb_list_lock to a mutex by Johan Hedberg · 10 years ago
  30. a44fecb Bluetooth: Add shutdown callback before closing the device by Tedd Ho-Jeong An · 10 years ago
  31. 66f096f Bluetooth: Remove mgmt_rp_read_local_oob_ext_data struct by Johan Hedberg · 10 years ago
  32. 4b0e0ce Bluetooth: Add restarting to service discovery by Jakub Pawlowski · 10 years ago
  33. 2d28cfe Bluetooth: Add le_scan_restart work for LE scan restarting by Jakub Pawlowski · 10 years ago
  34. f7697b1 Bluetooth: Store OOB data present value for each set of remote OOB data by Marcel Holtmann · 10 years ago
  35. c7741d1 Bluetooth: Perform a power cycle when receiving hardware error event by Marcel Holtmann · 10 years ago
  36. a1443f5 Bluetooth: Convert Set SC to use HCI Request by Johan Hedberg · 10 years ago
  37. 0026b65 Bluetooth: Remove unused function by Rickard Strandqvist · 10 years ago
  38. 039d4e4 Bluetooth: Add missing response structure for HCI Delete Stored Link Key by Marcel Holtmann · 10 years ago
  39. c2f0f97 Bluetooth: Handle command complete event for HCI Read Stored Link Keys by Marcel Holtmann · 10 years ago
  40. cb96278 Bluetooth: Add defintions for HCI Read Stored Link Key command by Marcel Holtmann · 10 years ago
  41. 1904a85 Bluetooth: Add opcode parameter to hci_req_complete_t callback by Marcel Holtmann · 10 years ago
  42. 043ec9b Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE option by Marcel Holtmann · 10 years ago
  43. 05b3c3e Bluetooth: Remove no longer needed force_sc_support debugfs option by Marcel Holtmann · 10 years ago
  44. 91389af Bluetooth: Remove broken force_lesc_support debugfs option by Marcel Holtmann · 10 years ago
  45. 300acfde Bluetooth: Introduce force_bredr_smp debugfs option for testing by Marcel Holtmann · 10 years ago
  46. 711ffa7 Bluetooth: Introduce HCI_QUIRK_BROKEN_LOCAL_COMMANDS constant by Marcel Holtmann · 10 years ago
  47. 72e4a6b Bluetooth: Remove duplicate constant for RFCOMM PSM by Marcel Holtmann · 10 years ago
  48. 23b9ceb Bluetooth: Create debugfs directory for each connection handle by Marcel Holtmann · 10 years ago
  49. a8e1bfa Bluetooth: Store default and maximum LE data length settings by Marcel Holtmann · 10 years ago
  50. 94a3bd0 Bluetooth: Add structures for LE Data Length Extension feature by Marcel Holtmann · 10 years ago
  51. 5a154e6 Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete by Johan Hedberg · 10 years ago
  52. 2cf2221 Bluetooth: Add hci_request support for hci_update_background_scan by Johan Hedberg · 10 years ago
  53. 0857dd3 Bluetooth: Split hci_request helpers to hci_request.[ch] by Johan Hedberg · 10 years ago
  54. 1d2dc5b Bluetooth: Split hci_update_page_scan into two functions by Johan Hedberg · 10 years ago
  55. cab9e3a Bluetooth: 6lowpan: Add IPSP PSM value by Jukka Rissanen · 10 years ago
  56. 6e5f59a Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  57. 1783639 first fruits - kill l2cap ->memcpy_fromiovec() by Al Viro · 10 years ago
  58. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  59. 56c39fb switch l2cap ->memcpy_fromiovec() to msghdr by Al Viro · 10 years ago
  60. 4b71bba Bluetooth: Enabled LE Direct Advertising Report event if supported by Marcel Holtmann · 10 years ago
  61. 32c9d43 Bluetooth: Add definitions for LE Direct Advertising Report event by Marcel Holtmann · 10 years ago
  62. 2331fd4 Bluetooth: Move LE advertising report defines to the right location by Marcel Holtmann · 10 years ago
  63. da25cf6 Bluetooth: Report invalid RSSI for service discovery and background scan by Marcel Holtmann · 10 years ago
  64. 0256325 Bluetooth: Add helper function for clearing the discovery filter by Marcel Holtmann · 10 years ago
  65. 37eab04 Bluetooth: Add extra discovery fields for storing filter information by Jakub Pawlowski · 10 years ago
  66. 7e61df5 Bluetooth: Add definitions for MGMT_OP_START_SERVICE_DISCOVERY by Jakub Pawlowski · 10 years ago
  67. a89612a Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI value by Marcel Holtmann · 10 years ago
  68. 6928a92 Bluetooth: Store address type with OOB data by Johan Hedberg · 10 years ago
  69. 81328d5 Bluetooth: Unify remote OOB data functions by Johan Hedberg · 10 years ago
  70. ef8efe4 Bluetooth: Add skeleton for BR/EDR SMP channel by Johan Hedberg · 10 years ago
  71. 858cdc7 Bluetooth: Add debugfs switch for forcing SMP over BR/EDR by Johan Hedberg · 10 years ago
  72. fe8bc5a Bluetooth: Add hci_conn flag for new link key generation by Johan Hedberg · 10 years ago
  73. f3a73d9 Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk by Johan Hedberg · 10 years ago
  74. 0ac3dbf Bluetooth: Remove unused hci_find_ltk function by Johan Hedberg · 10 years ago
  75. 710f11c Bluetooth: Use custom macro for testing BR/EDR SC enabled by Johan Hedberg · 10 years ago
  76. 23fb8de Bluetooth: Add mgmt support for LE Secure Connections LTK types by Johan Hedberg · 10 years ago
  77. 0bd49fc Bluetooth: Track both local and remote L2CAP fixed channel mask by Johan Hedberg · 10 years ago
  78. 0378b59 Bluetooth: Convert link keys list to use RCU by Johan Hedberg · 10 years ago
  79. 38da170 Bluetooth: Use shorter "rand" name for "randomizer" by Johan Hedberg · 10 years ago
  80. adae20c Bluetooth: Convert IRK list to RCU by Johan Hedberg · 10 years ago
  81. 970d0f1 Bluetooth: Convert LTK list to RCU by Johan Hedberg · 10 years ago
  82. abe8490 Bluetooth: Use proper nesting annotation for l2cap_chan lock by Johan Hedberg · 10 years ago
  83. 845472e8 Bluetooth: Add hci_conn_lookup_type() helper function by Marcel Holtmann · 10 years ago
  84. 43d6bc4 Bluetooth: Introduce HCI_QUIRK_STRICT_DUPLICATE_FILTER by Marcel Holtmann · 10 years ago
  85. 75e0569 Bluetooth: Add hci_reset_dev() for driver triggerd stack reset by Marcel Holtmann · 10 years ago
  86. 24dfa34 Bluetooth: Print error message for HCI_Hardware_Error event by Marcel Holtmann · 10 years ago
  87. 89cbb06 Bluetooth: Defer connection-parameter removal when unpairing by Alfonso Acosta · 10 years ago
  88. fd45ada Bluetooth: Include ADV_IND report in Device Connected event by Alfonso Acosta · 10 years ago
  89. 48ec92f Bluetooth: Refactor arguments of mgmt_device_connected by Alfonso Acosta · 10 years ago
  90. d41c15c Bluetooth: Fix reason code used for rejecting SCO connections by Johan Hedberg · 10 years ago
  91. 2b0bf6c Bluetooth: Convert bt_<level> logging functions to return void by Joe Perches · 10 years ago
  92. 0097db0 Bluetooth: Remove exported hci_recv_fragment function by Marcel Holtmann · 10 years ago
  93. 43e73e4 Bluetooth: Provide HCI command opcode information to driver by Marcel Holtmann · 10 years ago
  94. e1e930f Bluetooth: Fix mgmt pairing failure when authentication fails by Johan Hedberg · 10 years ago
  95. fc75cc8 Bluetooth: Fix locking of the SMP context by Johan Hedberg · 10 years ago
  96. f3d82d0 Bluetooth: Move identity address update behind a workqueue by Johan Hedberg · 10 years ago
  97. e3b679d Bluetooth: Update hci_disconnect() to return an error value by Johan Hedberg · 10 years ago
  98. b04afa0 Bluetooth: Remove unused l2cap_conn_shutdown API by Johan Hedberg · 10 years ago
  99. f94b665 Bluetooth: Ignore incoming data after initiating disconnection by Johan Hedberg · 10 years ago
  100. eb78d7e Bluetooth: Use zero timeout for immediate scheduling by Johan Hedberg · 10 years ago