1. aef4f5b Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  2. 82c295b Bluetooth: Always use non-bonding requirement when not bondable by Johan Hedberg · 10 years ago
  3. b293947 Bluetooth: Rename pairable mgmt setting to bondable by Johan Hedberg · 10 years ago
  4. b6ae845 Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE by Johan Hedberg · 10 years ago
  5. bdb9434 Bluetooth: Fix sparse warning from HID new leds handling by Marcel Holtmann · 10 years ago
  6. 6f78fd4 Bluetooth: Fix check for connected state when pairing by Johan Hedberg · 10 years ago
  7. 616d55b Bluetooth: Fix SMP context tracking leading to a kernel crash by Johan Hedberg · 10 years ago
  8. 3fd0202 Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  9. 3bd2724 Bluetooth: Fix incorrectly disabling page scan when toggling connectable by Johan Hedberg · 10 years ago
  10. 204e399 Bluetooth: Fix clearing HCI_PSCAN flag by Johan Hedberg · 10 years ago
  11. ca5bc6c Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes by Ingo Molnar · 10 years ago
  12. 32226e4 Bluetooth: Set Simultaneous LE and BR/EDR controller option to zero by Marcel Holtmann · 10 years ago
  13. 729a105 Bluetooth: Expose default LE advertising interval via debugfs by Georg Lukas · 10 years ago
  14. 628531c Bluetooth: Provide defaults for LE advertising interval by Georg Lukas · 10 years ago
  15. 66d8e83 Bluetooth: Fix white list handling with resolvable private addresses by Marcel Holtmann · 10 years ago
  16. 8540f6c Bluetooth: Add support for using controller white list filtering by Marcel Holtmann · 10 years ago
  17. 4b9e7e7 Bluetooth: Fix issue with ADV_IND reports and auto-connection handling by Marcel Holtmann · 10 years ago
  18. cd4d567 Bluetooth: Ignore ADV_DIRECT_IND attempts from unknown devices 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. 32333ed Bluetooth: Avoid use of session socket after the session gets freed by Vignesh Raman · 10 years ago
  22. 27f70f3 Bluetooth: Prefer sizeof(*ptr) when allocating memory by Johan Hedberg · 10 years ago
  23. 0a961a4 Bluetooth: Remove unneeded variable assignment in hmac_sha256 by Marcel Holtmann · 10 years ago
  24. d1d588c Bluetooth: Disable HCI_CONNECTABLE based passive scanning for now by Johan Hedberg · 10 years ago
  25. beb19e4 Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP by Johan Hedberg · 10 years ago
  26. 2f407f0 Bluetooth: Fix allowing initiating pairing when not pairable by Johan Hedberg · 10 years ago
  27. 977f8fc Bluetooth: Introduce a flag to track who really initiates authentication by Johan Hedberg · 10 years ago
  28. e7cafc4 Bluetooth: Pass initiator/acceptor information to hci_conn_security() by Johan Hedberg · 10 years ago
  29. c1d4fa7 Bluetooth: Fix resetting remote authentication requirement after pairing by Johan Hedberg · 10 years ago
  30. 093facf Bluetooth: never linger on process exit by Vladimir Davydov · 10 years ago
  31. 02f3e25 Bluetooth: Don't bother user space without IO capabilities by Johan Hedberg · 10 years ago
  32. 9f743d7 Bluetooth: Fix using uninitialized variable when pairing by Johan Hedberg · 10 years ago
  33. 46c4c94 Bluetooth: Fix always checking the blacklist for incoming connections by Johan Hedberg · 10 years ago
  34. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  35. f99353c Bluetooth: Fix trying to initiate connections when acting as LE slave by Johan Hedberg · 10 years ago
  36. a5c4e30 Bluetooth: Add a role parameter to hci_conn_add() by Johan Hedberg · 10 years ago
  37. e804d25 Bluetooth: Use explicit role instead of a bool in function parameters by Johan Hedberg · 10 years ago
  38. 40bef30 Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable by Johan Hedberg · 10 years ago
  39. ba165a9 Bluetooth: Add proper defines for HCI connection role by Johan Hedberg · 10 years ago
  40. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  41. 2d3c226 Bluetooth: Don't try to reject failed LE connections by Johan Hedberg · 10 years ago
  42. 3a19b6f Bluetooth: Remove unnecessary params variable from process_adv_report() by Johan Hedberg · 10 years ago
  43. 4d04265 Bluetooth: cmtp: Remove unnecessary null test by Himangi Saraogi · 10 years ago
  44. b2d5e25 Bluetooth: Fix trying LTK re-encryption when we don't have an LTK by Johan Hedberg · 10 years ago
  45. eb5a4de Bluetooth: Remove sco_chan_get helper function by Marcel Holtmann · 10 years ago
  46. 5a54e7c Bluetooth: Convert L2CAP ident spinlock into a mutex by Marcel Holtmann · 10 years ago
  47. e03ab51 Bluetooth: Remove unneeded forward declaration of sco_chan_del by Marcel Holtmann · 10 years ago
  48. 015b01c Bluetooth: Remove unneeded forward declaration of __sco_chan_add by Marcel Holtmann · 10 years ago
  49. 395365e Bluetooth: Allocate struct inquiry_entry with GFP_KERNEL by Marcel Holtmann · 10 years ago
  50. 4d6c705 Bluetooth: Enable LE Long Term Key Request event only when supported by Marcel Holtmann · 10 years ago
  51. 0da71f1 Bluetooth: Enable LE encryption events only when supported by Marcel Holtmann · 10 years ago
  52. 15a49cc Bluetooth: Read LE Advertising Channel TX Power only when available by Marcel Holtmann · 10 years ago
  53. 2c6bed7 6lowpan: introduce new net/6lowpan directory by Alexander Aring · 10 years ago
  54. 6c53823 Bluetooth: Fix tracking local SSP authentication requirement by Johan Hedberg · 10 years ago
  55. 068d69e Bluetooth: Move SCO timeout constants into net/bluetooth/sco.c by Marcel Holtmann · 10 years ago
  56. fc8f525 Bluetooth: Move struct sco_conn into net/bluetooth/sco.c by Marcel Holtmann · 10 years ago
  57. 2a0dccb Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.c by Marcel Holtmann · 10 years ago
  58. a6801ca Bluetooth: Update the list of L2CAP fixed channels by Marcel Holtmann · 10 years ago
  59. 899de76 Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c by Marcel Holtmann · 10 years ago
  60. 863def5 Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.c by Marcel Holtmann · 10 years ago
  61. 7e67c11 Bluetooth: Delcare the hci_sec_filter as const by Marcel Holtmann · 10 years ago
  62. 3ad254f Bluetooth: Move struct hci_sec_filter next to its user by Marcel Holtmann · 10 years ago
  63. 12aa4f0 Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctl by Marcel Holtmann · 10 years ago
  64. 2e84d8d Bluetooth: Mark controller is down when HCI_AUTO_OFF is set by Marcel Holtmann · 10 years ago
  65. 13a779e Bluetooth: Remove unneeded mgmt_write_scan_failed function by Johan Hedberg · 10 years ago
  66. bc6d2d0 Bluetooth: Remove unneeded mgmt_discoverable function by Johan Hedberg · 10 years ago
  67. 123abc0 Bluetooth: Refactor ioctl scan state update to its own function by Johan Hedberg · 10 years ago
  68. 031547d Bluetooth: Remove unneeded mgmt_connectable function by Johan Hedberg · 10 years ago
  69. 7fabc0f Bluetooth: Fix using test_and_clear instead of test_and_set by Johan Hedberg · 10 years ago
  70. b3c6410 Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not set by Johan Hedberg · 10 years ago
  71. e8b1202 Bluetooth: Fix advertising parameter update when toggling connectable by Johan Hedberg · 10 years ago
  72. c072d54 Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATOR by Johan Hedberg · 10 years ago
  73. e247605 Bluetooth: Fix forcing SMP just-works with no-bonding by Johan Hedberg · 10 years ago
  74. 2bcd400 Bluetooth: Always confirm incoming SMP just-works requests by Johan Hedberg · 10 years ago
  75. 6fea7ad Bluetooth: Don't send ERTM configuration option when disabled by Marcel Holtmann · 10 years ago
  76. 91a668b Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code by Johan Hedberg · 10 years ago
  77. a55bd29 Bluetooth: Add white list lookup for incoming connection requests by Johan Hedberg · 10 years ago
  78. 6cebb9e7 Bluetooth: Enable page scan also if there are white list entries by Johan Hedberg · 10 years ago
  79. 70c4642 Bluetooth: Refactor connection request handling by Johan Hedberg · 10 years ago
  80. dee58c1 Bluetooth: Fix incorrectly setting HCI_CONNECTABLE by Johan Hedberg · 10 years ago
  81. a397407 Bluetooth: Update page scan when necessary for Add/Remove Device by Johan Hedberg · 10 years ago
  82. 6659358 Bluetooth: Introduce a whitelist for BR/EDR devices by Johan Hedberg · 10 years ago
  83. dcc36c1 Bluetooth: Unify helpers for bdaddr_list manipulations by Johan Hedberg · 10 years ago
  84. cd7ca0e Bluetooth: Fix enabling Authenticated Payload Timeout Expired event by Marcel Holtmann · 10 years ago
  85. fbd96c1 Bluetooth: Fix clearing HCI_LE_ADV for LE connections by Johan Hedberg · 10 years ago
  86. 562064e Bluetooth: Fix toggling background scan when changing connectable state by Johan Hedberg · 10 years ago
  87. 3742abf Bluetooth: Fix connectable and discoverable supported settings values by Johan Hedberg · 10 years ago
  88. 23a4809 Bluetooth: Fix setting STOPPING state for discovery by Johan Hedberg · 10 years ago
  89. 3472227 Bluetooth: Fix check for re-enabling advertising by Johan Hedberg · 10 years ago
  90. e8bb6b9 Bluetooth: Fix advertising and active scanning co-existence by Johan Hedberg · 10 years ago
  91. 376f54c Bluetooth: Stop advertising always before initiating a connection by Johan Hedberg · 10 years ago
  92. 73e082f Bluetooth: Use the correct flag to decide to disable advertising by Johan Hedberg · 10 years ago
  93. 0ec5ae8 Bluetooth: Simplify usage of the enable_advertising function by Johan Hedberg · 10 years ago
  94. 5ce194c Bluetooth: Use real advertising state to random address update decision by Johan Hedberg · 10 years ago
  95. c93bd15 Bluetooth: Remove unnecessary mgmt_advertising function by Johan Hedberg · 10 years ago
  96. 66c417c Bluetooth: Add flag to track the real advertising state by Johan Hedberg · 10 years ago
  97. a70f4b5 Bluetooth: Don't try background scanning if LE is not enabled by Johan Hedberg · 10 years ago
  98. cdd6275 Bluetooth: Pass desired connection role to hci_connect_le() by Johan Hedberg · 10 years ago
  99. d93375a Bluetooth: Remove auth_type parameter from hci_connect_le() by Johan Hedberg · 10 years ago
  100. 2b7be33 Bluetooth: Enable passive scanning whenever we're connectable by Johan Hedberg · 10 years ago