aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan
2023-09-20Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-09-20Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu
2023-08-11Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik
2023-08-11Bluetooth: Fix potential use-after-free when clear keysMin Li
2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz
2023-08-11Bluetooth: Fix hci_suspend_sync crashYing Hsu
2023-08-11Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson
2023-07-20Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen
2023-06-05Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang
2023-06-05Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz
2023-04-23Bluetooth: Cancel sync command before suspend and power offArchie Pusaka
2023-04-23Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi
2023-03-22Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz
2022-12-12Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-12Bluetooth: hci_core: fix error handling in hci_register_dev()Yang Yingliang
2022-12-02Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz
2022-09-28Bluetooth: Prevent double register of suspendAbhishek Pandit-Subedi
2022-09-27Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz
2022-09-19Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa
2022-09-06Bluetooth: Implement support for MeshBrian Gix
2022-08-25Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz
2022-07-21Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik
2022-07-21Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik
2022-07-21Bluetooth: Collect kcov coverage from hci_rx_workTamas Koczka
2022-07-21Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz
2022-07-21Bluetooth: fix an error code in hci_register_dev()Dan Carpenter
2022-07-21Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi
2022-07-21Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds
2022-05-13Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz
2022-01-25Bluetooth: hci_core: Rate limit the logging of invalid SCO handleLuiz Augusto von Dentz
2022-01-20Bluetooth: msft: Handle MSFT Monitor Device EventManish Mandlik
2021-12-22Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg
2021-12-07Bluetooth: hci_core: Rework hci_conn_params flagsLuiz Augusto von Dentz
2021-12-03Bluetooth: hci_core: Cancel sync command if sending a frame failedBenjamin Berg
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz