aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Bluetooth: Add new quirk for broken read key length on ATS2851Gravatar Vinicius Peixoto 1-1/+2
2024-03-06Bluetooth: mgmt: remove NULL check in add_ext_adv_params_complete()Gravatar Roman Smirnov 1-2/+1
2024-03-06Bluetooth: mgmt: remove NULL check in mgmt_set_connectable_complete()Gravatar Roman Smirnov 1-2/+1
2024-03-06Bluetooth: ISO: Clean up returns values in iso_connect_ind()Gravatar Dan Carpenter 1-6/+3
2024-03-06Bluetooth: fix use-after-free in accessing skb after sending itGravatar Pauli Virtanen 1-1/+1
2024-03-06Bluetooth: af_bluetooth: Fix deadlockGravatar Luiz Augusto von Dentz 1-7/+3
2024-03-06Bluetooth: bnep: Fix out-of-bound accessGravatar Luiz Augusto von Dentz 1-1/+2
2024-03-06Bluetooth: msft: Fix memory leakGravatar Luiz Augusto von Dentz 1-0/+3
2024-03-06Bluetooth: hci_core: Fix possible buffer overflowGravatar Luiz Augusto von Dentz 1-1/+1
2024-03-06Bluetooth: hci_sync: Fix overwriting request callbackGravatar Luiz Augusto von Dentz 4-27/+60
2024-03-06Bluetooth: hci_sync: Use QoS to determine which PHY to scanGravatar Luiz Augusto von Dentz 1-11/+55
2024-03-06Bluetooth: hci_sync: Use address filtering when HCI_PA_SYNC is setGravatar Luiz Augusto von Dentz 1-10/+35
2024-03-06Bluetooth: ISO: Reassemble PA data for bcast sinkGravatar Iulia Tanasescu 1-4/+46
2024-03-06Bluetooth: ISO: Add hcon for listening bis skGravatar Iulia Tanasescu 2-16/+57
2024-03-06Bluetooth: hci_sync: Fix UAF on create_le_conn_completeGravatar Luiz Augusto von Dentz 1-0/+3
2024-03-06Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncGravatar Luiz Augusto von Dentz 1-9/+4
2024-03-06Bluetooth: constify the struct device_type usageGravatar Ricardo B. Marliere 2-2/+2
2024-03-06Bluetooth: hci_sync: Attempt to dequeue connection attemptGravatar Luiz Augusto von Dentz 2-67/+77
2024-03-06Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueGravatar Luiz Augusto von Dentz 1-8/+124
2024-03-06Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncGravatar Luiz Augusto von Dentz 2-7/+12
2024-03-06Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutGravatar Luiz Augusto von Dentz 7-14/+17
2024-03-06Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSGravatar Lukas Bulwahn 1-163/+0
2024-03-06Bluetooth: Remove pending ACL connection attemptsGravatar Jonas Dreßler 2-33/+4
2024-03-06Bluetooth: hci_conn: Only do ACL connections sequentiallyGravatar Jonas Dreßler 2-60/+79
2024-03-06Bluetooth: hci_event: Fix not indicating new connection for BIG SyncGravatar Luiz Augusto von Dentz 2-7/+18
2024-03-06Bluetooth: Remove BT_HSGravatar Luiz Augusto von Dentz 11-3013/+20
2024-03-06Bluetooth: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 2-6/+7
2024-03-06Bluetooth: hci_core: Cancel request on command timeoutGravatar Luiz Augusto von Dentz 4-38/+70
2024-03-06Bluetooth: hci_event: Use HCI error defines instead of magic valuesGravatar Jonas Dreßler 1-4/+4
2024-03-06Bluetooth: Remove superfluous call to hci_conn_check_pending()Gravatar Jonas Dreßler 1-2/+0
2024-03-06Bluetooth: Disconnect connected devices before rfkilling adapterGravatar Jonas Dreßler 1-2/+33
2024-03-06Bluetooth: Add new state HCI_POWERING_DOWNGravatar Jonas Dreßler 2-5/+25
2024-03-06Bluetooth: mgmt: Remove leftover queuing of power_off workGravatar Jonas Dreßler 1-16/+0
2024-02-28Bluetooth: Enforce validation on max value of connection intervalGravatar Kai-Heng Feng 2-1/+11
2024-02-28Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTGravatar Luiz Augusto von Dentz 1-1/+4
2024-02-28Bluetooth: mgmt: Fix limited discoverable off timeoutGravatar Frédéric Danis 1-1/+3
2024-02-28Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRGravatar Zijun Hu 1-2/+2
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityGravatar Yuxuan Hu 1-1/+1
2024-02-28Bluetooth: hci_sync: Fix accept_list when attempting to suspendGravatar Luiz Augusto von Dentz 1-1/+4
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetGravatar Ying Hsu 1-3/+4
2024-02-28Bluetooth: hci_sync: Check the correct flag before starting a scanGravatar Jonas Dreßler 1-1/+1
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2023-12-22Bluetooth: Fix atomicity violation in {min,max}_key_size_setGravatar Gui-Dong Han 1-4/+8
2023-12-22Bluetooth: L2CAP: Fix possible multiple reject sendGravatar Frédéric Danis 1-1/+2
2023-12-22Bluetooth: hci_sync: fix BR/EDR wakeup bugGravatar clancy shang 1-4/+6
2023-12-22Bluetooth: hci_conn: Check non NULL function before calling for HFP offloadGravatar Zijun Hu 1-3/+8
2023-12-22Bluetooth: ISO: Avoid creating child socket if PA sync is terminatingGravatar Iulia Tanasescu 1-3/+48
2023-12-22Bluetooth: Fix bogus check for re-auth no supported with non-sspGravatar Luiz Augusto von Dentz 2-14/+5
2023-12-22Bluetooth: hci_core: Remove le_restart_scan workGravatar Luiz Augusto von Dentz 2-106/+7
2023-12-22Bluetooth: Add documentation to exported functions in libGravatar Yuran Pereira 1-3/+66