1. 61a3d4f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  2. f161dd4 Bluetooth: Fix hci_conn reference counting for auto-connections by Johan Hedberg · 10 years ago
  3. defce9e Bluetooth: Make AES crypto context private to SMP by Johan Hedberg · 10 years ago
  4. 711eafe Bluetooth: Move SMP (de)initialization to smp.c by Johan Hedberg · 10 years ago
  5. 5450691 Bluetooth: Move SMP initialization after HCI init by Johan Hedberg · 10 years ago
  6. 222916e Bluetooth: Refactor SMP (de)initialization into separate functions by Johan Hedberg · 10 years ago
  7. 893eded Bluetooth: Fix IRK lookup when tfm_aes is not available by Johan Hedberg · 10 years ago
  8. fabed38 Bluetooth: Fix hci_update_random_address() error return for no crypto by Johan Hedberg · 10 years ago
  9. 22f433d Bluetooth: Disable page scan if all whitelisted devices are connected by Johan Hedberg · 10 years ago
  10. 432df05 Bluetooth: Create unified helper function for updating page scan by Johan Hedberg · 10 years ago
  11. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  12. b6ae845 Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE by Johan Hedberg · 10 years ago
  13. 32226e4 Bluetooth: Set Simultaneous LE and BR/EDR controller option to zero by Marcel Holtmann · 10 years ago
  14. 729a105 Bluetooth: Expose default LE advertising interval via debugfs by Georg Lukas · 10 years ago
  15. 628531c Bluetooth: Provide defaults for LE advertising interval by Georg Lukas · 10 years ago
  16. 66d8e83 Bluetooth: Fix white list handling with resolvable private addresses by Marcel Holtmann · 10 years ago
  17. 8540f6c Bluetooth: Add support for using controller white list filtering by Marcel Holtmann · 10 years ago
  18. 4b9e7e7 Bluetooth: Fix issue with ADV_IND reports and auto-connection handling by Marcel Holtmann · 10 years ago
  19. f4fe73e Bluetooth: Get MWS transport configuration of the controller by Marcel Holtmann · 10 years ago
  20. 109e319 Bluetooth: Read list of local codecs supported by the controller by Marcel Holtmann · 10 years ago
  21. 27f70f3 Bluetooth: Prefer sizeof(*ptr) when allocating memory by Johan Hedberg · 10 years ago
  22. d1d588c Bluetooth: Disable HCI_CONNECTABLE based passive scanning for now by Johan Hedberg · 10 years ago
  23. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  24. e804d25 Bluetooth: Use explicit role instead of a bool in function parameters by Johan Hedberg · 10 years ago
  25. 395365e Bluetooth: Allocate struct inquiry_entry with GFP_KERNEL by Marcel Holtmann · 10 years ago
  26. 4d6c705 Bluetooth: Enable LE Long Term Key Request event only when supported by Marcel Holtmann · 10 years ago
  27. 0da71f1 Bluetooth: Enable LE encryption events only when supported by Marcel Holtmann · 10 years ago
  28. 15a49cc Bluetooth: Read LE Advertising Channel TX Power only when available by Marcel Holtmann · 10 years ago
  29. 899de76 Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c by Marcel Holtmann · 10 years ago
  30. 12aa4f0 Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctl by Marcel Holtmann · 10 years ago
  31. 2e84d8d Bluetooth: Mark controller is down when HCI_AUTO_OFF is set by Marcel Holtmann · 10 years ago
  32. bc6d2d0 Bluetooth: Remove unneeded mgmt_discoverable function by Johan Hedberg · 10 years ago
  33. 123abc0 Bluetooth: Refactor ioctl scan state update to its own function by Johan Hedberg · 10 years ago
  34. 031547d Bluetooth: Remove unneeded mgmt_connectable function by Johan Hedberg · 10 years ago
  35. 7fabc0f Bluetooth: Fix using test_and_clear instead of test_and_set by Johan Hedberg · 10 years ago
  36. 91a668b Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code by Johan Hedberg · 10 years ago
  37. 6659358 Bluetooth: Introduce a whitelist for BR/EDR devices by Johan Hedberg · 10 years ago
  38. dcc36c1 Bluetooth: Unify helpers for bdaddr_list manipulations by Johan Hedberg · 10 years ago
  39. cd7ca0e Bluetooth: Fix enabling Authenticated Payload Timeout Expired event by Marcel Holtmann · 10 years ago
  40. 5ce194c Bluetooth: Use real advertising state to random address update decision by Johan Hedberg · 10 years ago
  41. a70f4b5 Bluetooth: Don't try background scanning if LE is not enabled by Johan Hedberg · 10 years ago
  42. 2b7be33 Bluetooth: Enable passive scanning whenever we're connectable by Johan Hedberg · 10 years ago
  43. ae23ada Bluetooth: Don't let background scanning interfering with discovery by Johan Hedberg · 10 years ago
  44. bb3e0a3 Bluetooth: Update discovery state earlier in hci_discovery_set_state by Johan Hedberg · 10 years ago
  45. 74292d5 Bluetooth: Enforce providing hdev->send driver callback by Marcel Holtmann · 10 years ago
  46. cdc52fa Bluetooth: Fix memory leaking when hdev->send returns an error by Marcel Holtmann · 10 years ago
  47. cc78b44 Bluetooth: Skip unconfigured init procedure for raw-only devices by Marcel Holtmann · 10 years ago
  48. 5ea234d Bluetooth: Clear HCI_RAW flag when controller becomes configured by Marcel Holtmann · 10 years ago
  49. 9713c17 Bluetooth: Add support for changing the public device address by Marcel Holtmann · 10 years ago
  50. d603b76 Bluetooth: Run controller setup after external configuration by Marcel Holtmann · 10 years ago
  51. 19de082 Bluetooth: Fix sending Device Removed when clearing all parameters by Johan Hedberg · 10 years ago
  52. 0ebca7d Bluetooth: Run special init procedure for unconfigured controllers by Marcel Holtmann · 10 years ago
  53. af202f8 Bluetooth: Fix quirks that are valid during setup driver callback by Marcel Holtmann · 10 years ago
  54. eb1904f Bluetooth: Add quirk for external configuration requirement by Marcel Holtmann · 10 years ago
  55. 89bc22d Bluetooth: Add quirk for invalid controller address setting by Marcel Holtmann · 10 years ago
  56. 501f882 Bluetooth: Make hci_pend_le_conn_lookup more general purposed by Johan Hedberg · 10 years ago
  57. d9b3ad7 Bluetooth: Remove unused hci_pend_le_conn_add function by Johan Hedberg · 10 years ago
  58. d7347f3 Bluetooth: Fix clearing and restarting all LE actions on power cycle by Johan Hedberg · 10 years ago
  59. ae44e5d Bluetooth: Remove unused hci_pend_le_conn_del() function by Johan Hedberg · 10 years ago
  60. 95305ba Bluetooth: Simplify hci_conn_params->action list usage by Johan Hedberg · 10 years ago
  61. 42ce26d Bluetooth: Don't bother doing anything if auto_connect doesn't change by Johan Hedberg · 10 years ago
  62. a2f41a8 Bluetooth: Simplify use of hci_pend_le_conns_clear() by Johan Hedberg · 10 years ago
  63. 66f8455 Bluetooth: Convert pend_le_reports into a list by Johan Hedberg · 10 years ago
  64. 93450c7 Bluetooth: Convert pend_le_conn list to a generic action list by Johan Hedberg · 10 years ago
  65. 738f618 Bluetooth: Add identity address check in param lookup functions by Johan Hedberg · 10 years ago
  66. 912b42e Bluetooth: Use hci_conn_params in pend_le_conns by Johan Hedberg · 10 years ago
  67. 0d2bf13 Bluetooth: Add support for background LE scanning by Johan Hedberg · 10 years ago
  68. 851efca Bluetooth: Track number of added devices with HCI_AUTO_CONN_REPORT by Johan Hedberg · 10 years ago
  69. 0602a8a Bluetooth: Add support for Unconfigured Index Added events by Marcel Holtmann · 10 years ago
  70. 4a96440 Bluetooth: Introduce unconfigured controller state by Marcel Holtmann · 10 years ago
  71. c46245b Bluetooth: Make is_identity_address a global function by Johan Hedberg · 10 years ago
  72. a3451d2 Bluetooth: Add new auto_conn value matching mgmt action 0x00 by Johan Hedberg · 10 years ago
  73. 55af49a Bluetooth: Add specific connection parameter clear functions by Johan Hedberg · 10 years ago
  74. 373110c Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_all by Johan Hedberg · 10 years ago
  75. 96c2103 Bluetooth: Default to internal use manufacturer identifier by Marcel Holtmann · 10 years ago
  76. 24c457e Bluetooth: Add support for hdev->set_bdaddr callback handling by Marcel Holtmann · 10 years ago
  77. 662bc2e Bluetooth: Enable new LE meta event by Andre Guedes · 10 years ago
  78. 9193c6e Bluetooth: Move LE event mask setting into init3 phase by Andre Guedes · 10 years ago
  79. 2a8357f Bluetooth: Fix redundant device (un)blocked events by Johan Hedberg · 10 years ago
  80. b822177 Bluetooth: Do not trigger background scanning when HCI_AUTO_OFF is set by Marcel Holtmann · 10 years ago
  81. af58925 Bluetooth: Provide flags parameter direct to mgmt_device_found by Marcel Holtmann · 10 years ago
  82. d06b50c Bluetooth: Remove connection interval parameters from hci_conn_params_set by Marcel Holtmann · 10 years ago
  83. 8c87aae Bluetooth: Use hci_conn_params_add within hci_conn_params_set by Marcel Holtmann · 10 years ago
  84. 51d167c Bluetooth: Change hci_conn_params_add to return the parameter struct by Marcel Holtmann · 10 years ago
  85. c20c02d Bluetooth: Start background scanning only when controller is ready by Marcel Holtmann · 10 years ago
  86. bf5b3c8 Bluetooth: Provide function to create and set connection parameters by Marcel Holtmann · 10 years ago
  87. f164957 Bluetooth: Expose default supervision timeout setting via debugfs by Marcel Holtmann · 10 years ago
  88. 816a93d Bluetooth: Expose default connection latency setting via debugfs by Marcel Holtmann · 10 years ago
  89. 04fb7d9 Bluetooth: Provide defaults for LE connection latency and timeout by Marcel Holtmann · 10 years ago
  90. 0b3c7d3 Bluetooth: Replace le_auto_conn debugfs with device_list entry by Marcel Holtmann · 10 years ago
  91. f044eb0 Bluetooth: Store latency and supervision timeout in connection params by Marcel Holtmann · 10 years ago
  92. 1c1697c Bluetooth: Update background scanning from hci_conn_params_clear by Marcel Holtmann · 10 years ago
  93. 1089b67 Bluetooth: Clear pending connections from hci_conn_params_clear by Marcel Holtmann · 10 years ago
  94. 4b10966 Bluetooth: Move hci_pend_le_conn_* functions to different location by Marcel Holtmann · 10 years ago
  95. 6ab535a Bluetooth: Don't use non-resolvable private address for passive scanning by Marcel Holtmann · 10 years ago
  96. fee746b Bluetooth: Restrict access for raw-only controllers by Marcel Holtmann · 10 years ago
  97. 985d904 Bluetooth: Remove ssp_debug_mode debugfs option by Marcel Holtmann · 10 years ago
  98. 7652ff6 Bluetooth: Move mgmt event sending out from hci_add_link_key() by Johan Hedberg · 10 years ago
  99. 567fa2a Bluetooth: Update hci_add_link_key() to return pointer to key by Johan Hedberg · 10 years ago
  100. 6b8d4a6 Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one by Jukka Rissanen · 10 years ago