summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-31Bluetooth: hci_core: Fix race condition during device registrationAleksandr Nogikh1-2/+2
2026-08-24Bluetooth: hci_core: use skb_get() instead of skb_clone() for req_skbXin Chen1-1/+1
2026-08-07Bluetooth: hci_core: Introduce __hci_reset_dev() with a hardware error codeZijun Hu1-3/+3
2026-08-07Bluetooth: hci_core: Simplify hci_recv_frame() by hci_acl_handle()Zijun Hu1-2/+1
2026-08-07Bluetooth: hci_core: Add minimal context analysis annotationsPauli Virtanen1-0/+3
2026-06-11Bluetooth: Add SPDX id lines to some source filesTim Bird1-4/+1
2026-06-11Bluetooth: hci_core: Fix UAF in hci_unregister_dev()Jordan Walters1-0/+2
2026-05-28Bluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functionsHeitor Alves de Siqueira1-40/+3
2026-04-10Bluetooth: hci_core: Rate limit the logging of invalid ISO handlePauli Virtanen1-2/+2
2026-03-19Bluetooth: hci_sync: annotate data-races around hdev->req_statusCen Zhang1-1/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-11/+11
2026-01-29Bluetooth: hci_core: Export hci_discovery_activeLinmao Li1-0/+1
2025-11-20Bluetooth: hci_core: lookup hci_conn on RX path on protocol sidePauli Virtanen1-48/+25
2025-11-20Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOPLuiz Augusto von Dentz1-4/+12
2025-09-27Bluetooth: hci_core: Print information of hcon on hci_low_sentLuiz Augusto von Dentz1-0/+4
2025-09-27Bluetooth: hci_core: Print number of packets in conn->data_qLuiz Augusto von Dentz1-0/+8
2025-09-27Bluetooth: hci_core: Detect if an ISO link has stalledLuiz Augusto von Dentz1-8/+26
2025-09-27Bluetooth: HCI: Fix using LE/ACL buffers for ISO packetsLuiz Augusto von Dentz1-4/+2
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li1-12/+15
2025-07-23Bluetooth: hci_core: Eliminate an unnecessary goto label in hci_find_irk_by_a...Zijun Hu1-3/+1
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers1-2/+2
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima1-4/+30
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz1-1/+15
2025-06-05Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz1-0/+1
2025-06-05Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz1-3/+1
2025-06-05Bluetooth: hci_core: fix list_for_each_entry_rcu usagePauli Virtanen1-8/+3
2025-05-21Bluetooth: separate CIS_LINK and BIS_LINK link typesPauli Virtanen1-8/+13
2025-05-21Bluetooth: ISO: Fix not using SID from adv reportLuiz Augusto von Dentz1-6/+7
2025-05-21Bluetooth: Introduce HCI Driver protocolHsin-chen Chuang1-0/+11
2025-03-25Bluetooth: add support for skb TX SND/COMPLETION timestampingPauli Virtanen1-4/+11
2025-03-25Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz1-34/+28
2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-3/+7
2025-01-15Bluetooth: Get rid of cmd_timeout and use the reset callbackHsin-chen Chuang1-2/+2
2025-01-15Bluetooth: hci: Remove deadcodeDr. David Alan Gilbert1-20/+0
2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-7/+3
2024-11-14Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0
2024-11-14Bluetooth: hci_core: Fix not checking skb length on hci_scodata_packetLuiz Augusto von Dentz1-4/+9
2024-11-14Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz1-4/+9
2024-10-23Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz1-9/+15
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz1-0/+2
2024-08-23Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz1-2/+8
2024-08-15Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz1-12/+7
2024-07-26Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz1-7/+0
2024-07-15Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz1-1/+0
2024-07-15Bluetooth: hci_sync: Move handling of interleave_scanLuiz Augusto von Dentz1-2/+1
2024-07-15Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz1-2/+2