aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2022-02-24Bluetooth: hci_core: Fix leaking sent_cmd skbGravatar Luiz Augusto von Dentz 1-0/+1
2022-01-25Bluetooth: hci_core: Rate limit the logging of invalid SCO handleGravatar Luiz Augusto von Dentz 1-2/+2
2022-01-20Bluetooth: msft: Handle MSFT Monitor Device EventGravatar Manish Mandlik 1-0/+1
2021-12-22Bluetooth: hci_sync: Push sync command cancellation to workqueueGravatar Benjamin Berg 1-1/+1
2021-12-07Bluetooth: hci_core: Rework hci_conn_params flagsGravatar Luiz Augusto von Dentz 1-1/+7
2021-12-03Bluetooth: hci_core: Cancel sync command if sending a frame failedGravatar Benjamin Berg 1-3/+11
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierGravatar Luiz Augusto von Dentz 1-94/+12
2021-10-29Bluetooth: hci_sync: Rework init stagesGravatar Luiz Augusto von Dentz 1-1202/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_SET_POWEREDGravatar Luiz Augusto von Dentz 1-12/+33
2021-10-29Bluetooth: hci_sync: Rework background scanGravatar Luiz Augusto von Dentz 1-7/+7
2021-10-29Bluetooth: Add helper for serialized HCI command executionGravatar Marcel Holtmann 1-19/+4
2021-10-13Bluetooth: Fix debugfs entry leak in hci_register_dev()Gravatar Wei Yongjun 1-0/+1
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupGravatar Luiz Augusto von Dentz 1-6/+7
2021-09-29Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifierGravatar Luiz Augusto von Dentz 1-49/+67
2021-09-22Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.cGravatar Luiz Augusto von Dentz 1-124/+0
2021-09-21Bluetooth: eir: Move EIR/Adv Data functions to its own fileGravatar Luiz Augusto von Dentz 1-0/+54
2021-09-10Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycleGravatar Miao-chen Chou 1-0/+3
2021-09-07Bluetooth: Add support for Read Local Supported Codecs V2Gravatar Kiran K 1-1/+3
2021-09-07Bluetooth: Enumerate local supported codec and cache detailsGravatar Kiran K 1-4/+7
2021-08-30Bluetooth: Fix using address type from eventsGravatar Luiz Augusto von Dentz 1-9/+0
2021-08-20Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/ker...Gravatar David S. Miller 1-16/+32
2021-08-19Bluetooth: Fix return value in hci_dev_do_close()Gravatar Kangmin Park 1-3/+4
2021-08-19Bluetooth: add timeout sanity check to hci_inquiryGravatar Pavel Skripkin 1-0/+6
2021-08-16Bluetooth: Move shutdown callback before flushing tx and rx queueGravatar Kai-Heng Feng 1-8/+8
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Gravatar Tetsuo Handa 1-8/+8
2021-08-05Bluetooth: Add support hdev to allocate private dataGravatar Tedd Ho-Jeong An 1-3/+10
2021-07-28Bluetooth: defer cleanup of resources in hci_unregister_dev()Gravatar Tetsuo Handa 1-8/+9
2021-06-26Bluetooth: use inclusive language when filtering devicesGravatar Archie Pusaka 1-12/+12
2021-06-26Bluetooth: use inclusive language to describe CPBGravatar Archie Pusaka 1-8/+8
2021-06-26Bluetooth: Shutdown controller after workqueues are flushed or cancelledGravatar Kai-Heng Feng 1-8/+8
2021-06-26Bluetooth: Add ncmd=0 recovery handlingGravatar Manish Mandlik 1-0/+22
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+6
2021-06-02Bluetooth: Fix spelling mistakesGravatar Zheng Yongjun 1-4/+4
2021-05-27Bluetooth: fix the erroneous flush_work() orderGravatar Lin Ma 1-1/+6
2021-04-08Bluetooth: Set defaults for le_scan_{int,window}_adv_monitorGravatar Marcel Holtmann 1-0/+2
2021-04-06Bluetooth: Add support for reading AOSP vendor capabilitiesGravatar Marcel Holtmann 1-0/+3
2021-01-29Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkGravatar Hans de Goede 1-7/+11
2021-01-25Bluetooth: btusb: fix memory leak on suspend and resumeGravatar Vamshi K Sthambamkadi 1-1/+2
2021-01-25Bluetooth: Put HCI device if inquiry procedure interruptsGravatar Pan Bian 1-2/+4
2021-01-25Bluetooth: advmon offload MSFT remove monitorGravatar Archie Pusaka 1-23/+96
2021-01-25Bluetooth: advmon offload MSFT add monitorGravatar Archie Pusaka 1-9/+46
2020-12-07Bluetooth: Query LE tx power on startupGravatar Daniel Winkler 1-0/+8
2020-12-07Bluetooth: Use intervals and tx power from mgmt cmdsGravatar Daniel Winkler 1-3/+5
2020-12-07Bluetooth: Add helper to set adv dataGravatar Daniel Winkler 1-0/+31
2020-12-07Bluetooth: Add toggle to switch off interleave scanGravatar Howard Chung 1-0/+1
2020-12-07Bluetooth: Interleave with allowlist scanGravatar Howard Chung 1-0/+3
2020-12-07Bluetooth: Fix attempting to set RPA timeout when unsupportedGravatar Edward Vear 1-1/+1
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-2/+39
2020-09-20Bluetooth: Update Adv monitor count upon removalGravatar Miao-chen Chou 1-0/+2