summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-25Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa1-0/+4
2024-06-21Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-7/+1
2024-06-12Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2-25/+122
2024-06-12Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz7-54/+30
2024-05-17Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou1-0/+3
2024-05-17Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim3-5/+4
2024-05-17Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou1-0/+4
2024-05-02Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2-6/+8
2024-05-02Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee1-2/+2
2024-05-02Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz1-5/+15
2024-04-17Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-32/+20
2024-04-17Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-13/+10
2024-04-17Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov1-1/+3
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: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2-4/+4
2024-03-27Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2-8/+10
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: 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-39/+71
2024-03-27Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz3-146/+46
2024-03-27Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz2-6/+31
2024-03-27Bluetooth: Cancel sync command before suspend and power offArchie Pusaka2-0/+7
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-03-27Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis1-1/+3
2024-03-27Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu1-1/+1
2024-03-06Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2-1/+11
2024-03-06Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz1-1/+4
2024-03-06Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu1-2/+2
2024-03-06Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz1-1/+4
2024-03-06Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu1-3/+4
2024-03-06Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler1-1/+1