summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2024-05-03Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou
2024-05-03Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim
2024-05-03Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim
2024-05-03Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim
2024-05-03Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou
2024-04-24Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee
2024-04-24Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz
2024-04-24Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz
2024-04-24Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz
2024-04-24Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor
2024-04-10Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka
2024-04-10Bluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-10Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-10Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-10Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-10Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-10Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov
2024-04-10Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz
2024-04-10Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz
2024-03-29Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera
2024-03-29Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang
2024-03-29Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz
2024-03-29Bluetooth: add quirk for broken address propertiesJohan Hovold
2024-03-08Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz
2024-03-08Bluetooth: Fix eir name lengthFrédéric Danis
2024-03-07Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz
2024-03-06Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto
2024-03-06Bluetooth: mgmt: remove NULL check in add_ext_adv_params_complete()Roman Smirnov
2024-03-06Bluetooth: mgmt: remove NULL check in mgmt_set_connectable_complete()Roman Smirnov
2024-03-06Bluetooth: ISO: Clean up returns values in iso_connect_ind()Dan Carpenter
2024-03-06Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen
2024-03-06Bluetooth: af_bluetooth: Fix deadlockLuiz Augusto von Dentz
2024-03-06Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz
2024-03-06Bluetooth: msft: Fix memory leakLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_sync: Use QoS to determine which PHY to scanLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_sync: Use address filtering when HCI_PA_SYNC is setLuiz Augusto von Dentz
2024-03-06Bluetooth: ISO: Reassemble PA data for bcast sinkIulia Tanasescu
2024-03-06Bluetooth: ISO: Add hcon for listening bis skIulia Tanasescu
2024-03-06Bluetooth: hci_sync: Fix UAF on create_le_conn_completeLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz
2024-03-06Bluetooth: constify the struct device_type usageRicardo B. Marliere
2024-03-06Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn
2024-03-06Bluetooth: Remove pending ACL connection attemptsJonas Dreßler
2024-03-06Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler