summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee6 days1-2/+2
* Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz6 days1-5/+15
* Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz6 days1-3/+2
* Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz6 days4-14/+23
* Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor6 days2-6/+8
* Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka2024-04-101-2/+1
* Bluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-13/+8
* Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-24/+12
* Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-32/+20
* Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-9/+5
* Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-13/+10
* Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov2024-04-101-1/+3
* Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz2024-04-101-3/+3
* Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz2024-04-101-2/+8
* Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera2024-03-291-16/+32
* Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang2024-03-291-0/+25
* Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz2024-03-292-4/+7
* Bluetooth: add quirk for broken address propertiesJohan Hovold2024-03-291-1/+4
* Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz2024-03-081-0/+3
* Bluetooth: Fix eir name lengthFrédéric Danis2024-03-082-23/+8
* Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz2024-03-071-2/+2
* Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto2024-03-061-1/+2
* Bluetooth: mgmt: remove NULL check in add_ext_adv_params_complete()Roman Smirnov2024-03-061-2/+1
* Bluetooth: mgmt: remove NULL check in mgmt_set_connectable_complete()Roman Smirnov2024-03-061-2/+1
* Bluetooth: ISO: Clean up returns values in iso_connect_ind()Dan Carpenter2024-03-061-6/+3
* Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen2024-03-061-1/+1
* Bluetooth: af_bluetooth: Fix deadlockLuiz Augusto von Dentz2024-03-061-7/+3
* Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz2024-03-061-1/+2
* Bluetooth: msft: Fix memory leakLuiz Augusto von Dentz2024-03-061-0/+3
* Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz2024-03-061-1/+1
* Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz2024-03-064-27/+60
* Bluetooth: hci_sync: Use QoS to determine which PHY to scanLuiz Augusto von Dentz2024-03-061-11/+55
* Bluetooth: hci_sync: Use address filtering when HCI_PA_SYNC is setLuiz Augusto von Dentz2024-03-061-10/+35
* Bluetooth: ISO: Reassemble PA data for bcast sinkIulia Tanasescu2024-03-061-4/+46
* Bluetooth: ISO: Add hcon for listening bis skIulia Tanasescu2024-03-062-16/+57
* Bluetooth: hci_sync: Fix UAF on create_le_conn_completeLuiz Augusto von Dentz2024-03-061-0/+3
* Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz2024-03-061-9/+4
* Bluetooth: constify the struct device_type usageRicardo B. Marliere2024-03-062-2/+2
* Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz2024-03-062-67/+77
* Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueLuiz Augusto von Dentz2024-03-061-8/+124
* Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncLuiz Augusto von Dentz2024-03-062-7/+12
* Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz2024-03-067-14/+17
* Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn2024-03-061-163/+0
* Bluetooth: Remove pending ACL connection attemptsJonas Dreßler2024-03-062-33/+4
* Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler2024-03-062-60/+79
* Bluetooth: hci_event: Fix not indicating new connection for BIG SyncLuiz Augusto von Dentz2024-03-062-7/+18
* Bluetooth: Remove BT_HSLuiz Augusto von Dentz2024-03-0611-3013/+20
* Bluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-03-062-6/+7
* Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz2024-03-064-38/+70
* Bluetooth: hci_event: Use HCI error defines instead of magic valuesJonas Dreßler2024-03-061-4/+4