summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-14Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0
2024-12-14Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz1-0/+2
2024-12-14Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz1-4/+9
2024-09-04Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz1-12/+7
2024-07-27Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa1-0/+4
2024-03-27Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz1-1/+1
2024-03-06Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu1-3/+4
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-3/+5
2023-09-19Bluetooth: Fix potential use-after-free when clear keysMin Li1-8/+8
2023-06-14Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz1-4/+4
2023-02-01Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka1-0/+1
2022-12-31Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-14Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz1-1/+2
2022-10-26Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz1-11/+23
2022-05-15Bluetooth: Fix the creation of hdev->nameItay Iellin1-3/+3
2022-03-19Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz1-0/+1
2022-01-27Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun1-0/+1
2022-01-16Bluetooth: add quirk disabling LE Read Transmit PowerAditya Garg1-1/+2
2021-08-20Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-16/+32
2021-08-19Bluetooth: Fix return value in hci_dev_do_close()Kangmin Park1-3/+4
2021-08-19Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin1-0/+6
2021-08-16Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng1-8/+8
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa1-8/+8
2021-08-05Bluetooth: Add support hdev to allocate private dataTedd Ho-Jeong An1-3/+10
2021-07-29Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa1-8/+9
2021-06-26Bluetooth: use inclusive language when filtering devicesArchie Pusaka1-12/+12
2021-06-26Bluetooth: use inclusive language to describe CPBArchie Pusaka1-8/+8
2021-06-26Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng1-8/+8
2021-06-26Bluetooth: Add ncmd=0 recovery handlingManish Mandlik1-0/+22
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+6
2021-06-03Bluetooth: Fix spelling mistakesZheng Yongjun1-4/+4
2021-05-27Bluetooth: fix the erroneous flush_work() orderLin Ma1-1/+6
2021-04-08Bluetooth: Set defaults for le_scan_{int,window}_adv_monitorMarcel Holtmann1-0/+2
2021-04-07Bluetooth: Add support for reading AOSP vendor capabilitiesMarcel Holtmann1-0/+3
2021-01-29Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede1-7/+11
2021-01-25Bluetooth: btusb: fix memory leak on suspend and resumeVamshi K Sthambamkadi1-1/+2
2021-01-25Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian1-2/+4
2021-01-25Bluetooth: advmon offload MSFT remove monitorArchie Pusaka1-23/+96
2021-01-25Bluetooth: advmon offload MSFT add monitorArchie Pusaka1-9/+46
2020-12-07Bluetooth: Query LE tx power on startupDaniel Winkler1-0/+8
2020-12-07Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler1-3/+5
2020-12-07Bluetooth: Add helper to set adv dataDaniel Winkler1-0/+31
2020-12-07Bluetooth: Add toggle to switch off interleave scanHoward Chung1-0/+1
2020-12-07Bluetooth: Interleave with allowlist scanHoward Chung1-0/+3
2020-12-07Bluetooth: Fix attempting to set RPA timeout when unsupportedEdward Vear1-1/+1
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-2/+39
2020-09-20Bluetooth: Update Adv monitor count upon removalMiao-chen Chou1-0/+2
2020-09-19net: bluetooth: delete duplicated wordsRandy Dunlap1-1/+1
2020-09-13Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi1-1/+25
2020-09-11Bluetooth: Report num supported adv instances for hw offloadingDaniel Winkler1-1/+1