aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz1-147/+0
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim1-11/+20
2024-05-14Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva1-1/+2
2024-05-14Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu1-25/+33
2024-05-14Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz1-2/+1
2024-05-03Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim1-0/+2
2024-04-24Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz1-3/+2
2024-04-24Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz1-8/+12
2024-03-29Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang1-0/+25
2024-03-06Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto1-1/+2
2024-03-06Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz1-9/+9
2024-03-06Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn1-163/+0
2024-03-06Bluetooth: Remove pending ACL connection attemptsJonas Dreßler1-17/+4
2024-03-06Bluetooth: hci_event: Fix not indicating new connection for BIG SyncLuiz Augusto von Dentz1-7/+14
2024-03-06Bluetooth: Remove BT_HSLuiz Augusto von Dentz1-2/+0
2024-03-06Bluetooth: hci_event: Use HCI error defines instead of magic valuesJonas Dreßler1-4/+4
2024-03-06Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler1-2/+0
2024-02-28Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng1-0/+4
2024-02-28Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz1-1/+4
2024-02-28Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu1-2/+2
2023-12-22Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-9/+2
2023-12-15Bluetooth: Add more enc key size checkAlex Lu1-1/+15
2023-12-15Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann1-0/+3
2023-12-15Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz1-1/+2
2023-12-15Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz1-7/+1
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan1-23/+15
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu1-10/+0
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu1-14/+40
2023-10-13Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann1-1/+1
2023-10-13Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz1-2/+1
2023-10-13Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz1-5/+7
2023-10-11Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan1-2/+2
2023-10-11Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi1-0/+11
2023-10-11Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi1-0/+9
2023-10-11Bluetooth: ISO: Fix invalid context errorIulia Tanasescu1-3/+12
2023-09-20Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz1-0/+1
2023-08-24Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu1-0/+23
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu1-4/+37
2023-08-11Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen1-5/+24
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz1-18/+11
2023-08-11Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz1-5/+7
2023-08-11Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu1-4/+17
2023-08-11Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz1-3/+3
2023-08-11Bluetooth: ISO: Support multiple BIGsIulia Tanasescu1-6/+29
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen1-4/+21
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu1-20/+32
2023-07-20Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen1-0/+3
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen1-6/+6
2023-06-29Bluetooth: hci_event: Fix parsing of CIS Established EventLuiz Augusto von Dentz1-15/+34
2023-06-29Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz1-10/+5
2023-06-29Bluetooth: hci_event: fix Set CIG Parameters error status handlingPauli Virtanen1-1/+2
2023-06-05Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen1-18/+26
2023-04-23Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz1-51/+41
2023-04-23Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu1-16/+17
2023-04-23Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick1-2/+7
2023-04-10Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu1-1/+1
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz1-10/+6
2023-01-17Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz1-1/+4
2022-12-12Bluetooth: Wait for HCI_OP_WRITE_AUTH_PAYLOAD_TO to completeLuiz Augusto von Dentz1-6/+16
2022-12-12Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv ReportSven Peter1-1/+1
2022-09-21Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connectionsLuiz Augusto von Dentz1-0/+14
2022-09-19Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa1-2/+4
2022-09-06Bluetooth: Implement support for MeshBrian Gix1-23/+38
2022-08-31Bluetooth: Normalize HCI_OP_READ_ENC_KEY_SIZE cmdcmpltBrian Gix1-47/+45
2022-08-25Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka1-1/+1
2022-08-25Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede1-0/+11
2022-08-25Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix1-1/+1
2022-08-08Bluetooth: hci_event: Fix build warning with C=1Luiz Augusto von Dentz1-2/+5
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz1-0/+206
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz1-3/+304
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz1-0/+3
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix1-2/+2
2022-07-21Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi1-2/+3
2022-07-21Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud1-2/+2
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2022-05-23Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz1-3/+5
2022-05-13Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche1-0/+12
2022-05-13Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche1-6/+9
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz1-9/+4
2022-04-26Bluetooth: hci_event: Fix creating hci_conn object on error statusLuiz Augusto von Dentz1-0/+12
2022-04-26Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz1-29/+36
2022-03-18Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz1-1/+2
2022-03-04Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evtNiels Dossche1-7/+12
2022-01-25Bluetooth: hci_event: Fix HCI_EV_VENDOR max_lenLuiz Augusto von Dentz1-3/+4
2022-01-24Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster1-15/+48
2022-01-14Bluetooth: fix null ptr deref on hci_sync_conn_complete_evtSoenke Huster1-0/+13
2022-01-11Bluetooth: hci_sync: unlock on error in hci_inquiry_result_with_rssi_evt()Dan Carpenter1-3/+3
2022-01-06Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evtLuiz Augusto von Dentz1-10/+9
2021-12-22Bluetooth: hci_sync: Add support for waiting specific LE subeventsLuiz Augusto von Dentz1-15/+26
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz1-3/+3
2021-12-22Bluetooth: hci_event: Use skb_pull_data when processing inquiry resultsLuiz Augusto von Dentz1-2/+18
2021-12-07Bluetooth: hci_sync: Set Privacy Mode when updating the resolving listLuiz Augusto von Dentz1-1/+29
2021-12-07Bluetooth: hci_event: Use of a function table to handle Command StatusLuiz Augusto von Dentz1-93/+59
2021-12-07Bluetooth: hci_event: Use of a function table to handle Command CompleteLuiz Augusto von Dentz1-1096/+752
2021-12-07Bluetooth: hci_event: Use of a function table to handle LE subeventsLuiz Augusto von Dentz1-125/+122
2021-12-07Bluetooth: hci_event: Use of a function table to handle HCI eventsLuiz Augusto von Dentz1-514/+390
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Direct Advertising Report eventLuiz Augusto von Dentz1-7/+19
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Ext Advertising Report eventLuiz Augusto von Dentz1-11/+25
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Advertising Report eventLuiz Augusto von Dentz1-15/+24
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE MetaeventsLuiz Augusto von Dentz1-11/+64
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Extended Inquiry Result eventLuiz Augusto von Dentz1-5/+15
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result with RSSI eventLuiz Augusto von Dentz1-17/+23
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result eventLuiz Augusto von Dentz1-5/+14
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Number of Complete Packets eventLuiz Augusto von Dentz1-9/+11
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Command Complete eventLuiz Augusto von Dentz1-241/+663
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse BR/EDR eventsLuiz Augusto von Dentz1-47/+213
2021-11-25Bluetooth: Limit duration of Remote Name ResolveArchie Pusaka1-0/+7
2021-11-25Bluetooth: Send device found event on name resolve failureArchie Pusaka1-7/+4
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_keyLuiz Augusto von Dentz1-1/+1
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_keyLuiz Augusto von Dentz1-2/+2
2021-11-24Bluetooth: refactor malicious adv data checkBrian Gix1-5/+5
2021-11-16Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error eventArchie Pusaka1-1/+8
2021-11-16Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka1-0/+12
2021-11-16Bluetooth: fix uninitialized variables notify_evtJackie Liu1-14/+9
2021-11-16Bluetooth: stop proccessing malicious adv dataPavel Skripkin1-1/+7
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz1-18/+53
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SSPBrian Gix1-3/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz1-12/+3
2021-10-29Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz1-2/+2
2021-10-29Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz1-3/+1
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz1-0/+57
2021-10-28Bluetooth: Fix removing adv when processing cmd completeArchie Pusaka1-2/+4
2021-10-06Bluetooth: Fix handling of SUSPEND_DISCONNECTINGLuiz Augusto von Dentz1-8/+8
2021-09-21Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz1-0/+1
2021-09-07Bluetooth: Allow usb to auto-suspend when SCO use non-HCI transportChethan T N1-4/+11
2021-09-07Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K1-0/+39
2021-08-30Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz1-13/+20
2021-08-30Bluetooth: Fix using address type from eventsLuiz Augusto von Dentz1-31/+22
2021-08-30Bluetooth: Fix enabling advertising for central roleLuiz Augusto von Dentz1-2/+2
2021-08-16Bluetooth: Fix race condition in handling NOP commandKiran K1-6/+4
2021-08-16Bluetooth: Store advertising handle so it can be re-enabledLuiz Augusto von Dentz1-16/+29
2021-08-16Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz1-31/+62
2021-08-03Bluetooth: Fix not generating RPA when requiredLuiz Augusto von Dentz1-9/+23
2021-08-03Bluetooth: HCI: Add proper tracking for enable status of adv instancesLuiz Augusto von Dentz1-0/+28
2021-07-29Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi1-0/+15
2021-06-26Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz1-1/+12
2021-06-26Bluetooth: use inclusive language when filtering devicesArchie Pusaka1-35/+35
2021-06-26Bluetooth: use inclusive language when tracking connectionsArchie Pusaka1-2/+2
2021-06-26Bluetooth: use inclusive language in HCI role commentsArchie Pusaka1-3/+3
2021-06-26Bluetooth: use inclusive language in commentsArchie Pusaka1-3/+3
2021-06-26Bluetooth: use inclusive language in HCI LE featuresArchie Pusaka1-7/+7
2021-06-26Bluetooth: Translate additional address type during le_conn_compSathish Narasimman1-0/+17
2021-06-26Bluetooth: Remove spurious error messageSzymon Janc1-9/+5
2021-06-26Bluetooth: Fix alt settings for incoming SCO with transparent coding formatKiran K1-3/+3
2021-06-26Bluetooth: Add ncmd=0 recovery handlingManish Mandlik1-10/+19
2021-06-26Bluetooth: Return whether a connection is outboundYu Liu1-4/+4
2021-06-02Bluetooth: Fix spelling mistakesZheng Yongjun1-1/+1
2021-04-06Bluetooth: Use ext adv handle from requests in CCsDaniel Winkler1-9/+7
2021-04-02Bluetooth: Coding style fixMeng Yu1-1/+1
2021-03-22Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka1-1/+2
2021-03-17Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg1-1/+1
2021-03-03Bluetooth: Remove unneeded commands for suspendAbhishek Pandit-Subedi1-0/+27
2020-12-07Bluetooth: Query LE tx power on startupDaniel Winkler1-0/+18
2020-12-07Bluetooth: Break add adv into two mgmt commandsDaniel Winkler1-0/+1
2020-11-11Bluetooth: consolidate error paths in hci_phy_link_complete_evt()Sergey Shtylyov1-10/+6
2020-11-09Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye1-7/+5
2020-11-09Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn1-0/+5
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-6/+83
2020-09-20Bluetooth: Fix auto-creation of hci_conn at Conn Complete eventSonny Sasaka1-6/+11
2020-09-13Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi1-0/+72
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+19
2020-07-30Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud1-7/+19
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman1-0/+1
2020-07-30Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman1-0/+4
2020-07-30Bluetooth: Translate additional address type during le_connSathish Narasimman1-0/+16
2020-07-13Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye1-0/+7
2020-07-13Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye1-1/+1
2020-07-10Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-10Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye1-1/+1
2020-07-07Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud1-1/+1
2020-06-22Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz1-12/+8
2020-06-18Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou1-2/+3
2020-06-18Bluetooth: Add bdaddr_list_with_flags for classic whitelistAbhishek Pandit-Subedi1-4/+4
2020-05-20Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz1-25/+3
2020-05-18Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao1-0/+1
2020-05-13Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka1-2/+17
2020-04-28Bluetooth: allow scatternet connections if supported.Alain Michaud1-1/+3
2020-04-09Bluetooth: log advertisement packet length if it gets correctedDaniels Umanovskis1-1/+2
2020-04-05Bluetooth: Add support for Read Local Simple Pairing OptionsMarcel Holtmann1-0/+21
2020-04-05Bluetooth: Add framework for Microsoft vendor extensionMiao-chen Chou1-0/+5
2020-04-05Bluetooth: add support to notify using SCO air modeSathish Narsimman1-1/+22
2020-04-03Bluetooth: fixing minor typo in commentAlain Michaud1-1/+1
2020-03-25Bluetooth: don't assume key size is 16 when the command failsAlain Michaud1-4/+4
2020-03-23Bluetooth: Fix incorrect branch in connection completeAbhishek Pandit-Subedi1-8/+9
2020-03-12Bluetooth: clean up connection in hci_cs_disconnectJoseph Hwang1-1/+13
2020-03-11Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi1-0/+24
2020-03-08Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud1-0/+39
2020-03-04Bluetooth: guard against controllers sending zero'd eventsAlain Michaud1-0/+6
2020-02-14Bluetooth: secure bluetooth stack from bluedump attackHoward Chung1-0/+10
2020-01-04Bluetooth: Add support for LE PHY Update Complete eventLuiz Augusto von Dentz1-0/+27
2020-01-04Bluetooth: Remove usage of BT_ERR_RATELIMITED macroMarcel Holtmann1-8/+6
2019-09-05Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann1-5/+0
2019-07-06Bluetooth: validate BLE connection interval updatescsonsino1-0/+5
2019-07-06Bluetooth: Add support for LE ping featureSpoorthi Ravishankar Koppad1-0/+72
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita1-0/+12
2019-04-23Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery1-1/+1
2019-02-18Bluetooth: hci_event: Use struct_size() helperGustavo A. R. Silva1-4/+4
2018-12-19Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg1-0/+6
2018-10-14Bluetooth: Remove redundant check on statusColin Ian King1-21/+17
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik1-0/+47