summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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-131-1/+1
* Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-301-16/+7Star
* 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/+17Star
* bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo2017-06-291-4/+3Star
* 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
* Bluetooth: Set LE Default PHY preferencesMarcel Holtmann2017-05-181-0/+12
* Bluetooth: Enable LE PHY Update Complete eventMarcel Holtmann2017-05-181-0/+6
* Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann2017-05-181-0/+8
* Bluetooth: Set LE Suggested Default Data Length to maximumMarcel Holtmann2017-05-181-0/+9
* Bluetooth: Change initial min and max intervalJonas Holmberg2017-04-121-2/+2
* Bluetooth: Fix wrong New Settings event when closing HCI User ChannelMarcel Holtmann2016-09-191-0/+1
* Bluetooth: Add debugfs fields for hardware and firmware infoMarcel Holtmann2016-07-181-0/+24
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-15/+13Star
* Bluetooth: fix power_on vs close raceJiri Slaby2016-05-131-2/+2
* Bluetooth: hci_core: cancel power off delayed work properlyWei-Ning Huang2016-02-231-0/+1
* Bluetooth: Use managed version of led_trigger_register in LED triggerHeiner Kallweit2016-02-231-2/+0Star
* Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit2016-02-231-0/+8
* Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson2016-02-201-2/+4
* Bluetooth: use list_for_each_entry*Geliang Tang2015-12-201-5/+3Star
* Bluetooth: Clean up current advertising instance trackingJohan Hedberg2015-12-101-4/+8
* Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg2015-12-101-5/+16
* Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg2015-12-101-13/+0Star
* Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-101-18/+1Star
* Bluetooth: Clean up hci_core codePrasanna Karthik2015-11-191-3/+4
* Bluetooth: Simplify request cleanup codeJohan Hedberg2015-11-191-3/+1Star
* Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg2015-11-191-13/+32