summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2024-07-25Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz
2024-07-25bluetooth/l2cap: sync sock recv cb and releaseEdward Adam Davis
2024-07-25Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa
2024-07-11bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAXPavel Skripkin
2024-07-11Bluetooth: ISO: Check socket flag instead of hconIulia Tanasescu
2024-07-11Bluetooth: Ignore too large handle values in BIGEdward Adam Davis
2024-07-11Bluetooth: hci_event: Fix setting of unicast qos intervalLuiz Augusto von Dentz
2024-06-21Bluetooth: fix connection setup in l2cap_connectPauli Virtanen
2024-06-21Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz
2024-06-12Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz
2024-06-12Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn
2024-06-12Bluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-06-12Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu
2024-06-12Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban
2024-05-25Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim
2024-05-25Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim
2024-05-17Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou
2024-05-17Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim
2024-05-17Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim
2024-05-17Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou
2024-05-02Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor
2024-05-02Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee
2024-05-02Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz
2024-05-02Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz
2024-04-17Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka
2024-04-17Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-17Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz
2024-04-17Bluetooth: hci_sync: Use QoS to determine which PHY to scanLuiz Augusto von Dentz
2024-04-17Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz
2024-04-17Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz
2024-04-17Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov
2024-04-13Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto
2024-04-10Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera
2024-04-10Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang
2024-04-10Bluetooth: add quirk for broken address propertiesJohan Hovold
2024-04-03Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz
2024-03-26Bluetooth: Fix eir name lengthFrédéric Danis
2024-03-26Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen
2024-03-26Bluetooth: af_bluetooth: Fix deadlockLuiz Augusto von Dentz
2024-03-26Bluetooth: msft: Fix memory leakLuiz Augusto von Dentz
2024-03-26Bluetooth: msft: __hci_cmd_sync() doesn't return NULLDan Carpenter
2024-03-26Bluetooth: hci_core: Fix possible buffer overflowLuiz 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_event: Fix not indicating new connection for BIG SyncLuiz Augusto von Dentz
2024-03-26Bluetooth: Remove BT_HSLuiz Augusto von Dentz
2024-03-26Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler
2024-03-26Bluetooth: mgmt: Remove leftover queuing of power_off workJonas Dreßler
2024-03-26Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis
2024-03-26Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu