1. 8540f6c Bluetooth: Add support for using controller white list filtering by Marcel Holtmann · 10 years ago
  2. 4b9e7e7 Bluetooth: Fix issue with ADV_IND reports and auto-connection handling by Marcel Holtmann · 10 years ago
  3. cd4d567 Bluetooth: Ignore ADV_DIRECT_IND attempts from unknown devices by Marcel Holtmann · 10 years ago
  4. f4fe73e Bluetooth: Get MWS transport configuration of the controller by Marcel Holtmann · 10 years ago
  5. 109e319 Bluetooth: Read list of local codecs supported by the controller by Marcel Holtmann · 10 years ago
  6. 32333ed Bluetooth: Avoid use of session socket after the session gets freed by Vignesh Raman · 10 years ago
  7. c2aef6e Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE motherboard by Marcel Holtmann · 10 years ago
  8. 27f70f3 Bluetooth: Prefer sizeof(*ptr) when allocating memory by Johan Hedberg · 10 years ago
  9. 0a961a4 Bluetooth: Remove unneeded variable assignment in hmac_sha256 by Marcel Holtmann · 10 years ago
  10. 72dd2b2 Bluetooth: Fix endian and alignment issue with ath3k version handling by Marcel Holtmann · 10 years ago
  11. d1d588c Bluetooth: Disable HCI_CONNECTABLE based passive scanning for now by Johan Hedberg · 10 years ago
  12. 27b869f Bluetooth: btmrvl: add public address configuration support by Amitkumar Karwar · 10 years ago
  13. ae8df49 Bluetooth: add public address configuration for Marvell USB devices by Amitkumar Karwar · 10 years ago
  14. beb19e4 Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP by Johan Hedberg · 10 years ago
  15. 2f407f0 Bluetooth: Fix allowing initiating pairing when not pairable by Johan Hedberg · 10 years ago
  16. 977f8fc Bluetooth: Introduce a flag to track who really initiates authentication by Johan Hedberg · 10 years ago
  17. e7cafc4 Bluetooth: Pass initiator/acceptor information to hci_conn_security() by Johan Hedberg · 10 years ago
  18. c1d4fa7 Bluetooth: Fix resetting remote authentication requirement after pairing by Johan Hedberg · 10 years ago
  19. 093facf Bluetooth: never linger on process exit by Vladimir Davydov · 10 years ago
  20. 02f3e25 Bluetooth: Don't bother user space without IO capabilities by Johan Hedberg · 10 years ago
  21. 9f743d7 Bluetooth: Fix using uninitialized variable when pairing by Johan Hedberg · 10 years ago
  22. 46c4c94 Bluetooth: Fix always checking the blacklist for incoming connections by Johan Hedberg · 10 years ago
  23. f99353c Bluetooth: Fix trying to initiate connections when acting as LE slave by Johan Hedberg · 10 years ago
  24. f8218dc Bluetooth: Track number of LE slave connections by Johan Hedberg · 10 years ago
  25. a5c4e30 Bluetooth: Add a role parameter to hci_conn_add() by Johan Hedberg · 10 years ago
  26. e804d25 Bluetooth: Use explicit role instead of a bool in function parameters by Johan Hedberg · 10 years ago
  27. 40bef30 Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable by Johan Hedberg · 10 years ago
  28. ba165a9 Bluetooth: Add proper defines for HCI connection role by Johan Hedberg · 10 years ago
  29. 2d3c226 Bluetooth: Don't try to reject failed LE connections by Johan Hedberg · 10 years ago
  30. 3a19b6f Bluetooth: Remove unnecessary params variable from process_adv_report() by Johan Hedberg · 10 years ago
  31. 5bf8a74 Bluetooth: btmrvl: avoid sending data to firmware after hs_activated by Chin-Ran Lo · 10 years ago
  32. 4d04265 Bluetooth: cmtp: Remove unnecessary null test by Himangi Saraogi · 10 years ago
  33. b2d5e25 Bluetooth: Fix trying LTK re-encryption when we don't have an LTK by Johan Hedberg · 10 years ago
  34. eb5a4de Bluetooth: Remove sco_chan_get helper function by Marcel Holtmann · 10 years ago
  35. 5a54e7c Bluetooth: Convert L2CAP ident spinlock into a mutex by Marcel Holtmann · 10 years ago
  36. e03ab51 Bluetooth: Remove unneeded forward declaration of sco_chan_del by Marcel Holtmann · 10 years ago
  37. 015b01c Bluetooth: Remove unneeded forward declaration of __sco_chan_add by Marcel Holtmann · 10 years ago
  38. 395365e Bluetooth: Allocate struct inquiry_entry with GFP_KERNEL by Marcel Holtmann · 10 years ago
  39. 4d6c705 Bluetooth: Enable LE Long Term Key Request event only when supported by Marcel Holtmann · 10 years ago
  40. 0da71f1 Bluetooth: Enable LE encryption events only when supported by Marcel Holtmann · 10 years ago
  41. 15a49cc Bluetooth: Read LE Advertising Channel TX Power only when available by Marcel Holtmann · 10 years ago
  42. c7e0c14 Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registered by Marcel Holtmann · 10 years ago
  43. 68d96dc MAINTAINERS: add net/6lowpan/ maintainer entry by Alexander Aring · 10 years ago
  44. 2c6bed7 6lowpan: introduce new net/6lowpan directory by Alexander Aring · 10 years ago
  45. 6c53823 Bluetooth: Fix tracking local SSP authentication requirement by Johan Hedberg · 10 years ago
  46. 6afd04a Bluetooth: Add support for external configuration with UART driver by Marcel Holtmann · 10 years ago
  47. bb72bd6 Bluetooth: Check for valid HCI UART driver flags by Marcel Holtmann · 10 years ago
  48. 068d69e Bluetooth: Move SCO timeout constants into net/bluetooth/sco.c by Marcel Holtmann · 10 years ago
  49. 6190ae7 Bluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constant by Marcel Holtmann · 10 years ago
  50. fc8f525 Bluetooth: Move struct sco_conn into net/bluetooth/sco.c by Marcel Holtmann · 10 years ago
  51. 2a0dccb Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.c by Marcel Holtmann · 10 years ago
  52. a6801ca Bluetooth: Update the list of L2CAP fixed channels by Marcel Holtmann · 10 years ago
  53. 899de76 Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c by Marcel Holtmann · 10 years ago
  54. 863def5 Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.c by Marcel Holtmann · 10 years ago
  55. 7e67c11 Bluetooth: Delcare the hci_sec_filter as const by Marcel Holtmann · 10 years ago
  56. 3ad254f Bluetooth: Move struct hci_sec_filter next to its user by Marcel Holtmann · 10 years ago
  57. f49daa8 Bluetooth: Move HCI socket definitions into its own header file by Marcel Holtmann · 10 years ago
  58. 12aa4f0 Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctl by Marcel Holtmann · 10 years ago
  59. 2e84d8d Bluetooth: Mark controller is down when HCI_AUTO_OFF is set by Marcel Holtmann · 10 years ago
  60. 13a779e Bluetooth: Remove unneeded mgmt_write_scan_failed function by Johan Hedberg · 10 years ago
  61. bc6d2d0 Bluetooth: Remove unneeded mgmt_discoverable function by Johan Hedberg · 10 years ago
  62. 123abc0 Bluetooth: Refactor ioctl scan state update to its own function by Johan Hedberg · 10 years ago
  63. 031547d Bluetooth: Remove unneeded mgmt_connectable function by Johan Hedberg · 10 years ago
  64. 7fabc0f Bluetooth: Fix using test_and_clear instead of test_and_set by Johan Hedberg · 10 years ago
  65. b3c6410 Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not set by Johan Hedberg · 10 years ago
  66. e8b1202 Bluetooth: Fix advertising parameter update when toggling connectable by Johan Hedberg · 10 years ago
  67. c072d54 Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATOR by Johan Hedberg · 10 years ago
  68. e247605 Bluetooth: Fix forcing SMP just-works with no-bonding by Johan Hedberg · 10 years ago
  69. 2bcd400 Bluetooth: Always confirm incoming SMP just-works requests by Johan Hedberg · 10 years ago
  70. 6fea7ad Bluetooth: Don't send ERTM configuration option when disabled by Marcel Holtmann · 10 years ago
  71. 91a668b Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code by Johan Hedberg · 10 years ago
  72. a55bd29 Bluetooth: Add white list lookup for incoming connection requests by Johan Hedberg · 10 years ago
  73. 6cebb9e7 Bluetooth: Enable page scan also if there are white list entries by Johan Hedberg · 10 years ago
  74. 70c4642 Bluetooth: Refactor connection request handling by Johan Hedberg · 10 years ago
  75. dee58c1 Bluetooth: Fix incorrectly setting HCI_CONNECTABLE by Johan Hedberg · 10 years ago
  76. a397407 Bluetooth: Update page scan when necessary for Add/Remove Device by Johan Hedberg · 10 years ago
  77. 6659358 Bluetooth: Introduce a whitelist for BR/EDR devices by Johan Hedberg · 10 years ago
  78. dcc36c1 Bluetooth: Unify helpers for bdaddr_list manipulations by Johan Hedberg · 10 years ago
  79. cd7ca0e Bluetooth: Fix enabling Authenticated Payload Timeout Expired event by Marcel Holtmann · 10 years ago
  80. fa2f139 Bluetooth: Add support for Acer [13D3:3432] by Anantha Krishnan · 10 years ago
  81. fbd96c1 Bluetooth: Fix clearing HCI_LE_ADV for LE connections by Johan Hedberg · 10 years ago
  82. 562064e Bluetooth: Fix toggling background scan when changing connectable state by Johan Hedberg · 10 years ago
  83. 3742abf Bluetooth: Fix connectable and discoverable supported settings values by Johan Hedberg · 10 years ago
  84. 23a4809 Bluetooth: Fix setting STOPPING state for discovery by Johan Hedberg · 10 years ago
  85. 3472227 Bluetooth: Fix check for re-enabling advertising by Johan Hedberg · 10 years ago
  86. e8bb6b9 Bluetooth: Fix advertising and active scanning co-existence by Johan Hedberg · 10 years ago
  87. 376f54c Bluetooth: Stop advertising always before initiating a connection by Johan Hedberg · 10 years ago
  88. 73e082f Bluetooth: Use the correct flag to decide to disable advertising by Johan Hedberg · 10 years ago
  89. 0ec5ae8 Bluetooth: Simplify usage of the enable_advertising function by Johan Hedberg · 10 years ago
  90. 5ce194c Bluetooth: Use real advertising state to random address update decision by Johan Hedberg · 10 years ago
  91. c93bd15 Bluetooth: Remove unnecessary mgmt_advertising function by Johan Hedberg · 10 years ago
  92. 66c417c Bluetooth: Add flag to track the real advertising state by Johan Hedberg · 10 years ago
  93. a70f4b5 Bluetooth: Don't try background scanning if LE is not enabled by Johan Hedberg · 10 years ago
  94. cdd6275 Bluetooth: Pass desired connection role to hci_connect_le() by Johan Hedberg · 10 years ago
  95. d93375a Bluetooth: Remove auth_type parameter from hci_connect_le() by Johan Hedberg · 10 years ago
  96. 2b7be33 Bluetooth: Enable passive scanning whenever we're connectable by Johan Hedberg · 10 years ago
  97. ae23ada Bluetooth: Don't let background scanning interfering with discovery by Johan Hedberg · 10 years ago
  98. bb3e0a3 Bluetooth: Update discovery state earlier in hci_discovery_set_state by Johan Hedberg · 10 years ago
  99. 7e899c9 Bluetooth: Remove unnecessary return value from check_pending_le_conn by Johan Hedberg · 10 years ago
  100. 841c564 Bluetooth: Remove redundant IRK lookup in mgmt_device_found() by Johan Hedberg · 10 years ago