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