summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2024-04-17Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov1-1/+3
2024-04-13Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto1-1/+2
2024-04-10Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera1-16/+32
2024-04-10Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang1-0/+25
2024-04-10Bluetooth: add quirk for broken address propertiesJohan Hovold1-1/+4
2024-04-03Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz2-4/+7
2024-03-27Bluetooth: Fix eir name lengthFrédéric Danis2-23/+8
2024-03-27Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen1-1/+1
2024-03-27Bluetooth: af_bluetooth: Fix deadlockLuiz Augusto von Dentz1-7/+3
2024-03-27Bluetooth: msft: Fix memory leakLuiz Augusto von Dentz1-0/+3
2024-03-27Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz1-1/+1
2024-03-27Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz4-27/+60
2024-03-27Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz4-38/+70
2024-03-27Bluetooth: hci_event: Fix not indicating new connection for BIG SyncLuiz Augusto von Dentz2-7/+18
2024-03-27Bluetooth: Remove BT_HSLuiz Augusto von Dentz11-3013/+20
2024-03-27Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler1-2/+0
2024-03-27Bluetooth: mgmt: Remove leftover queuing of power_off workJonas Dreßler1-16/+0
2024-02-28Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2-1/+11
2024-02-28Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz1-1/+4
2024-02-28Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis1-1/+3
2024-02-28Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu1-2/+2
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu1-1/+1
2024-02-28Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz1-1/+4
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu1-3/+4
2024-02-28Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler1-1/+1
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2023-12-22Bluetooth: Fix atomicity violation in {min,max}_key_size_setGui-Dong Han1-4/+8
2023-12-22Bluetooth: L2CAP: Fix possible multiple reject sendFrédéric Danis1-1/+2
2023-12-22Bluetooth: hci_sync: fix BR/EDR wakeup bugclancy shang1-4/+6
2023-12-22Bluetooth: hci_conn: Check non NULL function before calling for HFP offloadZijun Hu1-3/+8
2023-12-22Bluetooth: ISO: Avoid creating child socket if PA sync is terminatingIulia Tanasescu1-3/+48
2023-12-22Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2-14/+5
2023-12-22Bluetooth: hci_core: Remove le_restart_scan workLuiz Augusto von Dentz2-106/+7
2023-12-22Bluetooth: Add documentation to exported functions in libYuran Pereira1-3/+66
2023-12-22Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu2-4/+107
2023-12-22Bluetooth: ISO: Allow binding a PA sync socketIulia Tanasescu1-5/+62
2023-12-15Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim1-1/+6
2023-12-15Bluetooth: Add more enc key size checkAlex Lu1-1/+15
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao2-7/+25
2023-12-15Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis1-6/+15
2023-12-15Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann1-0/+3
2023-12-15Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz1-1/+2
2023-12-15Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz1-7/+1
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)1-1/+1
2023-11-03Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+1
2023-10-23Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler1-2/+2
2023-10-23Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2-15/+14
2023-10-23Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUIDClaudia Draghicescu1-4/+12
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan4-50/+51
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu2-18/+30