1. 8f3286c Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bug by Szymon Janc · 5 years ago
  2. 83e158f Bluetooth: SMP: fix crash in unpairing by Matias Karhumaa · 6 years ago
  3. 24382a6 Bluetooth: Fix missing encryption refresh on Security Request by Szymon Janc · 6 years ago
  4. 3da27a9d Bluetooth: use constant time memory comparison for secret values by Jason A. Donenfeld · 7 years ago
  5. 83ebb9e Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flag by Szymon Janc · 8 years ago
  6. a4770e1 Bluetooth: Switch SMP to crypto_cipher_encrypt_one() by Andy Lutomirski · 8 years ago
  7. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  8. cff10ce Bluetooth: Fix incorrect removing of IRKs by Johan Hedberg · 8 years ago
  9. 71af2f6 Bluetooth: Use skcipher and hash by Herbert Xu · 8 years ago
  10. 7883746 Bluetooth: Fix l2cap_chan leak in SMP by Johan Hedberg · 9 years ago
  11. c81d555 Bluetooth: Fix crash in SMP when unpairing by Johan Hedberg · 9 years ago
  12. 1ede986 Bluetooth: Remove redundant (and possibly wrong) flag clearing by Johan Hedberg · 9 years ago
  13. cad20c2 Bluetooth: Don't use remote address type to decide IRK persistency by Johan Hedberg · 9 years ago
  14. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  15. c5080d4 Bluetooth: Fix typo in smp_ah comment for hash function by Marcel Holtmann · 9 years ago
  16. d8949aa Bluetooth: Delay check for conn->smp in smp_conn_security() by Johan Hedberg · 9 years ago
  17. 25ba265 Bluetooth: Fix NULL pointer dereference in smp_conn_security by Johan Hedberg · 9 years ago
  18. e3f6a25 Bluetooth: Use actual encryption key size for SMP over BR/EDR by Johan Hedberg · 9 years ago
  19. b1f663c Bluetooth: Add debugfs support for min LE encryption key size by Johan Hedberg · 9 years ago
  20. 2fd3655 Bluetooth: Add debugfs support for max LE encryption key size by Johan Hedberg · 9 years ago
  21. 1fc62c5 Bluetooth: Fix exposing full value of shortened LTKs by Johan Hedberg · 9 years ago
  22. 8b76ce3 Bluetooth: Fix encryption key size handling for LTKs by Johan Hedberg · 9 years ago
  23. 011c391 Bluetooth: Add debug logs for legacy SMP crypto functions by Johan Hedberg · 9 years ago
  24. 64dd374 Bluetooth: Export SMP selftest result in debugfs by Marcel Holtmann · 9 years ago
  25. a4368ff Bluetooth: Refactor L2CAP variables into l2cap_ctrl by Johan Hedberg · 9 years ago
  26. 63511f6d Bluetooth: Fix potential NULL dereference in SMP channel setup by Marcel Holtmann · 9 years ago
  27. 19c5ce9 Bluetooth: Add workaround for broken OS X legacy SMP pairing by Johan Hedberg · 9 years ago
  28. fb334fe Bluetooth: Rename smp->local_rr into smp->local_rand by Marcel Holtmann · 9 years ago
  29. bc07cd6 Bluetooth: Add extra SMP_DBG statement for remote OOB data by Marcel Holtmann · 9 years ago
  30. e091526 Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32] by Marcel Holtmann · 9 years ago
  31. cb06d36 Bluetooth: Add clarifying comment when setting local OOB flag by Johan Hedberg · 9 years ago
  32. a8ca617 Bluetooth: Don't send public key if OOB data verification fails by Johan Hedberg · 9 years ago
  33. 94ea725 Bluetooth: Fix verifying confirm value when lacking remote OOB data by Johan Hedberg · 9 years ago
  34. 5842856 Bluetooth: Set local OOB data flag if remote has our OOB data by Johan Hedberg · 9 years ago
  35. 1a8bab4 Bluetooth: Track local vs remote OOB data availability by Johan Hedberg · 9 years ago
  36. 882fafa Bluetooth: Fix local OOB data handling for SMP by Johan Hedberg · 9 years ago
  37. 8e4e2ee Bluetooth: Use smp->local_pk + 32 instead of &smp->local_pk[32] by Marcel Holtmann · 9 years ago
  38. 33d0c03 Bluetooth: Use OOB key pair for LE SC pairing with OOB method by Marcel Holtmann · 9 years ago
  39. 60a27d6 Bluetooth: Add function for generating LE SC out-of-band data by Marcel Holtmann · 9 years ago
  40. 6e2dc6d Bluetooth: Add support for AES-CMAC hash for security manager device by Marcel Holtmann · 9 years ago
  41. 88a479d Bluetooth: Create SMP device structure for local crypto context by Marcel Holtmann · 9 years ago
  42. 276812e Bluetooth: Use kzfree instead of kfree in security manager by Marcel Holtmann · 9 years ago
  43. b7cb93e Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags by Marcel Holtmann · 9 years ago
  44. d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 9 years ago
  45. 983f981 Bluetooth: Remove two else branches that are not needed by Marcel Holtmann · 9 years ago
  46. 4cd3928 Bluetooth: Update New CSRK event to match latest specification by Johan Hedberg · 9 years ago
  47. 39e3e74 Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creation by Johan Hedberg · 9 years ago
  48. 4775a4e Bluetooth: Fix OOB data present value for SMP pairing by Marcel Holtmann · 9 years ago
  49. 2b8df32 Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channels by Marcel Holtmann · 9 years ago
  50. 7e7ec44 Bluetooth: Don't register any SMP channel if LE is not supported by Marcel Holtmann · 9 years ago
  51. 157029b Bluetooth: Fix LE SMP channel source address and source address type by Marcel Holtmann · 9 years ago
  52. e12af48 Bluetooth: Fix valid Identity Address check by Johan Hedberg · 9 years ago
  53. 5ced246 Bluetooth: Use %llu for printing duration details of selftests by Marcel Holtmann · 9 years ago
  54. 203de21 Bluetooth: Fix for a leftover debug of pairing credentials by Marcel Holtmann · 9 years ago
  55. 300acfde Bluetooth: Introduce force_bredr_smp debugfs option for testing by Marcel Holtmann · 9 years ago
  56. 255047b Bluetooth: Add timing information to SMP test case runs by Marcel Holtmann · 9 years ago
  57. fb2969a Bluetooth: Add LE Secure Connections tests for SMP by Johan Hedberg · 9 years ago
  58. cfc4198 Bluetooth: Add legacy SMP tests by Johan Hedberg · 9 years ago
  59. 0a2b0f0 Bluetooth: Add skeleton for SMP self-tests by Johan Hedberg · 9 years ago
  60. 4da50de Bluetooth: Fix const declarations for smp_f5 and smp_f6 by Johan Hedberg · 9 years ago
  61. a463e9c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  62. 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
  63. 1783639 first fruits - kill l2cap ->memcpy_fromiovec() by Al Viro · 10 years ago
  64. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  65. fe70077 Bluetooth: fix err_cast.cocci warnings by Fengguang Wu · 10 years ago
  66. 08f63cc Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDR by Marcel Holtmann · 10 years ago
  67. 580039e Bluetooth: Fix false-positive "uninitialized" compiler warning by Johan Hedberg · 10 years ago
  68. 7f376cd Bluetooth: Fix minor coding style issue in smp.c by Johan Hedberg · 10 years ago
  69. 923e241 Bluetooth: Fix SMP debug key handling by Johan Hedberg · 10 years ago
  70. 06edf8d Bluetooth: Organize SMP crypto functions to logical sections by Johan Hedberg · 10 years ago
  71. cd08279 Bluetooth: Fix missing const declarations in SMP functions by Johan Hedberg · 10 years ago
  72. c7a3d57 Bluetooth: Introduce SMP_DBG macro for low-level debuging by Johan Hedberg · 10 years ago
  73. a29b073 Bluetooth: Add basic LE SC OOB support for remote OOB data by Johan Hedberg · 10 years ago
  74. 02b05bd Bluetooth: Set SMP OOB flag if OOB data is available by Johan Hedberg · 10 years ago
  75. 903b71c Bluetooth: Add SC-only mode support for SMP by Johan Hedberg · 10 years ago
  76. b5ae344 Bluetooth: Add full SMP BR/EDR support by Johan Hedberg · 10 years ago
  77. ef8efe4 Bluetooth: Add skeleton for BR/EDR SMP channel by Johan Hedberg · 10 years ago
  78. 70157ef Bluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KEYS is set by Johan Hedberg · 10 years ago
  79. 1408bb6 Bluetooth: Add dummy handler for LE SC keypress notification by Johan Hedberg · 10 years ago
  80. d3e54a8 Bluetooth: Fix DHKey Check sending order for slave role by Johan Hedberg · 10 years ago
  81. 38606f1 Bluetooth: Add passkey entry support for LE SC by Johan Hedberg · 10 years ago
  82. e3befab Bluetooth: Fix BR/EDR Link Key type when derived through LE SC by Johan Hedberg · 10 years ago
  83. dddd305 Bluetooth: Add support for SC just-works pairing by Johan Hedberg · 10 years ago
  84. d378a2d Bluetooth: Set correct LTK type and authentication for SC by Johan Hedberg · 10 years ago
  85. 6c0dcc5 Bluetooth: Add check for accidentally generating a debug key by Johan Hedberg · 10 years ago
  86. aeb7d46 Bluetooth: Detect SMP SC debug keys by Johan Hedberg · 10 years ago
  87. 5e3d3d9 Bluetooth: Add selection of the SC authentication method by Johan Hedberg · 10 years ago
  88. 783e057 Bluetooth: Track authentication method in SMP context by Johan Hedberg · 10 years ago
  89. 6a77083 Bluetooth: Add support for LE SC key generation by Johan Hedberg · 10 years ago
  90. 6433a9a Bluetooth: Add support for LE SC DHKey check PDU by Johan Hedberg · 10 years ago
  91. 760b018 Bluetooth: Add support for handling LE SC user response by Johan Hedberg · 10 years ago
  92. 191dc7f Bluetooth: Add support for LE SC numeric comparison by Johan Hedberg · 10 years ago
  93. dcee2b3 Bluetooth: Add LE SC support for responding to Pairing Confirm PDU by Johan Hedberg · 10 years ago
  94. cbbbe3e Bluetooth: Add support for sending LE SC Confirm value by Johan Hedberg · 10 years ago
  95. d8f8edb Bluetooth: Add handler function for receiving LE SC public key by Johan Hedberg · 10 years ago
  96. 3b19146 Bluetooth: Add basic support for sending our LE SC public key by Johan Hedberg · 10 years ago
  97. 407cecf Bluetooth: Add basic support for AES-CMAC by Johan Hedberg · 10 years ago
  98. df8e1a4 Bluetooth: Set link key generation bit if necessary for LE SC by Johan Hedberg · 10 years ago
  99. f3a73d9 Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk by Johan Hedberg · 10 years ago
  100. d2eb9e1 Bluetooth: Update SMP security level to/from auth_req for SC by Johan Hedberg · 10 years ago