summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: Make use of __check_timeout on hci_sched_leLuiz Augusto von Dentz2020-01-151-8/+3
* Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud2020-01-151-8/+77
* Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann2019-11-221-2/+24
* Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek2019-10-171-1/+8
* Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)2019-10-161-2/+2
* Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann2019-08-171-0/+1
* Bluetooth: Use controller sets when availableLuiz Augusto von Dentz2019-07-061-1/+2
* Bluetooth: Add support for LE ping featureSpoorthi Ravishankar Koppad2019-07-061-0/+1
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-051-0/+5
* Bluetooth: hci_core: Don't stop BT if the BD address missing in dtsBalakrishna Godavarthi2019-04-241-2/+0
* Bluetooth: Add quirk for reading BD_ADDR from fwnode propertyMatthias Kaehlcke2019-02-261-0/+43
* Bluetooth: make hw_err static, reduces object code sizeColin Ian King2019-01-251-1/+1
* Bluetooth: Allow driver specific cmd timeout handlingRajat Jain2019-01-251-0/+3
* Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2018-09-281-0/+2
* Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2018-09-271-0/+63
* Bluetooth: Add new quirk for non-persistent setup settingsSean Wang2018-07-301-1/+2
* Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2018-07-301-0/+8
* Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-301-1/+32
* Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-301-0/+2
* Bluetooth: Read no of adv sets during initJaganath Kanakkassery2018-07-301-2/+14
* Bluetooth: Implement PHY changed eventJaganath Kanakkassery2018-07-301-0/+4
* Bluetooth: Define PHY flags in hdev and set 1M as defaultJaganath Kanakkassery2018-07-301-4/+5
* Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery2018-07-061-0/+8
* Bluetooth: Process extended ADV report eventJaganath Kanakkassery2018-07-061-0/+9
* Bluetooth: Add HCI command for clear Resolv listAnkit Navik2018-07-061-0/+5
* Bluetooth: Store Resolv list sizeAnkit Navik2018-07-061-0/+8
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-301-16/+7
* Bluetooth: Add __hci_cmd_send functionLoic Poulain2018-05-181-0/+31
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-18/+17
* bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo2017-06-291-4/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann2017-06-121-2/+15
* Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelMarcel Holtmann2017-05-181-5/+6