summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-07Bluetooth: hci_sync: Disable legacy instance's ext adv before setup snapshotMuhammad Saheed1-0/+30
2026-08-07Bluetooth: hci_event: fix out-of-bounds read in LE PA report reassemblyLaxman Acharya1-0/+7
2026-08-07Bluetooth: btmtksdio: fix usage_count leak when autosuspend_delay is negativeGuangshuo Li1-0/+3
2026-08-07Bluetooth: MGMT: reject HCI_CMD_SYNC params_len above 255Ali Ahmet Memis1-0/+8
2026-08-07Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseqSherry Sun1-4/+30
2026-08-07Bluetooth: MGMT: free the HCI command when it is cancelledLinmao Li1-5/+8
2026-08-07Bluetooth: MGMT: free the mesh send cancel command when it is cancelledLinmao Li1-2/+7
2026-08-07Bluetooth: hci_sync: free the advertising instance on the failure and cancel ...Linmao Li1-3/+9
2026-08-07Bluetooth: hci_conn: fix the SCO setup context lifetimeLinmao Li1-5/+15
2026-08-07Bluetooth: hci_sync: Fix accept list UAF during suspendChengfeng Ye1-9/+37
2026-08-07Bluetooth: hci_event: Use 255 as max event payload length in hci_ev_table[]Zijun Hu2-7/+8
2026-08-07Bluetooth: hci_event: Introduce handle_ev_vendor() for HCI_EV_VENDORZijun Hu2-1/+11
2026-08-07Bluetooth: btnxpuart: Simplify nxp_set_ind_reset() by __hci_reset_dev()Zijun Hu1-13/+1
2026-08-07Bluetooth: hci_core: Introduce __hci_reset_dev() with a hardware error codeZijun Hu2-4/+10
2026-08-07Bluetooth: coredump: Expose header size and end marker to driversZijun Hu2-5/+9
2026-08-07Bluetooth: btintel: Remove redundant (hdr->plen > 0) in btintel_recv_event()Zijun Hu1-2/+1
2026-08-07Bluetooth: btintel: Fix diagnostics event detectionZijun Hu1-1/+1
2026-08-07Bluetooth: hci_event: validate LE Set CIG Parameters responseLaxman Acharya Padhya1-2/+4
2026-08-07Bluetooth: btmrvl: fix event packet length validationMarek Szyprowski1-1/+11
2026-08-07Bluetooth: add annotations for l2cap_data locking contextPauli Virtanen6-4/+24
2026-08-07Bluetooth: L2CAP: use proto_lock for l2cap_data to fix l2cap_disconn_indPauli Virtanen1-6/+17
2026-08-07Bluetooth: virtio_bt: avoid OOB read of build info stringHyeongJun An1-2/+6
2026-08-07Bluetooth: hcli_ldisc: Remove reduntant bracesoshada imalka1-2/+2
2026-08-07Bluetooth: hci_event: fix LE list UAF on resetChengfeng Ye1-0/+2
2026-08-07Bluetooth: hci_aml: validate firmware segment lengthsLaxman Acharya Padhya1-2/+16
2026-08-07Bluetooth: btintel: Add Bluetooth SAR revision 2 supportKiran K2-1/+208
2026-08-07Bluetooth: Add MGMT Load Connection Subrate commandLuiz Augusto von Dentz6-8/+263
2026-08-07Bluetooth: Add MGMT Shorter Connection Interval settingLuiz Augusto von Dentz3-0/+9
2026-08-07Bluetooth: Add support for Shorter Connection Interval (SCI) featureLuiz Augusto von Dentz4-2/+190
2026-08-07Bluetooth: btintel_pcie: Add vendor_reset PCI sysfs for PLDRChandrashekar Devegowda3-0/+54
2026-08-07Bluetooth: hci_intel: drop unused assignment of acpi_device_id::driver_dataPawel Zalewski (The Capable Hub)1-2/+2
2026-08-07Bluetooth: use a named initializer for acpi_device_idPawel Zalewski (The Capable Hub)3-177/+177
2026-08-07Bluetooth: btmrvl_sdio: Do not free HCI_VENDOR_PKT frame by hci_recv_frame()Zijun Hu1-1/+1
2026-08-07Bluetooth: btintel: Simplify btintel_classify_pkt_type() by hci_acl_handle()Zijun Hu1-3/+1
2026-08-07Bluetooth: btusb: Simplify btusb_recv_bulk() by hci_acl_dlen()Zijun Hu1-3/+1
2026-08-07Bluetooth: hci_core: Simplify hci_recv_frame() by hci_acl_handle()Zijun Hu1-2/+1
2026-08-07Bluetooth: hci: Introduce hci_acl_handle() and hci_acl_dlen() helpersZijun Hu1-0/+10
2026-08-07Bluetooth: btusb: Add a simple static btusb_prepare_reset()Zijun Hu1-2/+9
2026-08-07Bluetooth: btusb: Make btusb_recv_{event,acl}() take struct hci_dev *Zijun Hu1-6/+10
2026-08-07Bluetooth: coredump: Introduce and apply hci_devcd_state_name()Zijun Hu2-7/+45
2026-08-07Bluetooth: fix BT dependency for submodulesIva Kasprzaková4-4/+4
2026-08-07Bluetooth: btrsi: Move set_bt_context after successful HCI registrationChen Changcheng1-1/+2
2026-08-07Bluetooth: btintel_pcie: Remove unreachable break after gotoChen Changcheng1-1/+0
2026-08-07Bluetooth: btusb: Realtek: Replace HCI_VENDOR_PKT usage with HCI_EV_VENDORZijun Hu1-1/+1
2026-08-07Bluetooth: btusb: QCA: Replace HCI_VENDOR_PKT usages with HCI_EV_VENDORZijun Hu1-2/+2
2026-08-07Bluetooth: hci_qca: Replace HCI_VENDOR_PKT usage with HCI_EV_VENDORZijun Hu1-2/+2
2026-08-07Bluetooth: hci_ldisc: reject invalid tty write lengthsLi Qiang1-0/+6
2026-08-07Bluetooth: hci_bcsp: validate received packet lengthsLi Qiang1-1/+4
2026-08-07Bluetooth: btmrvl: validate event packet lengthsLi Qiang1-0/+10
2026-08-07Merge branch 'pm-cpuidle'Rafael J. Wysocki5-325/+583