summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz2023-04-241-0/+2
* Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz2023-04-241-1/+11
* Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz2023-04-241-2/+12
* Bluetooth: Enable all supported LE PHY by defaultLuiz Augusto von Dentz2023-04-241-0/+4
* Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-04-242-17/+35
* Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi2023-04-242-0/+130
* Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick2023-04-241-0/+7
* Bluetooth: L2CAP: Delay identity address updatesLuiz Augusto von Dentz2023-04-241-1/+1
* Bluetooth: hci_core: Make hci_conn_hash_add append to the listLuiz Augusto von Dentz2023-04-241-1/+1
* Bluetooth: MGMT: Use BIT macro when defining bitfieldsLuiz Augusto von Dentz2023-04-241-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-231-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-09-011-0/+1
* Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix2022-08-261-0/+1
* Bluetooth: move hci_get_random_address() to hci_syncBrian Gix2022-08-261-0/+5
* Bluetooth: Move Adv Instance timer to hci_syncBrian Gix2022-08-261-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-291-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-232-0/+13
* | Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-234-20/+261
* | Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-233-2/+58
* | Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-235-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-221-0/+2
* | Bluetooth: Add bt_statusLuiz Augusto von Dentz2022-07-221-0/+1
* | Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik2022-07-221-4/+2
* | Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik2022-07-221-4/+1
* | Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu2022-07-221-11/+0
* | Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu2022-07-221-0/+1
* | Bluetooth: clean up error pointer checkingDan Carpenter2022-07-221-1/+1
* | Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz2022-07-221-0/+11
* | Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi2022-07-221-0/+2
* | Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi2022-07-221-0/+1
|/
* bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-061-10/+7
* Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz2022-05-191-0/+1
* Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2022-05-132-2/+15
* Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-121-0/+3