1. 72000df Bluetooth: Add support for Local OOB Extended Data Update events by Marcel Holtmann · 9 years ago
  2. 5425f98 Bluetooth: Fix length for Read Local OOB Extended Data respone packet by Marcel Holtmann · 9 years ago
  3. 5082a59 Bluetooth: Do not include LE SC out-of-band data if not enabled by Marcel Holtmann · 9 years ago
  4. b880ab8 Bluetooth: The P-256 randomizer is 16 octets long and not 19 octets by Marcel Holtmann · 9 years ago
  5. fb334fe Bluetooth: Rename smp->local_rr into smp->local_rand by Marcel Holtmann · 9 years ago
  6. bc07cd6 Bluetooth: Add extra SMP_DBG statement for remote OOB data by Marcel Holtmann · 9 years ago
  7. e091526 Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32] by Marcel Holtmann · 9 years ago
  8. cb06d36 Bluetooth: Add clarifying comment when setting local OOB flag by Johan Hedberg · 9 years ago
  9. a8ca617 Bluetooth: Don't send public key if OOB data verification fails by Johan Hedberg · 9 years ago
  10. 94ea725 Bluetooth: Fix verifying confirm value when lacking remote OOB data by Johan Hedberg · 9 years ago
  11. 5842856 Bluetooth: Set local OOB data flag if remote has our OOB data by Johan Hedberg · 9 years ago
  12. 1a8bab4 Bluetooth: Track local vs remote OOB data availability by Johan Hedberg · 9 years ago
  13. 882fafa Bluetooth: Fix local OOB data handling for SMP by Johan Hedberg · 9 years ago
  14. 8e4e2ee Bluetooth: Use smp->local_pk + 32 instead of &smp->local_pk[32] by Marcel Holtmann · 9 years ago
  15. 33d0c03 Bluetooth: Use OOB key pair for LE SC pairing with OOB method by Marcel Holtmann · 9 years ago
  16. 0821a2c Bluetooth: Return LE SC confirm and random values for out-of-band data by Marcel Holtmann · 9 years ago
  17. 60a27d6 Bluetooth: Add function for generating LE SC out-of-band data by Marcel Holtmann · 9 years ago
  18. 6e2dc6d Bluetooth: Add support for AES-CMAC hash for security manager device by Marcel Holtmann · 9 years ago
  19. 88a479d Bluetooth: Create SMP device structure for local crypto context by Marcel Holtmann · 9 years ago
  20. 276812e Bluetooth: Use kzfree instead of kfree in security manager by Marcel Holtmann · 9 years ago
  21. aefedc1 Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flag by Marcel Holtmann · 9 years ago
  22. 455c2ff Bluetooth: Fix BR/EDR out-of-band pairing with only initiator data by Marcel Holtmann · 9 years ago
  23. 4f0f155 Bluetooth: Add simple version of Read Local OOB Extended Data command by Marcel Holtmann · 9 years ago
  24. bea4160 Bluetooth: Move eir_append_data function to a different location by Marcel Holtmann · 9 years ago
  25. d3d5305 Bluetooth: Add simple version of Read Advertising Features command by Marcel Holtmann · 9 years ago
  26. f6b7712 Bluetooth: Send global configuration updates to all management users by Marcel Holtmann · 9 years ago
  27. 1195fbb Bluetooth: Open management interface for untrusted users by Marcel Holtmann · 9 years ago
  28. c927a10 Bluetooth: Add support for trust verification of management commands by Marcel Holtmann · 9 years ago
  29. 7aea8616 Bluetooth: Remove unneeded initializer for management command table by Marcel Holtmann · 9 years ago
  30. c91041d Bluetooth: Add support for untrusted access to management commands by Marcel Holtmann · 9 years ago
  31. c85be54 Bluetooth: Add hci_sock_test_flag helper function by Marcel Holtmann · 9 years ago
  32. c08b1a1 Bluetooth: Consolidate socket channel sending function back into one by Marcel Holtmann · 9 years ago
  33. 50ebc05 Bluetooth: Introduce trusted flag for management control sockets by Marcel Holtmann · 9 years ago
  34. 96f1474 Bluetooth: Add support for extended index management command by Marcel Holtmann · 9 years ago
  35. ced8554 Bluetooth: Add support for extended index management events by Marcel Holtmann · 9 years ago
  36. f920733 Bluetooth: Use special function to send filter management index events by Marcel Holtmann · 9 years ago
  37. 17711c6 Bluetooth: Provide hci_send_to_flagged_channel helper function by Marcel Holtmann · 9 years ago
  38. 6befc64 Bluetooth: Add flags field and setting function for HCI sockets by Marcel Holtmann · 9 years ago
  39. 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
  40. b7cb93e Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags by Marcel Holtmann · 9 years ago
  41. eacb44d Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field by Marcel Holtmann · 9 years ago
  42. 238be78 Bluetooth: Introduce hci_dev_test_and_set_flag helper macro by Marcel Holtmann · 9 years ago
  43. a69d892 Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro by Marcel Holtmann · 9 years ago
  44. 516018a Bluetooth: Introduce hci_dev_test_and_change_flag helper macro by Marcel Holtmann · 9 years ago
  45. ce05d60 Bluetooth: Introduce hci_dev_change_flag helper macro by Marcel Holtmann · 9 years ago
  46. a358dc1 Bluetooth: Introduce hci_dev_clear_flag helper macro by Marcel Holtmann · 9 years ago
  47. a1536da Bluetooth: Introduce hci_dev_set_flag helper macro by Marcel Holtmann · 9 years ago
  48. d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 9 years ago
  49. cc91cb0 Bluetooth: Add support connectable advertising setting by Marcel Holtmann · 9 years ago
  50. 983f981 Bluetooth: Remove two else branches that are not needed by Marcel Holtmann · 9 years ago
  51. 4ba9faf Bluetooth: Check for matching IRK when looking for paired LE devices by Johan Hedberg · 9 years ago
  52. 87c8b28 Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired() by Johan Hedberg · 9 years ago
  53. beb1c21 Bluetooth: Increment management interface revision by Marcel Holtmann · 9 years ago
  54. 55e76b3 Bluetooth: Add 'Already Paired' error for Pair Device command by Johan Hedberg · 9 years ago
  55. 406ef2a Bluetooth: Make Fast Connectable available while powered off by Johan Hedberg · 9 years ago
  56. 0402d9f2 Bluetooth: fix sco_exit compile warning by Alexander Aring · 9 years ago
  57. 7a00ff4 Bluetooth: Add mgmt_send_event() helper to send to any HCI channel by Johan Hedberg · 9 years ago
  58. 3b0602c Bluetooth: Rename pending_cmd to mgmt_pending_cmd by Johan Hedberg · 9 years ago
  59. 2a1afb5 Bluetooth: Rename cmd_complete() to mgmt_cmd_complete() by Johan Hedberg · 9 years ago
  60. a69e837 Bluetooth: Rename cmd_status() to mgmt_cmd_status() by Johan Hedberg · 9 years ago
  61. b9a245fb Bluetooth: Move all mgmt command quirks to handler table by Johan Hedberg · 9 years ago
  62. 6d785aa3 Bluetooth: Convert mgmt to use HCI chan registration API by Johan Hedberg · 9 years ago
  63. 801c1e8 Bluetooth: Add mgmt HCI channel registration API by Johan Hedberg · 9 years ago
  64. 93690c2 Bluetooth: Introduce controller setting information for static address by Marcel Holtmann · 9 years ago
  65. 82f8b65 Bluetooth: fix service discovery behaviour for empty uuids filter by Jakub Pawlowski · 9 years ago
  66. 2976cde Bluetooth: Refactor service discovery filter logic by Jakub Pawlowski · 9 years ago
  67. 48f86b7 Bluetooth: Move Service Discovery logic before refactoring by Jakub Pawlowski · 9 years ago
  68. 211b853 bluetooth: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  69. 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
  70. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  71. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  72. 6368c23 net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields by Eyal Birger · 9 years ago
  73. 49a6fe0 net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl by Eyal Birger · 9 years ago
  74. 9391976 Bluetooth: make hci_test_bit's addr const by Jiri Slaby · 9 years ago
  75. 4cd3928 Bluetooth: Update New CSRK event to match latest specification by Johan Hedberg · 9 years ago
  76. 03f310e Bluetooth: Remove unnecessary queue_monitor_skb() function by Johan Hedberg · 9 years ago
  77. 7129069 Bluetooth: Rename hci_send_to_control to hci_send_to_channel by Johan Hedberg · 9 years ago
  78. 39e3e74 Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creation by Johan Hedberg · 9 years ago
  79. a2cb01d Bluetooth: Fix checking for pending Set SSP in Set HS handler by Johan Hedberg · 9 years ago
  80. 94d52da Bluetooth: Remove bogus check for pending mgmt Set HS command by Johan Hedberg · 9 years ago
  81. 3a6d576 Bluetooth: Convert disconn_cfm to be triggered through hci_cb by Johan Hedberg · 9 years ago
  82. 539c496 Bluetooth: Convert connect_cfm to be triggered through hci_cb by Johan Hedberg · 9 years ago
  83. 354fe80 Bluetooth: Convert L2CAP security callback to use hci_cb by Johan Hedberg · 9 years ago
  84. fba7ecf Bluetooth: Convert hci_cb_list_lock to a mutex by Johan Hedberg · 9 years ago
  85. 00629e0 Bluetooth: Add new hci_cb entries to the tail rather than the head by Johan Hedberg · 9 years ago
  86. 0af801b Bluetooth: Fix AMP init for certain AMP controllers by Johan Hedberg · 9 years ago
  87. 315917e Bluetooth: Fix accepting early data on fixed channels by Johan Hedberg · 9 years ago
  88. 035a07d Bluetooth: Provide option to enable/disable debugfs information by Marcel Holtmann · 9 years ago
  89. 87e2a02 Bluetooth: Make __next_ident function static. by Marcel Holtmann · 9 years ago
  90. bc333cc Bluetooth: Make a2mp_send function static by Marcel Holtmann · 9 years ago
  91. 469cd4c Bluetooth: Make amp_mgr_lookup_by_state function static by Marcel Holtmann · 9 years ago
  92. 59d4d08 Bluetooth: Make amp_mgr_list and amp_mgr_list_lock static by Marcel Holtmann · 9 years ago
  93. 055540a Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP source by Marcel Holtmann · 9 years ago
  94. a44fecb Bluetooth: Add shutdown callback before closing the device by Tedd Ho-Jeong An · 9 years ago
  95. faa8103 Bluetooth: Enhance error codes pair device command by Lukasz Rymanowski · 9 years ago
  96. c411110 Bluetooth: Improve error handling in connect acl by Lukasz Rymanowski · 9 years ago
  97. 152d386 Bluetooth: Do not allow LE connection if LE is not enabled by Lukasz Rymanowski · 9 years ago
  98. 88d9077 Bluetooth: Fix potential NULL dereference by Johan Hedberg · 9 years ago
  99. 66f096f Bluetooth: Remove mgmt_rp_read_local_oob_ext_data struct by Johan Hedberg · 10 years ago
  100. 4b0e0ce Bluetooth: Add restarting to service discovery by Jakub Pawlowski · 10 years ago