summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2023-10-13Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-13Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann
2023-10-13Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD
2023-10-13Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz
2023-10-13Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz
2023-10-11Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan
2023-10-11Bluetooth: hci_sync: always check if connection is alive before deletingPauli Virtanen
2023-10-11Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi
2023-10-11Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi
2023-10-11Bluetooth: ISO: Fix invalid context errorIulia Tanasescu
2023-09-20Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-09-20Bluetooth: Avoid redundant authenticationYing Hsu
2023-09-20Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz
2023-09-20Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu
2023-09-20Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz
2023-09-20Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-24Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz
2023-08-24Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu
2023-08-24Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen
2023-08-24Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu
2023-08-24Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCELLuiz Augusto von Dentz
2023-08-24Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_syncLuiz Augusto von Dentz
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-11tty: rfcomm: convert counts to size_tJiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen
2023-08-11Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen
2023-08-11Bluetooth: Remove unnecessary NULL check before vfree()Ziyang Xuan
2023-08-11Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik
2023-08-11Bluetooth: Fix potential use-after-free when clear keysMin Li
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_core: Make hci_is_le_conn_scanning publicLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz
2023-08-11Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCELLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when abortingPauli Virtanen
2023-08-11Bluetooth: ISO: handle bound CIS cleanup via hci_connPauli Virtanen
2023-08-11Bluetooth: Remove unused declaration amp_read_loc_info()Yue Haibing
2023-08-11Bluetooth: ISO: Add support for BT_PKT_STATUSLuiz Augusto von Dentz
2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz
2023-08-11Bluetooth: Fix hci_suspend_sync crashYing Hsu
2023-08-11Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-08-11Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz