summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2024-10-10Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz
2024-10-10Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz
2024-10-10Bluetooth: MGMT: Fix possible crash on mgmt_index_removedLuiz Augusto von Dentz
2024-10-04Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCELLuiz Augusto von Dentz
2024-10-04Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz
2024-09-12Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz
2024-09-12Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz
2024-09-12Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz
2024-09-04Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz
2024-08-29Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman
2024-08-29Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz
2024-08-29Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz
2024-08-29Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz
2024-08-14Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov
2024-08-14Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov
2024-08-11Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz
2024-08-11Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz
2024-08-03Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz
2024-08-03Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov
2024-08-03Bluetooth: hci_event: Set QoS encryption from BIGInfo reportIulia Tanasescu
2024-06-28Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz
2024-06-28bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAXPavel Skripkin
2024-06-28Bluetooth: ISO: Check socket flag instead of hconIulia Tanasescu
2024-06-28bluetooth/l2cap: sync sock recv cb and releaseEdward Adam Davis
2024-06-28Bluetooth: Ignore too large handle values in BIGEdward Adam Davis
2024-06-28Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa
2024-06-28Bluetooth: hci_event: Fix setting of unicast qos intervalLuiz Augusto von Dentz
2024-06-28Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter
2024-06-10Bluetooth: fix connection setup in l2cap_connectPauli Virtanen
2024-06-10Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz
2024-06-10Bluetooth: hci_sync: Fix not using correct handleLuiz Augusto von Dentz
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-14Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim
2024-05-14Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva
2024-05-14LE Create Connection command timeout increased to 20 secsMahesh Talewad
2024-05-14Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban
2024-05-14Bluetooth: hci_sync: Use cmd->num_cis instead of magic numberGustavo A. R. Silva
2024-05-14Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gustavo A. R. Silva
2024-05-14Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva
2024-05-14Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva
2024-05-14Bluetooth: Remove 3 repeated macro definitionsZijun Hu
2024-05-14Bluetooth: hci_conn: Remove a redundant check for HFP offloadZijun Hu
2024-05-14Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-05-14Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu
2024-05-14Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu
2024-05-14Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz
2024-05-14Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz