summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2023-12-221-9/+2
* Bluetooth: Add more enc key size checkAlex Lu2023-12-151-1/+15
* Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann2023-12-151-0/+3
* Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz2023-12-151-1/+2
* Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz2023-12-151-7/+1
* Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan2023-10-231-23/+15
* Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu2023-10-231-10/+0
* Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2023-10-231-14/+40
* Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann2023-10-131-1/+1
* Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz2023-10-131-2/+1
* Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz2023-10-131-5/+7
* Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan2023-10-111-2/+2
* Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi2023-10-111-0/+11
* Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi2023-10-111-0/+9
* Bluetooth: ISO: Fix invalid context errorIulia Tanasescu2023-10-111-3/+12
* Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz2023-09-201-0/+1
* Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu2023-08-241-0/+23
* Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu2023-08-241-4/+37
* Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen2023-08-111-5/+24
* Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz2023-08-111-18/+11
* Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-111-5/+7
* Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu2023-08-111-4/+17
* Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz2023-08-111-3/+3
* Bluetooth: ISO: Support multiple BIGsIulia Tanasescu2023-08-111-6/+29
* Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen2023-08-111-4/+21
* Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu2023-08-111-20/+32
* Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen2023-07-201-0/+3
* Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-201-6/+6
* Bluetooth: hci_event: Fix parsing of CIS Established EventLuiz Augusto von Dentz2023-06-291-15/+34
* Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz2023-06-291-10/+5
* Bluetooth: hci_event: fix Set CIG Parameters error status handlingPauli Virtanen2023-06-291-1/+2
* Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen2023-06-051-18/+26
* Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz2023-04-231-51/+41
* Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-04-231-16/+17
* Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick2023-04-231-2/+7
* Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu2023-04-101-1/+1
* Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz2023-04-101-10/+6
* Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz2023-01-171-1/+4
* Bluetooth: Wait for HCI_OP_WRITE_AUTH_PAYLOAD_TO to completeLuiz Augusto von Dentz2022-12-121-6/+16
* Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv ReportSven Peter2022-12-121-1/+1
* Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connectionsLuiz Augusto von Dentz2022-09-211-0/+14
* Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa2022-09-191-2/+4
* Bluetooth: Implement support for MeshBrian Gix2022-09-061-23/+38
* Bluetooth: Normalize HCI_OP_READ_ENC_KEY_SIZE cmdcmpltBrian Gix2022-08-311-47/+45
* Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka2022-08-251-1/+1
* Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede2022-08-251-0/+11
* Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix2022-08-251-1/+1
* Bluetooth: hci_event: Fix build warning with C=1Luiz Augusto von Dentz2022-08-081-2/+5
* Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-221-0/+206
* Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-221-3/+304