aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+3
2022-05-23Bluetooth: hci_conn: Fix hci_connect_le_syncGravatar Luiz Augusto von Dentz 1-2/+3
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkGravatar Luiz Augusto von Dentz 1-1/+1
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedGravatar Luiz Augusto von Dentz 1-8/+24
2022-03-18Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedGravatar Niels Dossche 1-0/+2
2022-01-24Bluetooth: hci_event: Ignore multiple conn complete eventsGravatar Soenke Huster 1-0/+1
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncGravatar Luiz Augusto von Dentz 1-291/+14
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierGravatar Luiz Augusto von Dentz 1-10/+0
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYGravatar Luiz Augusto von Dentz 1-2/+2
2021-10-29Bluetooth: hci_sync: Rework background scanGravatar Luiz Augusto von Dentz 1-3/+3
2021-09-07Bluetooth: Add support for msbc coding formatGravatar Kiran K 1-0/+26
2021-09-07Bluetooth: Configure codec for HFP offload use caseGravatar Kiran K 1-0/+4
2021-09-07Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandGravatar Kiran K 1-3/+102
2021-08-30Bluetooth: Fix using RPA when address has been resolvedGravatar Luiz Augusto von Dentz 1-14/+19
2021-06-26Bluetooth: use inclusive language in HCI role commentsGravatar Archie Pusaka 1-4/+4
2021-06-26Bluetooth: use inclusive language to describe CPBGravatar Archie Pusaka 1-1/+1
2021-06-02Bluetooth: Fix spelling mistakesGravatar Zheng Yongjun 1-1/+1
2021-03-16Bluetooth: avoid deadlock between hci_dev->lock and socket lockGravatar Jiri Kosina 1-4/+0
2021-03-02Bluetooth: Notify suspend on le conn failedGravatar Abhishek Pandit-Subedi 1-0/+10
2021-02-01Bluetooth: Skip eSCO 2M params when not supportedGravatar Yu Liu 1-2/+18
2020-12-18Bluetooth: Cancel Inquiry before Create ConnectionGravatar Sonny Sasaka 1-0/+17
2020-11-09Bluetooth: Resume advertising after LE connectionGravatar Daniel Winkler 1-2/+10
2020-09-18net: bluetooth: delete duplicated wordsGravatar Randy Dunlap 1-1/+1
2020-07-30Bluetooth: Enable/Disable address resolution during le create connGravatar Sathish Narasimman 1-1/+6
2020-07-15Bluetooth: Add per-instance adv disable/removeGravatar Daniel Winkler 1-1/+1
2020-06-22Bluetooth: Disconnect if E0 is used for Level 4Gravatar Luiz Augusto von Dentz 1-0/+17
2020-06-18Bluetooth: Terminate the link if pairing is cancelledGravatar Manish Mandlik 1-3/+8
2020-06-12Bluetooth: centralize default value initialization.Gravatar Alain Michaud 1-10/+4
2020-05-20Bluetooth: Fix assuming EIR flags can result in SSP authenticationGravatar Luiz Augusto von Dentz 1-2/+0
2020-04-05Bluetooth: add support to notify using SCO air modeGravatar Sathish Narsimman 1-4/+21
2020-02-28Bluetooth: During le_conn_timeout disable EXT_ADVGravatar Sathish Narsimman 1-3/+19
2020-02-28Bluetooth: Remove adv set for directed advertisingGravatar Sathish Narsimman 1-0/+10
2020-02-18Bluetooth: Disable Extended Adv if enabledGravatar Sathish Narsimman 1-5/+2
2020-02-14Bluetooth: Add BT_PHY socket optionGravatar Luiz Augusto von Dentz 1-0/+107
2019-11-22Bluetooth: Fix memory leak in hci_connect_le_scanGravatar Navid Emamdoost 1-1/+3
2019-10-16Bluetooth: Workaround directed advertising bug in Broadcom controllersGravatar Szymon Janc 1-0/+8
2019-07-06Bluetooth: Use controller sets when availableGravatar Luiz Augusto von Dentz 1-1/+1
2019-07-06Bluetooth: Add support for LE ping featureGravatar Spoorthi Ravishankar Koppad 1-0/+3
2019-06-22Bluetooth: Fix regression with minimum encryption key size alignmentGravatar Marcel Holtmann 1-9/+9
2019-04-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsGravatar Marcel Holtmann 1-0/+8
2018-07-30Bluetooth: Implement Set ADV set random addressGravatar Jaganath Kanakkassery 1-0/+23
2018-07-30Bluetooth: Use ext adv for directed advGravatar Jaganath Kanakkassery 1-22/+45
2018-07-30Bluetooth: Use selected PHYs in extended connectGravatar Jaganath Kanakkassery 1-16/+45
2018-07-06Bluetooth: Use extended LE Connection if supportedGravatar Jaganath Kanakkassery 1-18/+54
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedGravatar Szymon Janc 1-8/+21
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-2/+2
2017-10-29Bluetooth: Fix potential memory leakGravatar Jaganath Kanakkassery 1-1/+1
2016-11-22Bluetooth: Fix using the correct source address typeGravatar Johan Hedberg 1-2/+24
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYGravatar Marcel Holtmann 1-1/+1
2016-03-10Bluetooth: Add support for limited privacy modeGravatar Johan Hedberg 1-2/+11