summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2023-11-28Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang
2023-11-20Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler
2023-11-20Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan
2023-11-20Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu
2023-11-20Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-25Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD
2023-10-25Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz
2023-10-25Bluetooth: hci_sync: always check if connection is alive before deletingPauli Virtanen
2023-10-25Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when abortingPauli Virtanen
2023-10-25Bluetooth: ISO: Fix invalid context errorIulia Tanasescu
2023-10-25Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz
2023-10-25Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncLuiz Augusto von Dentz
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-10-25Bluetooth: Avoid redundant authenticationYing Hsu
2023-10-25Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz
2023-10-25Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann
2023-10-25Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz
2023-10-25Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan
2023-10-25Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi
2023-10-25Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi
2023-10-10Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz
2023-10-10Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu
2023-10-10Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao
2023-10-10Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz
2023-10-10Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz
2023-09-23Bluetooth: Fix hci_suspend_sync crashYing Hsu
2023-09-13Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz
2023-09-13Bluetooth: msft: Extended monitor tracking by address filterHilda Wu
2023-09-13Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen
2023-09-13Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_syncLuiz Augusto von Dentz
2023-09-13Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz
2023-09-13Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu
2023-09-13Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-09-13Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen
2023-09-13Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz
2023-09-13Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik
2023-09-13Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson
2023-09-13Bluetooth: Fix potential use-after-free when clear keysMin Li
2023-09-13Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz
2023-09-13Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz
2023-09-13Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsLuiz Augusto von Dentz
2023-09-13Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen
2023-09-13Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu
2023-07-20Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko
2023-07-20Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen
2023-07-20Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant
2023-07-20Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson
2023-07-20Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen