summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24Bluetooth: hci_event: validate skb length for unknown CC opcodeRaphael Pinsonneault-Thibeault1-0/+7
2025-11-24Bluetooth: hci_core: Fix tracking of periodic advertisementLuiz Augusto von Dentz1-2/+5
2025-11-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz1-0/+4
2025-10-02Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz1-3/+23
2025-09-04Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz1-1/+11
2025-09-04Bluetooth: hci_event: Mark connection as closed during suspend disconnectLudovico de Nittis1-0/+6
2025-09-04Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as successLudovico de Nittis1-1/+1
2025-08-28Bluetooth: hci_event: fix MTU for BN == 0 in CIS EstablishedPauli Virtanen1-4/+4
2025-08-15Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down1-2/+6
2025-07-17Bluetooth: HCI: Set extended advertising data synchronouslyChristian Eggers1-36/+0
2025-07-17Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connectedLuiz Augusto von Dentz1-0/+3
2025-04-25Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz1-2/+3
2025-03-22Bluetooth: hci_event: Fix enabling passive scanningLuiz Augusto von Dentz1-15/+22
2024-12-19Bluetooth: hci_event: Fix using rcu_read_(un)lock while iteratingLuiz Augusto von Dentz1-22/+11
2024-12-14Bluetooth: Support new quirks for ATS2851Danil Pylaev1-0/+7
2024-10-10Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz1-8/+5
2024-10-10Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz1-1/+1
2024-09-12Bluetooth: Remove pending ACL connection attemptsJonas Dreßler1-17/+4
2024-09-12Bluetooth: hci_event: Use HCI error defines instead of magic valuesJonas Dreßler1-4/+4
2024-07-11Bluetooth: Ignore too large handle values in BIGEdward Adam Davis1-0/+4
2024-07-11Bluetooth: hci_event: Fix setting of unicast qos intervalLuiz Augusto von Dentz1-3/+19
2024-06-12Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz1-147/+0
2024-06-12Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn1-163/+0
2024-05-25Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim1-11/+20
2024-05-17Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim1-0/+2
2024-05-02Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz1-3/+2
2024-04-13Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto1-1/+2
2024-04-10Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang1-0/+25
2024-03-27Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz1-9/+9
2024-03-27Bluetooth: hci_event: Fix not indicating new connection for BIG SyncLuiz Augusto von Dentz1-7/+14
2024-03-27Bluetooth: Remove BT_HSLuiz Augusto von Dentz1-2/+0
2024-03-27Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler1-2/+0
2024-03-06Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng1-0/+4
2024-03-06Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz1-1/+4
2024-03-06Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu1-2/+2
2024-01-26Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-9/+2
2024-01-01Bluetooth: Add more enc key size checkAlex Lu1-1/+15
2024-01-01Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz1-1/+2
2024-01-01Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann1-0/+3
2024-01-01Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz1-7/+1
2023-11-20Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan1-23/+15
2023-11-20Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu1-14/+40
2023-10-14Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann1-1/+1
2023-10-14Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz1-2/+1
2023-10-14Bluetooth: 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