summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
9 daysBluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li
9 daysBluetooth: hci_core: Eliminate an unnecessary goto label in hci_find_irk_by_a...Zijun Hu
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz
2025-06-05Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz
2025-06-05Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz
2025-06-05Bluetooth: hci_core: fix list_for_each_entry_rcu usagePauli Virtanen
2025-05-21Bluetooth: separate CIS_LINK and BIS_LINK link typesPauli Virtanen
2025-05-21Bluetooth: ISO: Fix not using SID from adv reportLuiz Augusto von Dentz
2025-05-21Bluetooth: Introduce HCI Driver protocolHsin-chen Chuang
2025-03-25Bluetooth: add support for skb TX SND/COMPLETION timestampingPauli Virtanen
2025-03-25Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz
2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz
2025-01-15Bluetooth: Get rid of cmd_timeout and use the reset callbackHsin-chen Chuang
2025-01-15Bluetooth: hci: Remove deadcodeDr. David Alan Gilbert
2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz
2024-11-14Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz
2024-11-14Bluetooth: hci_core: Fix not checking skb length on hci_scodata_packetLuiz Augusto von Dentz
2024-11-14Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz
2024-10-23Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz
2024-08-23Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz
2024-08-15Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz
2024-07-26Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz
2024-07-15Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz
2024-07-15Bluetooth: hci_sync: Move handling of interleave_scanLuiz Augusto von Dentz
2024-07-15Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz
2024-07-15Bluetooth: hci_core: Remove usage of hci_req_syncLuiz Augusto von Dentz
2024-07-15Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz
2024-07-14Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu
2024-07-14Bluetooth: hci_core: Prefer array indexing over pointer arithmeticErick Archer
2024-07-14Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer
2024-06-28Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz
2024-06-28Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa
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-14LE Create Connection command timeout increased to 20 secsMahesh Talewad
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
2024-05-03Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim
2024-03-29Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz
2024-03-06Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen
2024-03-06Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz
2024-03-06Bluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-03-06Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz
2024-03-06Bluetooth: Disconnect connected devices before rfkilling adapterJonas Dreßler