1. 95fbac8 Bluetooth: Add support for sending New IRK event by Johan Hedberg · 11 years ago
  2. 35d7027 Bluetooth: Move SMP LTK notification after key distribution by Johan Hedberg · 11 years ago
  3. ba74b66 Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltk by Johan Hedberg · 11 years ago
  4. ca9142b Bluetooth: Return added key when adding LTKs and IRKs by Johan Hedberg · 11 years ago
  5. f4a407b Bluetooth: Wait for SMP key distribution completion when pairing by Johan Hedberg · 11 years ago
  6. 387a33e Bluetooth: Fix updating Identity Address in L2CAP channels by Johan Hedberg · 11 years ago
  7. 2426f3a Bluetooth: Add convenience function for fetching IRKs by Johan Hedberg · 11 years ago
  8. a7ec733 Bluetooth: Fix removing any IRKs when unpairing devices by Johan Hedberg · 11 years ago
  9. 35f7498 Bluetooth: Remove return values from functions that don't need them by Johan Hedberg · 11 years ago
  10. e0b2b27 Bluetooth: Fix missing address type check for removing LTKs by Johan Hedberg · 11 years ago
  11. 41edf16 Bluetooth: Implement mgmt_load_irks command by Johan Hedberg · 11 years ago
  12. 301cb2d Bluetooth: Add hci_bdaddr_is_rpa convenience function by Johan Hedberg · 11 years ago
  13. 970c4e4 Bluetooth: Add basic IRK management support by Johan Hedberg · 11 years ago
  14. 99780a7 Bluetooth: Add AES crypto context for each HCI device by Johan Hedberg · 11 years ago
  15. 72e5108 Bluetooth: Don't fail RFCOMM tty writes by Peter Hurley · 11 years ago
  16. c10a848 Bluetooth: Verify dlci not in use before rfcomm_dev create by Peter Hurley · 11 years ago
  17. 80ea733 Bluetooth: Fix unreleased rfcomm_dev reference by Peter Hurley · 11 years ago
  18. 1c64834 Bluetooth: Release rfcomm_dev only once by Peter Hurley · 11 years ago
  19. 9b7655e Bluetooth: Enable LE L2CAP CoC support by default by Johan Hedberg · 11 years ago
  20. 15819a7 Bluetooth: Introduce connection parameters list by Andre Guedes · 11 years ago
  21. 424ef943 Bluetooth: Add constants for LTK key types by Marcel Holtmann · 11 years ago
  22. 03c515d Bluetooth: Remove __packed from struct smp_ltk by Marcel Holtmann · 11 years ago
  23. d40f3ee Bluetooth: Rename authentication to key_type in mgmt_ltk_info by Marcel Holtmann · 11 years ago
  24. abf76ba Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR links by Marcel Holtmann · 11 years ago
  25. 4e39ac8 Bluetooth: Add management command to allow use of debug keys by Marcel Holtmann · 11 years ago
  26. b1de97d Bluetooth: Add management setting for use of debug keys by Marcel Holtmann · 11 years ago
  27. 5c136e9 Bluetooth: Group list_head fields from strcut hci_dev together by Andre Guedes · 11 years ago
  28. 1e406ee Bluetooth: Save connection interval parameters in hci_conn by Andre Guedes · 11 years ago
  29. 98a0b84 Bluetooth: Fix differentiating stored master vs slave LTK types by Johan Hedberg · 11 years ago
  30. 2338a7e Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED by Johan Hedberg · 11 years ago
  31. 61a939c Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached by Johan Hedberg · 11 years ago
  32. 134c2a8 Bluetooth: Add debugfs entry to show Secure Connections Only mode by Marcel Holtmann · 11 years ago
  33. 2c068e0 Bluetooth: Handle security level 4 for RFCOMM connections by Marcel Holtmann · 11 years ago
  34. 7d513e9 Bluetooth: Handle security level 4 for L2CAP connections by Marcel Holtmann · 11 years ago
  35. 7b5a924 Bluetooth: Introduce requirements for security level 4 by Marcel Holtmann · 11 years ago
  36. eb9a8f3 Bluetooth: Track Secure Connections support of remote devices by Marcel Holtmann · 11 years ago
  37. ec10911 Bluetooth: Add support for remote OOB input of P-256 data by Marcel Holtmann · 11 years ago
  38. 0798872 Bluetooth: Add internal function for storing P-192 and P-256 data by Marcel Holtmann · 11 years ago
  39. 519ca9d Bluetooth: Provide remote OOB data for Secure Connections by Marcel Holtmann · 11 years ago
  40. 5afeac14 Bluetooth: Add debugfs quirk for forcing Secure Connections support by Marcel Holtmann · 11 years ago
  41. 4d2d279 Bluetooth: Add support for local OOB data with Secure Connections by Marcel Holtmann · 11 years ago
  42. eac83dc Bluetooth: Add management command for enabling Secure Connections by Marcel Holtmann · 11 years ago
  43. e98d2ce Bluetooth: Add flags and setting for Secure Connections support by Marcel Holtmann · 11 years ago
  44. 11015c7 Bluetooth: Add definitions for new link key types by Marcel Holtmann · 11 years ago
  45. e2f9913 Bluetooth: Add HCI command definition for extended OOB data by Marcel Holtmann · 11 years ago
  46. eb4b95c Bluetooth: Add HCI command definition for Secure Connections enabling by Marcel Holtmann · 11 years ago
  47. d599158 Bluetooth: Add LMP feature definitions for Secure Connections support by Marcel Holtmann · 11 years ago
  48. f9f462f Bluetooth: Add quirk for disabling Delete Stored Link Key command by Marcel Holtmann · 11 years ago
  49. 18722c2 Bluetooth: Enable 6LoWPAN support for BT LE devices by Jukka Rissanen · 11 years ago
  50. 53b834d2 Bluetooth: Use macros for connectionless slave broadcast features by Marcel Holtmann · 11 years ago
  51. 0ce43ce Bluetooth: Simplify l2cap_chan initialization for LE CoC by Johan Hedberg · 11 years ago
  52. e77af75 Bluetooth: Fix CID ranges for LE CoC CID allocations by Johan Hedberg · 11 years ago
  53. 595177f Bluetooth: Fix LE L2CAP Connect Request handling together with SMP by Johan Hedberg · 11 years ago
  54. 837776f Bluetooth: Introduce L2CAP channel callback for suspending by Johan Hedberg · 11 years ago
  55. 1f43542 Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options by Johan Hedberg · 11 years ago
  56. 0cd75f7 Bluetooth: Track LE L2CAP credits in l2cap_chan by Johan Hedberg · 11 years ago
  57. 3831971 Bluetooth: Add LE L2CAP flow control mode by Johan Hedberg · 11 years ago
  58. 27e2d4c Bluetooth: Add basic LE L2CAP connect request receiving support by Johan Hedberg · 11 years ago
  59. ee5ec5c Bluetooth: Add definitions for LE connection oriented channels by Johan Hedberg · 11 years ago
  60. 9149761 Bluetooth: Add module parameter to enable LE CoC support by Johan Hedberg · 11 years ago
  61. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  62. c1f3bb6 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
  63. 87bc072 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
  64. d78a32a Bluetooth: Remove sk member from struct l2cap_chan by Gustavo Padovan · 11 years ago
  65. 0e790c6 Bluetooth: Add L2CAP channel to skb private data by Gustavo Padovan · 11 years ago
  66. 4b4148e Bluetooth: Add support for setting DUT mode by Marcel Holtmann · 11 years ago
  67. 4e70c7e Bluetooth: Expose debugfs settings for LE connection interval by Marcel Holtmann · 11 years ago
  68. 06f5b77 Bluetooth: Add support for setting SSP debug mode by Marcel Holtmann · 11 years ago
  69. 3497ac8 Bluetooth: Remove interval parameter from HCI connection by Marcel Holtmann · 11 years ago
  70. 79830f6 Bluetooth: Select the own address type during initial setup phase by Marcel Holtmann · 11 years ago
  71. bdc3e0f Bluetooth: Move device_add handling into hci_register_dev by Marcel Holtmann · 11 years ago
  72. b9ee0a7 Bluetooth: Add address type to device blacklist table by Marcel Holtmann · 11 years ago
  73. a74a84f Bluetooth: Convert idle timer to use delayed work by Johan Hedberg · 11 years ago
  74. 7bc18d9 Bluetooth: Convert auto accept timer to use delayed work by Johan Hedberg · 11 years ago
  75. d3900cb Bluetooth: Remove enable_hs declaration by Marcel Holtmann · 11 years ago
  76. db3aebf Bluetooth: Remove duplicate definitions for advertising event types by Marcel Holtmann · 11 years ago
  77. f14d8f6 Bluetooth: Set the scan response data when needed by Marcel Holtmann · 11 years ago
  78. f8e808b Bluetooth: Store scan response data in HCI device by Marcel Holtmann · 11 years ago
  79. 083368f Bluetooth: Make mgmt_new_ltk() return void by Marcel Holtmann · 11 years ago
  80. 3edaf09 Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return void by Marcel Holtmann · 11 years ago
  81. 7667da3 Bluetooth: Make mgmt_set_local_name_complete() return void by Marcel Holtmann · 11 years ago
  82. 4e1b024 Bluetooth: Make mgmt_set_class_of_dev_complete() return void by Marcel Holtmann · 11 years ago
  83. 3e24856 Bluetooth: Make mgmt_ssp_enable_complete() return void by Marcel Holtmann · 11 years ago
  84. 464996a Bluetooth: Make mgmt_auth_enable_complete() return void by Marcel Holtmann · 11 years ago
  85. e546099 Bluetooth: Make mgmt_auth_failed() return void by Marcel Holtmann · 11 years ago
  86. 3eb3852 Bluetooth: Make mgmt_pin_code_neg_reply_complete() return void by Marcel Holtmann · 11 years ago
  87. e669cf8 Bluetooth: Make mgmt_pin_code_reply_complete() return void by Marcel Holtmann · 11 years ago
  88. ce0e4a0 Bluetooth: Make mgmt_pin_code_request() return void by Marcel Holtmann · 11 years ago
  89. 2ce5fb5 Bluetooth: Add l2cap_chan_no_resume stub for A2MP by Marcel Holtmann · 11 years ago
  90. dc25306 Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c by Gustavo Padovan · 11 years ago
  91. 5ec1bbe Bluetooth: Add chan->ops->set_shutdown() by Gustavo Padovan · 11 years ago
  92. 8d836d7 Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c by Gustavo Padovan · 11 years ago
  93. 53f5212 Bluetooth: Extend state_change() call to report errors too by Gustavo Padovan · 11 years ago
  94. d1967ff Bluetooth: Update class of device on discoverable timeout by Marcel Holtmann · 11 years ago
  95. efdcf8e Bluetooth: Move eir_get_length() function into hci_event.c by Marcel Holtmann · 11 years ago
  96. 9493399 Bluetooth: Move eir_append_data() function into mgmt.c by Marcel Holtmann · 11 years ago
  97. dc4a5ee Bluetooth: Make mgmt_new_link_key() return void by Marcel Holtmann · 11 years ago
  98. 3d50531 Bluetooth: Add HCI command structure for writing current IAC LAP by Marcel Holtmann · 11 years ago
  99. 4796e8a Bluetooth: Make mgmt_write_scan_failed() return void by Marcel Holtmann · 11 years ago
  100. a330916 Bluetooth: Make mgmt_connectable() return void by Marcel Holtmann · 11 years ago