summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: coredump: fix building with coredump disabledArnd Bergmann2023-07-201-2/+0
* Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-201-0/+5
* Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz2023-06-291-1/+1
* Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz2023-06-291-0/+1
* Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen2023-06-051-1/+2
* Bluetooth: fix debugfs registrationJohan Hovold2023-06-051-0/+1
* Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2023-06-051-0/+1
* Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li2023-05-191-1/+1
* Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz2023-04-231-0/+2
* Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini2023-04-231-0/+8
* Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz2023-04-231-0/+2
* Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz2023-04-231-1/+11
* Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz2023-04-231-2/+12
* Bluetooth: Enable all supported LE PHY by defaultLuiz Augusto von Dentz2023-04-231-0/+4
* Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-04-232-17/+35
* Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi2023-04-232-0/+130
* Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick2023-04-231-0/+7
* Bluetooth: L2CAP: Delay identity address updatesLuiz Augusto von Dentz2023-04-231-1/+1
* Bluetooth: hci_core: Make hci_conn_hash_add append to the listLuiz Augusto von Dentz2023-04-231-1/+1
* Bluetooth: MGMT: Use BIT macro when defining bitfieldsLuiz Augusto von Dentz2023-04-231-40/+40
* Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz2023-04-101-0/+1
* Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K2023-03-221-0/+1
* Bluetooth: MGMT: add CIS feature bits to controller informationPauli Virtanen2023-02-091-0/+2
* Bluetooth: HCI: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2023-02-091-2/+2
* Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter2022-12-122-0/+13
* Bluetooth: Add quirk to disable extended scanningSven Peter2022-12-122-1/+13
* Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv ReportSven Peter2022-12-121-0/+1
* Bluetooth: btusb: Introduce generic USB resetArchie Pusaka2022-12-121-0/+1
* Bluetooth: Remove codec id field in vendor codec definitionChethan T N2022-12-021-1/+0
* Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas2022-12-021-0/+11
* Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz2022-09-081-2/+0
* Bluetooth: Add experimental wrapper for MGMT based meshBrian Gix2022-09-061-0/+1
* Bluetooth: Implement support for MeshBrian Gix2022-09-064-2/+70
* Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix2022-08-311-0/+1
* Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix2022-08-251-0/+1
* Bluetooth: move hci_get_random_address() to hci_syncBrian Gix2022-08-251-0/+5
* Bluetooth: Move Adv Instance timer to hci_syncBrian Gix2022-08-251-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-0/+1
|\
| * Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-07-261-0/+1
* | Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz2022-07-222-0/+13
* | Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-224-20/+261
* | Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-223-2/+58
* | Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-225-4/+169
* | Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz2022-07-221-0/+2
* | Bluetooth: Remove update_scan hci_request dependancyBrian Gix2022-07-222-1/+1
* | Bluetooth: Remove dead code from hci_request.cBrian Gix2022-07-221-1/+0
* | Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz2022-07-211-0/+2
* | Bluetooth: Add bt_statusLuiz Augusto von Dentz2022-07-211-0/+1
* | Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik2022-07-211-4/+2
* | Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik2022-07-211-4/+1