1. 9981bdb Bluetooth: Fix Get Conn Info to use cmd_complete callback by Johan Hedberg · 10 years ago
  2. ebf86aa Bluetooth: Fix initializing hci_conn RSSI to invalid value by Johan Hedberg · 10 years ago
  3. 6948737 Bluetooth: Convert Get Clock Info to use cmd_complete callback by Johan Hedberg · 10 years ago
  4. 2922a94 Bluetooth: Convert discovery commands to use cmd_complete callback by Johan Hedberg · 10 years ago
  5. d8b7b1e Bluetooth: Convert Unpair Device to use cmd_complete callback by Johan Hedberg · 10 years ago
  6. 04ab274 Bluetooth: Convert Pair Device to use cmd_complete callback by Johan Hedberg · 10 years ago
  7. 7776d1d Bluetooth: Use cmd_complete callback for authentication mgmt commands by Johan Hedberg · 10 years ago
  8. f5818c2 Bluetooth: Convert Disconnect mgmt command to use cmd_complete callback by Johan Hedberg · 10 years ago
  9. 323b0b8 Bluetooth: Store parameter length with pending mgmt commands by Johan Hedberg · 10 years ago
  10. 1b9b5ee Bluetooth: Add callback to create proper cmd_complete events by Johan Hedberg · 10 years ago
  11. 1db9960 net/mac802154: No need for an extra space when casting by Stefan Schmidt · 10 years ago
  12. a4dc1321 net/mac802154: Remove extra blank lines. by Stefan Schmidt · 10 years ago
  13. 6c10dc0 net/ieee802154: Remove and add extra blank lines as needed. by Stefan Schmidt · 10 years ago
  14. cad865d net/ieee802154: Make sure alignment matches parenthesis.. by Stefan Schmidt · 10 years ago
  15. a413e3f net/6lowpan: Remove FSF address from GPL statement. by Stefan Schmidt · 10 years ago
  16. ee3c3ca Bluetooth: Clear discovery filter before starting background scan by Marcel Holtmann · 10 years ago
  17. 2207880 Bluetooth: Fix memory leaks from discovery filter UUID list by Marcel Holtmann · 10 years ago
  18. 0256325 Bluetooth: Add helper function for clearing the discovery filter by Marcel Holtmann · 10 years ago
  19. 66ea942 Bluetooth: Add support for Start Service Discovery command by Jakub Pawlowski · 10 years ago
  20. 799ce93 Bluetooth: Add logic for UUID filter handling by Jakub Pawlowski · 10 years ago
  21. b487b9c Bluetooth: Add framework for device found filtering based on UUID by Marcel Holtmann · 10 years ago
  22. bda157a Bluetooth: Filter device found events based on RSSI threshold by Marcel Holtmann · 10 years ago
  23. 37eab04 Bluetooth: Add extra discovery fields for storing filter information by Jakub Pawlowski · 10 years ago
  24. 7e61df5 Bluetooth: Add definitions for MGMT_OP_START_SERVICE_DISCOVERY by Jakub Pawlowski · 10 years ago
  25. a89612a Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI value by Marcel Holtmann · 10 years ago
  26. 8019044 Bluetooth: Split triggering of discovery commands into separate function by Marcel Holtmann · 10 years ago
  27. 11e6e25 Bluetooth: Use {start,stop}_discovery_complete handler for cmd_complete by Marcel Holtmann · 10 years ago
  28. f5a969f Bluetooth: Simplify the error handling of Start Discovery command by Marcel Holtmann · 10 years ago
  29. 854bda1 Bluetooth: Increment management interface revision by Marcel Holtmann · 10 years ago
  30. 8ab9731 Bluetooth: Increase minor version of core module by Marcel Holtmann · 10 years ago
  31. 6029ddc Bluetooth: Add support for Broadcom BCM20702A0 variants firmware download by Heinrich Siebmanns · 10 years ago
  32. dc75961 Bluetooth: btmrvl add firmware dump support by Xinming Hu · 10 years ago
  33. 7365d47 Bluetooth: btmrvl: remove extra newline character by Amitkumar Karwar · 10 years ago
  34. 580039e Bluetooth: Fix false-positive "uninitialized" compiler warning by Johan Hedberg · 10 years ago
  35. 7f376cd Bluetooth: Fix minor coding style issue in smp.c by Johan Hedberg · 10 years ago
  36. 923e241 Bluetooth: Fix SMP debug key handling by Johan Hedberg · 10 years ago
  37. 06edf8d Bluetooth: Organize SMP crypto functions to logical sections by Johan Hedberg · 10 years ago
  38. cd08279 Bluetooth: Fix missing const declarations in SMP functions by Johan Hedberg · 10 years ago
  39. c7a3d57 Bluetooth: Introduce SMP_DBG macro for low-level debuging by Johan Hedberg · 10 years ago
  40. a29b073 Bluetooth: Add basic LE SC OOB support for remote OOB data by Johan Hedberg · 10 years ago
  41. 02b05bd Bluetooth: Set SMP OOB flag if OOB data is available by Johan Hedberg · 10 years ago
  42. 86df920 Bluetooth: Add support for adding remote OOB data for LE by Johan Hedberg · 10 years ago
  43. 6928a92 Bluetooth: Store address type with OOB data by Johan Hedberg · 10 years ago
  44. 81328d5 Bluetooth: Unify remote OOB data functions by Johan Hedberg · 10 years ago
  45. 903b71c Bluetooth: Add SC-only mode support for SMP by Johan Hedberg · 10 years ago
  46. b5ae344 Bluetooth: Add full SMP BR/EDR support by Johan Hedberg · 10 years ago
  47. ef8efe4 Bluetooth: Add skeleton for BR/EDR SMP channel by Johan Hedberg · 10 years ago
  48. 858cdc7 Bluetooth: Add debugfs switch for forcing SMP over BR/EDR by Johan Hedberg · 10 years ago
  49. fe8bc5a Bluetooth: Add hci_conn flag for new link key generation by Johan Hedberg · 10 years ago
  50. 70157ef Bluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KEYS is set by Johan Hedberg · 11 years ago
  51. 1408bb6 Bluetooth: Add dummy handler for LE SC keypress notification by Johan Hedberg · 11 years ago
  52. d3e54a8 Bluetooth: Fix DHKey Check sending order for slave role by Johan Hedberg · 11 years ago
  53. 38606f1 Bluetooth: Add passkey entry support for LE SC by Johan Hedberg · 11 years ago
  54. e3befab Bluetooth: Fix BR/EDR Link Key type when derived through LE SC by Johan Hedberg · 11 years ago
  55. dddd305 Bluetooth: Add support for SC just-works pairing by Johan Hedberg · 11 years ago
  56. d378a2d Bluetooth: Set correct LTK type and authentication for SC by Johan Hedberg · 11 years ago
  57. 6c0dcc5 Bluetooth: Add check for accidentally generating a debug key by Johan Hedberg · 11 years ago
  58. aeb7d46 Bluetooth: Detect SMP SC debug keys by Johan Hedberg · 11 years ago
  59. 5e3d3d9 Bluetooth: Add selection of the SC authentication method by Johan Hedberg · 11 years ago
  60. 783e057 Bluetooth: Track authentication method in SMP context by Johan Hedberg · 11 years ago
  61. 6a77083 Bluetooth: Add support for LE SC key generation by Johan Hedberg · 11 years ago
  62. 6433a9a Bluetooth: Add support for LE SC DHKey check PDU by Johan Hedberg · 11 years ago
  63. 760b018 Bluetooth: Add support for handling LE SC user response by Johan Hedberg · 11 years ago
  64. 191dc7f Bluetooth: Add support for LE SC numeric comparison by Johan Hedberg · 11 years ago
  65. dcee2b3 Bluetooth: Add LE SC support for responding to Pairing Confirm PDU by Johan Hedberg · 11 years ago
  66. cbbbe3e Bluetooth: Add support for sending LE SC Confirm value by Johan Hedberg · 11 years ago
  67. d8f8edb Bluetooth: Add handler function for receiving LE SC public key by Johan Hedberg · 11 years ago
  68. 3b19146 Bluetooth: Add basic support for sending our LE SC public key by Johan Hedberg · 11 years ago
  69. 05ddb47 Bluetooth: Add ECC library for LE Secure Connections by Johan Hedberg · 11 years ago
  70. 407cecf Bluetooth: Add basic support for AES-CMAC by Johan Hedberg · 11 years ago
  71. df8e1a4 Bluetooth: Set link key generation bit if necessary for LE SC by Johan Hedberg · 11 years ago
  72. f3a73d9 Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk by Johan Hedberg · 11 years ago
  73. 0ac3dbf Bluetooth: Remove unused hci_find_ltk function by Johan Hedberg · 11 years ago
  74. 5378bc5 Bluetooth: Update LTK lookup to correctly deal with SC LTKs by Johan Hedberg · 11 years ago
  75. a320969 Bluetooth: Add mgmt_set_secure_conn support for any LE adapter by Johan Hedberg · 11 years ago
  76. 710f11c Bluetooth: Use custom macro for testing BR/EDR SC enabled by Johan Hedberg · 11 years ago
  77. 8f5eeca Bluetooth: Set the correct security level for SC LTKs by Johan Hedberg · 11 years ago
  78. 23fb8de Bluetooth: Add mgmt support for LE Secure Connections LTK types by Johan Hedberg · 11 years ago
  79. d2eb9e1 Bluetooth: Update SMP security level to/from auth_req for SC by Johan Hedberg · 11 years ago
  80. 6566877 Bluetooth: Add SMP flag for SC and set it when necessary. by Johan Hedberg · 11 years ago
  81. 0edb14d Bluetooth: Make auth_req mask dependent on SC enabled or not by Johan Hedberg · 11 years ago
  82. e65392e Bluetooth: Add basic SMP defines for LE Secure Connections by Johan Hedberg · 11 years ago
  83. 82c13d4 Bluetooth: Simplify Link Key Notification event handling logic by Johan Hedberg · 10 years ago
  84. 0bd49fc Bluetooth: Track both local and remote L2CAP fixed channel mask by Johan Hedberg · 10 years ago
  85. f6af675 Bluetooth: Automatically flushable packets aren't allowed on LE links by Steven Walter · 10 years ago
  86. 3bb30a7c Bluetooth: ath3k: Add support of MCI 13d3:3408 bt device by Dmitry Tunin · 10 years ago
  87. 473f376 mac802154: remove unnecessary if statement by Varka Bhadram · 10 years ago
  88. 69bb631 ieee802154: fix spelling mistakes by Varka Bhadram · 10 years ago
  89. 4c79e1d Bluetooth: btmrvl: update hs_state in interrupt handler by Amitkumar Karwar · 10 years ago
  90. 025a60a Bluetooth: btmrvl: add DT-bindings for gpio-gap by Amitkumar Karwar · 10 years ago
  91. 098ea6b Bluetooth: btmrvl: add DT bindings documentation by Amitkumar Karwar · 10 years ago
  92. 0378b59 Bluetooth: Convert link keys list to use RCU by Johan Hedberg · 10 years ago
  93. cb6f3f7 Bluetooth: Fix setting conn->pending_sec_level value from link key by Johan Hedberg · 10 years ago
  94. 22a3cea Bluetooth: Fix setting state back to TASK_RUNNING by Johan Hedberg · 10 years ago
  95. a86c02e Bluetooth: Add support for Broadcom BCM20702A1 variant by Fabio K · 10 years ago
  96. 76727c0 Bluetooth: Call drain_workqueue() before resetting state by Johan Hedberg · 10 years ago
  97. 38da170 Bluetooth: Use shorter "rand" name for "randomizer" by Johan Hedberg · 10 years ago
  98. c19a495 Bluetooth: Fix BR/EDR-only address checks for remote OOB data by Johan Hedberg · 10 years ago
  99. ee7b905 ieee802154: fix byteorder for short address and panid by Alexander Aring · 10 years ago
  100. cb41c8d ieee802154: rename and move WPAN_NUM_ defines by Alexander Aring · 10 years ago