aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann1-2/+24
2019-10-17Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek1-1/+8
2019-10-16Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)1-2/+2
2019-08-17Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann1-0/+1
2019-07-06Bluetooth: Use controller sets when availableLuiz Augusto von Dentz1-1/+2
2019-07-06Bluetooth: Add support for LE ping featureSpoorthi Ravishankar Koppad1-0/+1
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita1-0/+5
2019-04-24Bluetooth: hci_core: Don't stop BT if the BD address missing in dtsBalakrishna Godavarthi1-2/+0
2019-02-26Bluetooth: Add quirk for reading BD_ADDR from fwnode propertyMatthias Kaehlcke1-0/+43
2019-01-25Bluetooth: make hw_err static, reduces object code sizeColin Ian King1-1/+1
2019-01-25Bluetooth: Allow driver specific cmd timeout handlingRajat Jain1-0/+3
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa1-0/+2
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik1-0/+63
2018-07-30Bluetooth: Add new quirk for non-persistent setup settingsSean Wang1-1/+2
2018-07-30Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery1-0/+8
2018-07-30Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery1-1/+32
2018-07-30Bluetooth: Impmlement extended adv enableJaganath Kanakkassery1-0/+2
2018-07-30Bluetooth: Read no of adv sets during initJaganath Kanakkassery1-2/+14
2018-07-30Bluetooth: Implement PHY changed eventJaganath Kanakkassery1-0/+4
2018-07-30Bluetooth: Define PHY flags in hdev and set 1M as defaultJaganath Kanakkassery1-4/+5
2018-07-06Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery1-0/+8
2018-07-06Bluetooth: Process extended ADV report eventJaganath Kanakkassery1-0/+9
2018-07-06Bluetooth: Add HCI command for clear Resolv listAnkit Navik1-0/+5
2018-07-06Bluetooth: Store Resolv list sizeAnkit Navik1-0/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-30Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko1-16/+7
2018-05-18Bluetooth: Add __hci_cmd_send functionLoic Poulain1-0/+31
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann1-18/+17
2017-06-29bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo1-4/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-12Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann1-2/+15
2017-05-18Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelMarcel Holtmann1-5/+6
2017-05-18Bluetooth: Set LE Default PHY preferencesMarcel Holtmann1-0/+12
2017-05-18Bluetooth: Enable LE PHY Update Complete eventMarcel Holtmann1-0/+6
2017-05-18Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann1-0/+8
2017-05-18Bluetooth: Set LE Suggested Default Data Length to maximumMarcel Holtmann1-0/+9
2017-04-12Bluetooth: Change initial min and max intervalJonas Holmberg1-2/+2
2016-09-19Bluetooth: Fix wrong New Settings event when closing HCI User ChannelMarcel Holtmann1-0/+1
2016-07-18Bluetooth: Add debugfs fields for hardware and firmware infoMarcel Holtmann1-0/+24
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann1-15/+13
2016-05-13Bluetooth: fix power_on vs close raceJiri Slaby1-2/+2
2016-02-23Bluetooth: hci_core: cancel power off delayed work properlyWei-Ning Huang1-0/+1
2016-02-23Bluetooth: Use managed version of led_trigger_register in LED triggerHeiner Kallweit1-2/+0
2016-02-23Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit1-0/+8
2016-02-20Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson1-2/+4
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang1-5/+3
2015-12-10Bluetooth: Clean up current advertising instance trackingJohan Hedberg1-4/+8
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg1-5/+16
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg1-13/+0
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg1-18/+1