summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2024-12-19Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis1-14/+15
2024-12-19Bluetooth: iso: Fix recursive locking warningIulia Tanasescu1-2/+6
2024-12-14Bluetooth: MGMT: Fix possible deadlocksLuiz Augusto von Dentz1-9/+18
2024-12-14Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz1-4/+9
2024-12-14Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()Ignat Korchagin1-5/+5
2024-12-14Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre...Ignat Korchagin1-0/+1
2024-12-14Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()Andrej Shadura1-4/+6
2024-12-14Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_syncLuiz Augusto von Dentz1-2/+9
2024-12-14Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov1-11/+4
2024-12-14Bluetooth: MGMT: Fix possible crash on mgmt_index_removedLuiz Augusto von Dentz1-9/+14
2024-12-14Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueLuiz Augusto von Dentz1-8/+124
2024-11-22Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-22/+10
2024-11-22Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0
2024-11-22Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn1-163/+0
2024-11-17Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz3-10/+3
2024-11-17Revert "Bluetooth: hci_conn: Consolidate code for aborting connections"Greg Kroah-Hartman3-46/+146
2024-11-17Revert "Bluetooth: hci_core: Fix possible buffer overflow"Greg Kroah-Hartman1-1/+1
2024-11-17Revert "Bluetooth: af_bluetooth: Fix deadlock"Greg Kroah-Hartman1-3/+7
2024-11-17Revert "Bluetooth: hci_sync: Fix overwriting request callback"Greg Kroah-Hartman4-60/+27
2024-11-17Revert "Bluetooth: fix use-after-free in accessing skb after sending it"Greg Kroah-Hartman1-1/+1
2024-11-08Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim1-7/+11
2024-11-01Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz1-6/+12
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz2-6/+34
2024-11-01Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin1-2/+1
2024-10-22Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson1-5/+1
2024-10-22Bluetooth: Remove debugfs directory on module init failureAaron Thompson1-0/+1
2024-10-22Bluetooth: Call iso_exit() on module unloadAaron Thompson1-0/+2
2024-10-17Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-10-17Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz1-15/+12
2024-10-17Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz1-8/+5
2024-10-17Bluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-13/+8
2024-10-17Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCELLuiz Augusto von Dentz1-1/+4
2024-10-17Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz2-8/+11
2024-09-12Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz1-18/+19
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2-25/+7
2024-09-08Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen1-11/+12
2024-09-08Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz1-29/+40
2024-09-04Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz1-2/+8
2024-08-29Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman1-0/+4
2024-08-29Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz1-72/+72
2024-08-29Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz1-12/+7
2024-08-29Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz1-1/+2
2024-08-29Bluetooth: hci_conn: Check non NULL function before calling for HFP offloadZijun Hu1-3/+8
2024-08-29Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-9/+5
2024-08-29Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu1-0/+5
2024-08-14Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov1-0/+14
2024-08-14Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov1-0/+1
2024-08-11Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz1-0/+21
2024-07-25Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz4-66/+35
2024-07-25bluetooth/l2cap: sync sock recv cb and releaseEdward Adam Davis1-3/+22