summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
6 daysBluetooth: hci_event: fix LE list UAF on resetChengfeng Ye1-0/+2
6 daysBluetooth: RFCOMM: take rfcomm_mutex for the deferred setup acceptAli Ahmet Memis1-3/+21
10 daysBluetooth: mgmt: fix pending command UAF in EIR updatesZihan Xi1-2/+18
10 daysBluetooth: mgmt: fix locking in unpair_device/disconnect_syncPauli Virtanen1-0/+16
10 daysBluetooth: hci_sync: call destroy in hci_cmd_sync_run if immediatePauli Virtanen1-2/+9
10 daysBluetooth: hci_sock: Prevent race in socket write iter and sock bindEdward Adam Davis1-0/+2
10 daysBluetooth: hci_sync: Fix not using correct handleLuiz Augusto von Dentz1-1/+1
10 daysBluetooth: hci_sync: Fix advertising data UAFsChengfeng Ye1-34/+97
10 daysBluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2-9/+17
10 daysBluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2-38/+27
10 daysBluetooth: mgmt: fix UAF in pair command cancellationZihan Xi1-18/+46
10 daysBluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz4-59/+79
10 daysBluetooth: MGMT: Remove unused mgmt_pending_find_dataDr. David Alan Gilbert2-21/+0
10 daysBluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz1-42/+42
10 daysBluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz1-2/+40
10 daysBluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz7-472/+53
10 daysBluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2-6/+7
2026-08-19Bluetooth: hci_conn: fix potential UAF in create_big_syncDavid Carlier1-1/+18
2026-08-19Bluetooth: 6lowpan: Fix using chan->conn as indication to no remote netdevLuiz Augusto von Dentz1-15/+3
2026-08-19Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn refMarco Elver1-13/+20
2026-08-19Bluetooth: HIDP: validate numbered report payloadsSangho Lee1-2/+3
2026-08-19Bluetooth: HIDP: reject frames without a transaction headerSangho Lee1-10/+15
2026-08-19Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rspJiale Yao1-0/+5
2026-08-19ipv6: introduce dst_rt6_info() helperEric Dumazet1-1/+1
2026-08-19Bluetooth: RFCOMM: Fix session UAF in set_termiosChengfeng Ye2-4/+20
2026-08-19Bluetooth: hci_sync: Protect UUID list traversalChengfeng Ye1-2/+11
2026-07-24bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAXPavel Skripkin1-3/+12
2026-07-24Bluetooth: Ignore too large handle values in BIGEdward Adam Davis1-0/+4
2026-07-24jiffies: Define secs_to_jiffies()Easwar Hariharan1-2/+0
2026-07-24Bluetooth: L2CAP: fix tx ident leak for commands without a responseStig Hornang1-2/+13
2026-07-24Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz1-3/+26
2026-07-24Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz3-34/+54
2026-07-24Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lockRunyu Xiao1-8/+2
2026-07-24Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()Hyunwoo Kim1-6/+3
2026-07-24Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-14/+39
2026-07-24Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()Siwei Zhang4-105/+121
2026-07-24Bluetooth: 6lowpan: fix cyclic locking warning on netdev unregisterPauli Virtanen1-2/+23
2026-07-24Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim1-11/+10
2026-07-24Bluetooth: Remove BT_HSLuiz Augusto von Dentz11-3014/+20
2026-07-24Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan4-34/+73
2026-07-24Bluetooth: SCO: hold sk properly in sco_conn_readyPauli Virtanen1-12/+32
2026-07-24Bluetooth: SCO: fix sleeping under spinlock in sco_conn_readyPauli Virtanen1-11/+9
2026-07-24Bluetooth: MGMT: Fix adv monitor add failure cleanupCen Zhang2-1/+3
2026-07-24Bluetooth: hci: validate codec capability element lengthSamuel Moelius1-1/+1
2026-07-24Bluetooth: eir: Fix stack OOB write when prepending the Flags ADWeiming Shi1-3/+5
2026-07-24Bluetooth: L2CAP: validate option length before reading conf opt valueMuhammad Bilal1-8/+28
2026-07-24Bluetooth: fix UAF in bt_accept_dequeue()Yousef Alhouseen2-16/+5
2026-07-24Bluetooth: bnep: pin L2CAP connection during netdev registrationYousef Alhouseen1-6/+21
2026-07-24Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUIDClaudia Draghicescu1-4/+12
2026-06-19Bluetooth: serialize accept_q accessJiexun Wang1-22/+65