summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)Author
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz
2024-12-19Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis
2024-12-14Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueLuiz Augusto von Dentz
2024-11-17Revert "Bluetooth: hci_conn: Consolidate code for aborting connections"Greg Kroah-Hartman
2024-11-17Revert "Bluetooth: hci_sync: Fix overwriting request callback"Greg Kroah-Hartman
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2024-10-17Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz
2024-07-25Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz
2024-06-21Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz
2024-06-12Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban
2024-06-12Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz
2024-04-17Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-10Bluetooth: add quirk for broken address propertiesJohan Hovold
2024-03-26Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz
2024-03-26Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz
2024-03-26Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz
2024-03-26Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz
2024-03-26Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz
2024-03-26Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz
2024-03-26Bluetooth: Remove HCI_POWER_OFF_TIMEOUTJonas Dreßler
2024-01-25Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz
2024-01-01Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-07-27Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen
2023-07-19Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz
2023-07-19Bluetooth: MGMT: Use BIT macro when defining bitfieldsLuiz Augusto von Dentz
2023-07-19Bluetooth: MGMT: add CIS feature bits to controller informationPauli Virtanen
2023-06-14Bluetooth: fix debugfs registrationJohan Hovold
2023-06-14Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang
2023-05-24Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini
2023-05-24Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick
2023-04-20Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz
2022-12-31Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter
2022-12-31Bluetooth: Add quirk to disable extended scanningSven Peter
2022-12-02Bluetooth: Remove codec id field in vendor codec definitionChethan T N
2022-12-02Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas
2022-09-08Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz
2022-09-06Bluetooth: Add experimental wrapper for MGMT based meshBrian Gix
2022-09-06Bluetooth: Implement support for MeshBrian Gix
2022-08-31Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix
2022-08-25Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix
2022-08-25Bluetooth: move hci_get_random_address() to hci_syncBrian Gix
2022-08-25Bluetooth: Move Adv Instance timer to hci_syncBrian Gix
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-22Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz