1. 09da1f3 Bluetooth: Fix redundant encryption request for reauthentication by Johan Hedberg · 11 years ago
  2. 9eb1fbf Bluetooth: Fix triggering BR/EDR L2CAP Connect too early by Johan Hedberg · 11 years ago
  3. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  4. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  5. 0f1b1e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  6. ad295b6d Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus by Jiri Kosina · 11 years ago
  7. ee5f68e Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linus by Jiri Kosina · 11 years ago
  8. 96da266 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  9. e8b1ab9 Bluetooth: Fix returning peer address in pending connect state by Johan Hedberg · 11 years ago
  10. 8396215 Bluetooth: Remove unnecessary assignment in SMP by Johan Hedberg · 11 years ago
  11. 61b3b2b Bluetooth: Fix potential NULL pointer dereference in smp_conn_security by Johan Hedberg · 11 years ago
  12. 1d98bf4 Bluetooth: Remove LTK re-encryption procedure by Johan Hedberg · 11 years ago
  13. a82505c Bluetooth: Don't try to confirm locally initiated SMP pairing by Johan Hedberg · 11 years ago
  14. edca792 Bluetooth: Add SMP flag to track which side is the initiator by Johan Hedberg · 11 years ago
  15. 4eb65e6 Bluetooth: Fix SMP confirmation callback handling by Johan Hedberg · 11 years ago
  16. 81d0c8a Bluetooth: Add missing cmd_status handler for LE_Start_Encryption by Johan Hedberg · 11 years ago
  17. 0a66cf2 Bluetooth: Fix potential NULL pointer dereference in SMP by Johan Hedberg · 11 years ago
  18. 533553f Bluetooth: Track current configured LE scan type parameter by Marcel Holtmann · 11 years ago
  19. 49c0ca1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  20. 61b1a7f Bluetooth: Fix address value for early disconnection events by Johan Hedberg · 11 years ago
  21. 39adbff Bluetooth: Fix passkey endianess in user_confirm and notify_passkey by Johan Hedberg · 11 years ago
  22. 40b552a Bluetooth: Enforce strict Secure Connections Only mode security by Marcel Holtmann · 11 years ago
  23. 4e7b203 Bluetooth: Fix Pair Device response parameters for pairing failure by Johan Hedberg · 11 years ago
  24. 01ad34d Bluetooth: Fix SMP user passkey notification mgmt event by Johan Hedberg · 11 years ago
  25. 5ed884d Bluetooth: Increase SMP re-encryption delay to 500ms by Johan Hedberg · 11 years ago
  26. 18e4aeb Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALID by Johan Hedberg · 11 years ago
  27. 2e23364 Bluetooth: Fix MITM flag when initiating SMP pairing by Johan Hedberg · 11 years ago
  28. 943a732 Bluetooth: Fix smp_e byte order to be consistent with SMP specification by Johan Hedberg · 11 years ago
  29. 66bed1a Bluetooth: Fix const declaration for swap function src parameter by Johan Hedberg · 11 years ago
  30. fdcc4be Bluetooth: Fix updating SMP remote key distribution information by Johan Hedberg · 11 years ago
  31. 6fd1820 HID: remove hid_output_raw_report transport implementations by Benjamin Tissoires · 11 years ago
  32. 42775a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  33. 52d3ef5 Bluetooth: make sure 6LOWPAN_IPHC is built-in if needed by Arnd Bergmann · 11 years ago
  34. dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  35. 4340a12 Bluetooth: Enable duplicates filter in background scan by Andre Guedes · 11 years ago
  36. 27539bc Bluetooth: Fix aborting eSCO connection in case of error 0x20 by Andrew Earl · 11 years ago
  37. 9755088 Bluetooth: make bluetooth 6lowpan as an option by Alexander Aring · 11 years ago
  38. 53ac6ab Bluetooth: Make LTK and CSRK only persisent when bonding by Marcel Holtmann · 11 years ago
  39. 7ee4ea3 Bluetooth: Add support for handling signature resolving keys by Marcel Holtmann · 11 years ago
  40. 0753c18 Bluetooth: Fix skb allocation check for A2MP by Gustavo Padovan · 12 years ago
  41. 2606ecb Bluetooth: Fix expected key count debug logs by Johan Hedberg · 11 years ago
  42. cefc8c8 6lowpan: move 6lowpan header to include/net by Alexander Aring · 11 years ago
  43. 5981a88 Bluetooth: Fix removing Long Term Key by Claudio Takahasi · 11 years ago
  44. 81ad6fd Bluetooth: Remove unnecessary stop_scan_complete function by Johan Hedberg · 11 years ago
  45. 317ac8c Bluetooth: Fix trying to disable scanning twice by Johan Hedberg · 11 years ago
  46. e3098be Bluetooth: Delay LTK encryption to let remote receive all keys by Johan Hedberg · 11 years ago
  47. 38ccdc9 Bluetooth: Re-encrypt link after receiving an LTK by Johan Hedberg · 11 years ago
  48. 9489eca Bluetooth: Add timeout for LE connection attempts by Johan Hedberg · 11 years ago
  49. b1cd5fd Bluetooth: Use hdev->init/resp_addr values for smp_c1 function by Johan Hedberg · 11 years ago
  50. cb1d68f Bluetooth: Track LE initiator and responder address information by Johan Hedberg · 11 years ago
  51. b46e003 Bluetooth: Fix updating connection state to BT_CONNECT too early by Johan Hedberg · 11 years ago
  52. 8d97250 Bluetooth: Add protections for updating local random address by Johan Hedberg · 11 years ago
  53. 759331d Bluetooth: Fix clearing SMP keys if pairing fails by Johan Hedberg · 11 years ago
  54. fe39c7b Bluetooth: Use __le64 type for LE random numbers by Marcel Holtmann · 11 years ago
  55. a3172b7 Bluetooth: Add timer to force power off by Johan Hedberg · 11 years ago
  56. c9910d0 Bluetooth: Fix disconnecting connections in non-connected states by Johan Hedberg · 11 years ago
  57. 0f36b58 Bluetooth: Track LE white list modification via HCI commands by Marcel Holtmann · 11 years ago
  58. d2ab0ac Bluetooth: Add support for storing LE white list entries by Marcel Holtmann · 11 years ago
  59. 747d3f0 Bluetooth: Clear all LE white list entries when powering controller by Marcel Holtmann · 11 years ago
  60. c950749 Bluetooth: Make hci_blacklist_clear function static by Marcel Holtmann · 11 years ago
  61. a1f4c31 Bluetooth: Add hci_copy_identity_address convenience function by Johan Hedberg · 11 years ago
  62. 56ed2cb Bluetooth: Add tracking of advertising address type by Johan Hedberg · 11 years ago
  63. d3a2541 Bluetooth: Fix response on confirm_name by Lukasz Rymanowski · 11 years ago
  64. dd2ef8e Bluetooth: Update background scan parameters by Andre Guedes · 11 years ago
  65. 8ef30fd Bluetooth: Create hci_req_add_le_passive_scan helper by Andre Guedes · 11 years ago
  66. 7d474e0 Bluetooth: Add le_auto_conn file on debugfs by Andre Guedes · 11 years ago
  67. 5b906a8 Bluetooth: Support resolvable private addresses by Andre Guedes · 11 years ago
  68. a9b0a04 Bluetooth: Connection parameters and resolvable address by Andre Guedes · 11 years ago
  69. 6046dc3 Bluetooth: Auto connection and power on by Andre Guedes · 11 years ago
  70. c54c386 Bluetooth: Temporarily stop background scanning on discovery by Andre Guedes · 11 years ago
  71. cef952c Bluetooth: Connection parameters and auto connection by Andre Guedes · 11 years ago
  72. 9fcb18e Bluetooth: Introduce LE auto connect options by Andre Guedes · 11 years ago
  73. a4790db Bluetooth: Introduce LE auto connection infrastructure by Andre Guedes · 11 years ago
  74. 77a77a3 Bluetooth: Introduce hdev->pend_le_conn list by Andre Guedes · 11 years ago
  75. 6f77d8c Bluetooth: Move address type conversion to outside hci_connect_le by Andre Guedes · 11 years ago
  76. 04a6c58 Bluetooth: Refactor HCI connection code by Andre Guedes · 11 years ago
  77. c99ed83 Bluetooth: Remove unused function by Andre Guedes · 11 years ago
  78. 2acf3d9 Bluetooth: Stop scanning on LE connection by Andre Guedes · 11 years ago
  79. 06c053f Bluetooth: Declare le_conn_failed in hci_core.h by Andre Guedes · 11 years ago
  80. b1efcc2 Bluetooth: Create hci_req_add_le_scan_disable helper by Andre Guedes · 11 years ago
  81. 4bd6d38 Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys() by Johan Hedberg · 11 years ago
  82. efabba3 Bluetooth: Simplify logic for checking for SMP completion by Johan Hedberg · 11 years ago
  83. 9747a9f Bluetooth: Track not yet received keys in SMP by Johan Hedberg · 11 years ago
  84. a9a58f8 Bluetooth: Ignore IRKs with no Identity Address by Johan Hedberg · 11 years ago
  85. a4858cb Bluetooth: Fix advertising address type when toggling connectable by Johan Hedberg · 11 years ago
  86. ede81a2 Bluetooth: Fix NULL pointer dereference when sending data by Andrzej Kaczmarek · 11 years ago
  87. 8b064a3 Bluetooth: Clean up HCI state when doing power off by Johan Hedberg · 11 years ago
  88. 7c4cfab Bluetooth: Don't clear HCI_ADVERTISING when powering off by Johan Hedberg · 11 years ago
  89. ce3f24c Bluetooth: Don't clear HCI_CONNECTABLE when powering off by Johan Hedberg · 11 years ago
  90. bd10799 Bluetooth: Don't clear HCI_DISCOVERABLE when powering off by Johan Hedberg · 11 years ago
  91. 12d4a3b Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.c by Johan Hedberg · 11 years ago
  92. 778b235 Bluetooth: Move HCI_ADVERTISING handling into mgmt.c by Johan Hedberg · 11 years ago
  93. 4518bb0 Bluetooth: Fix canceling RPA expiry timer by Johan Hedberg · 11 years ago
  94. dccf2f6 HID: hidp: Add a comment that some devices depend on the current behavior of uniq by Frank Praznik · 11 years ago
  95. c21c0ea Bluetooth: Enable RPA resolving if mgmt_set_privacy is called by Johan Hedberg · 11 years ago
  96. 473deef2c9 Bluetooth: Export current local RPA with identity information by Marcel Holtmann · 11 years ago
  97. 2b5224d Bluetooth: Store current RPA and update it if needed by Marcel Holtmann · 11 years ago
  98. 41c90c1 Bluetooth: Use privacy mode for non-connectable advertising by Marcel Holtmann · 11 years ago
  99. 94b1fc9 Bluetooth: Use unresolvable private address for active scanning by Marcel Holtmann · 11 years ago
  100. ac34581 Bluetooth: Expose current identity information in debugfs by Marcel Holtmann · 11 years ago