summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+13
* 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/+0
* 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/+3
* Bluetooth: Clean up current advertising instance trackingJohan Hedberg2015-12-101-4/+8