1. a770bb5 Bluetooth: Add secure flag for mgmt_pin_code_req by Waldemar Rymarkiewicz · 13 years ago
  2. 13d3931 Bluetooth: Map sec_level to link key requirements by Waldemar Rymarkiewicz · 13 years ago
  3. 314b238 Bluetooth: Add discovering event to the Management interface by Johan Hedberg · 13 years ago
  4. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 13 years ago
  5. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 13 years ago
  6. 80a1e1d Bluetooth: Add local Extended Inquiry Response (EIR) support by Johan Hedberg · 13 years ago
  7. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 13 years ago
  8. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 13 years ago
  9. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 13 years ago
  10. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 13 years ago
  11. 2a61169 Bluetooth: Add mgmt_auth_failed event by Johan Hedberg · 13 years ago
  12. a5c2968 Bluetooth: Add management support for user confirmation request by Johan Hedberg · 13 years ago
  13. e9a416b Bluetooth: Add mgmt_pair_device command by Johan Hedberg · 13 years ago
  14. adc4266 Bluetooth: Fix some code style issues in hci_core.h by Szymon Janc · 13 years ago
  15. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 13 years ago
  16. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 13 years ago
  17. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 13 years ago
  18. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 13 years ago
  19. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 13 years ago
  20. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 13 years ago
  21. 17d5c04 Bluetooth: Add support for connect failed management event by Johan Hedberg · 13 years ago
  22. 8962ee7 Bluetooth: Add disconnect managment command by Johan Hedberg · 13 years ago
  23. f752054 Bluetooth: Add connected/disconnected management events by Johan Hedberg · 13 years ago
  24. 55ed8ca1 Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 13 years ago
  25. 1aff6f0 Bluetooth: Add class of device control to the management interface by Johan Hedberg · 13 years ago
  26. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 13 years ago
  27. a5040ef Bluetooth: Add special handling with __hci_request and HCI_INIT by Johan Hedberg · 13 years ago
  28. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 14 years ago
  29. 2aeb9a1 Bluetooth: Implement UUID handling through the management interface by Johan Hedberg · 14 years ago
  30. 9fbcbb4 Bluetooth: Add set_connectable management command by Johan Hedberg · 14 years ago
  31. 73f22f6 Bluetooth: Add support for set_discoverable management command by Johan Hedberg · 14 years ago
  32. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 14 years ago
  33. 5add6af Bluetooth: Add support for management powered event by Johan Hedberg · 14 years ago
  34. ab81cbf Bluetooth: Implement automatic setup procedure for local adapters by Johan Hedberg · 14 years ago
  35. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  36. 765c2a9 Bluetooth: Fix race condition with conn->sec_level by Johan Hedberg · 13 years ago
  37. 23bb576 Bluetooth: Fix __hci_request synchronization for hci_open_dev by Johan Hedberg · 14 years ago
  38. c71e97b Bluetooth: Add management events for controller addition & removal by Johan Hedberg · 14 years ago
  39. 0381101 Bluetooth: Add initial Bluetooth Management interface callbacks by Johan Hedberg · 14 years ago
  40. c02178d Bluetooth: Add Bluetooth Management interface definitions by Johan Hedberg · 14 years ago
  41. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  42. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  43. ea4bd8b Bluetooth: Use list_head for HCI blacklist head by David Miller · 14 years ago
  44. e73439d Bluetooth: Defer SCO setup if mode change is pending by Marcel Holtmann · 14 years ago
  45. 9981151 Bluetooth: Implemented HCI frame reassembly for RX from stream by Suraj Sumangala · 14 years ago
  46. cd4c539 Bluetooth: Add one more buffer for HCI stream reassembly by Suraj Sumangala · 14 years ago
  47. 2d0a034 Bluetooth: Reassigned copyright to Code Aurora Forum by Ron Shaffer · 14 years ago
  48. 04fafe4 Bluetooth: Remove extraneous white space by Ron Shaffer · 14 years ago
  49. f035856 Bluetooth: Add blacklist support for incoming connections by Johan Hedberg · 14 years ago
  50. f48fd9c Bluetooth: Create per controller workqueue by Marcel Holtmann · 14 years ago
  51. 9a9c6a3 Bluetooth: Make hci_send_acl() void by Gustavo F. Padovan · 14 years ago
  52. 0d861d8 Bluetooth: Make hci_send_sco() void by Gustavo F. Padovan · 14 years ago
  53. 943da25 Bluetooth: Add controller types for BR/EDR and 802.11 AMP by Marcel Holtmann · 14 years ago
  54. ca325f6 Bluetooth: Convert inquiry cache to use debugfs instead of sysfs by Marcel Holtmann · 14 years ago
  55. c13854c Bluetooth: Convert controller hdev->type to hdev->bus by Marcel Holtmann · 14 years ago
  56. c78ae28 Bluetooth: Unobfuscate tasklet_schedule usage by Marcel Holtmann · 15 years ago
  57. 76bca88 Bluetooth: Turn hci_recv_frame into an exported function by Marcel Holtmann · 15 years ago
  58. a6a67ef Bluetooth: Convert hdev->req_lock to a mutex by Thomas Gleixner · 15 years ago
  59. 9eba32b Bluetooth: Add extra device reference counting for connections by Marcel Holtmann · 15 years ago
  60. 611b30f Bluetooth: Add native RFKILL soft-switch support for all devices by Marcel Holtmann · 15 years ago
  61. a67e899 Bluetooth: Fix issue with sysfs handling for connections by Marcel Holtmann · 15 years ago
  62. 052b30b Bluetooth: Add different pairing timeout for Legacy Pairing by Marcel Holtmann · 15 years ago
  63. f3784d8 Bluetooth: Ensure that HCI sysfs add/del is preempt safe by Roger Quadros · 15 years ago
  64. 2950f21 Bluetooth: Ask upper layers for HCI disconnect reason by Marcel Holtmann · 15 years ago
  65. 435fef2 Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3 by Marcel Holtmann · 15 years ago
  66. 0684e5f Bluetooth: Use general bonding whenever possible by Marcel Holtmann · 15 years ago
  67. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 15 years ago
  68. e7c29cb [Bluetooth] Reject L2CAP connections on an insecure ACL link by Marcel Holtmann · 16 years ago
  69. 09ab6f4 [Bluetooth] Enforce correct authentication requirements by Marcel Holtmann · 16 years ago
  70. 40be492 [Bluetooth] Export details about authentication requirements by Marcel Holtmann · 16 years ago
  71. 769be97 [Bluetooth] Use ACL config stage to retrieve remote features by Marcel Holtmann · 16 years ago
  72. 41a9621 [Bluetooth] Track status of remote Simple Pairing mode by Marcel Holtmann · 16 years ago
  73. 333140b [Bluetooth] Track status of Simple Pairing mode by Marcel Holtmann · 16 years ago
  74. a874641 [Bluetooth] Track connection packet type changes by Marcel Holtmann · 16 years ago
  75. 9719f8a [Bluetooth] Disconnect when encryption gets disabled by Marcel Holtmann · 16 years ago
  76. b6a0dc8 [Bluetooth] Add support for handling simple eSCO links by Marcel Holtmann · 17 years ago
  77. a9de924 [Bluetooth] Switch from OGF+OCF to using only opcodes by Marcel Holtmann · 17 years ago
  78. 5b7f990 [Bluetooth] Add basics to better support and handle eSCO links by Marcel Holtmann · 17 years ago
  79. ef22201 [Bluetooth] Add hci_recv_fragment() helper function by Marcel Holtmann · 17 years ago
  80. 4c67bc7 [Bluetooth] Support concurrent connect requests by Marcel Holtmann · 18 years ago
  81. 6ac5934 [Bluetooth] Support create connection cancel command by Marcel Holtmann · 18 years ago
  82. 1143e5a [Bluetooth] Read local version information on device init by Marcel Holtmann · 18 years ago
  83. b219e3a [Bluetooth] Integrate low-level connections into the driver model by Marcel Holtmann · 18 years ago
  84. a91f2e3 [Bluetooth] Use real devices for host controllers by Marcel Holtmann · 18 years ago
  85. 27d3528 [Bluetooth] Add platform device for virtual and serial devices by Marcel Holtmann · 18 years ago
  86. 04837f6 [Bluetooth] Add automatic sniff mode support by Marcel Holtmann · 18 years ago
  87. be9d122 [Bluetooth]: Remove the usage of /proc completely by Marcel Holtmann · 19 years ago
  88. 1ebb925 [Bluetooth]: Add endian annotations to the core by Marcel Holtmann · 19 years ago
  89. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago