summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede2021-01-291-7/+11
* Bluetooth: btusb: fix memory leak on suspend and resumeVamshi K Sthambamkadi2021-01-251-1/+2
* Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian2021-01-251-2/+4
* Bluetooth: advmon offload MSFT remove monitorArchie Pusaka2021-01-251-23/+96
* Bluetooth: advmon offload MSFT add monitorArchie Pusaka2021-01-251-9/+46
* Bluetooth: Query LE tx power on startupDaniel Winkler2020-12-071-0/+8
* Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler2020-12-071-3/+5
* Bluetooth: Add helper to set adv dataDaniel Winkler2020-12-071-0/+31
* Bluetooth: Add toggle to switch off interleave scanHoward Chung2020-12-071-0/+1
* Bluetooth: Interleave with allowlist scanHoward Chung2020-12-071-0/+3
* Bluetooth: Fix attempting to set RPA timeout when unsupportedEdward Vear2020-12-071-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-09-291-2/+39
|\
| * Bluetooth: Update Adv monitor count upon removalMiao-chen Chou2020-09-201-0/+2
| * Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi2020-09-131-1/+25
| * Bluetooth: Report num supported adv instances for hw offloadingDaniel Winkler2020-09-111-1/+1
| * Bluetooth: Re-order clearing suspend tasksAbhishek Pandit-Subedi2020-09-111-1/+1
| * Bluetooth: Clear suspend tasks on unregisterAbhishek Pandit-Subedi2020-09-011-0/+11
* | net: bluetooth: delete duplicated wordsRandy Dunlap2020-09-181-1/+1
|/
* Bluetooth: Enable RPA TimeoutSathish Narasimman2020-07-301-0/+8
* Bluetooth: Translate additional address type correctlyMarcel Holtmann2020-07-301-0/+9
* Bluetooth: Fix suspend notifier raceAbhishek Pandit-Subedi2020-07-281-2/+3
* Bluetooth: Return NOTIFY_DONE for hci_suspend_notifierMax Chou2020-07-281-1/+1
* Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas2020-07-281-2/+4
* Bluetooth: Fix kernel oops triggered by hci_adv_monitors_clear()Miao-chen Chou2020-07-071-2/+0
* Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud2020-07-071-0/+1
* Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou2020-06-181-0/+13
* Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITORMiao-chen Chou2020-06-181-0/+31
* Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITORMiao-chen Chou2020-06-181-0/+40
* Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURESMiao-chen Chou2020-06-181-1/+9
* Bluetooth: Replace wakeable list with flagAbhishek Pandit-Subedi2020-06-181-1/+0
* Bluetooth: Add bdaddr_list_with_flags for classic whitelistAbhishek Pandit-Subedi2020-06-181-0/+58
* Bluetooth: centralize default value initialization.Alain Michaud2020-06-121-1/+13
* Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud2020-06-121-0/+1
* Bluetooth: Allow suspend even when preparation has failedAbhishek Pandit-Subedi2020-06-081-7/+10
* Bluetooth: Add hook for driver to prevent wake from suspendAbhishek Pandit-Subedi2020-05-131-2/+4
* Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi2020-05-131-1/+1
* Bluetooth: Enhanced Connection Complete event belongs to LL PrivacyMarcel Holtmann2020-04-161-8/+0
* Bluetooth: Enable LE Enhanced Connection Complete event.Marcel Holtmann2020-04-151-0/+8
* Bluetooth: Add support for Read Local Simple Pairing OptionsMarcel Holtmann2020-04-051-0/+4
* Bluetooth: Add framework for Microsoft vendor extensionMiao-chen Chou2020-04-051-0/+5
* Bluetooth: Prioritize SCO trafficAbhishek Pandit-Subedi2020-04-031-49/+57
* Bluetooth: Restore running state if suspend failsAbhishek Pandit-Subedi2020-03-231-19/+20
* Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi2020-03-111-3/+19
* Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi2020-03-111-0/+86
* Bluetooth: fix off by one in err_data_reporting cmd masks.Alain Michaud2020-03-111-2/+2
* Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud2020-03-081-0/+23
* Bluetooth: Fix calculation of SCO handle for packet processingMarcel Holtmann2020-03-071-2/+5
* Bluetooth: Use list_for_each_entry_rcu() to traverse RCU list in RCU read-sid...Madhuparna Bhowmik2020-02-281-1/+1
* Bluetooth: Fix Suspicious RCU usage warningsMadhuparna Bhowmik2020-02-281-4/+4
* Bluetooth: Add missing checks for HCI_ISODATA_PKT packet typeMarcel Holtmann2020-01-251-1/+3