summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-221-30/+50
* Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-221-1/+5
* Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-221-47/+183
* Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz2022-07-221-0/+32
* Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik2022-07-211-53/+28
* Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik2022-07-211-26/+20
* Bluetooth: Collect kcov coverage from hci_rx_workTamas Koczka2022-07-211-1/+9
* Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz2022-07-211-22/+20
* Bluetooth: fix an error code in hci_register_dev()Dan Carpenter2022-07-211-1/+2
* Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi2022-07-211-8/+25
* Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi2022-07-211-1/+9
* Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2022-07-051-0/+3
* bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-051-2/+2
* Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2022-05-131-2/+0
* Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-0/+1
|\
| * Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz2022-02-241-0/+1
* | Bluetooth: hci_core: Rate limit the logging of invalid SCO handleLuiz Augusto von Dentz2022-01-251-2/+2
* | Bluetooth: msft: Handle MSFT Monitor Device EventManish Mandlik2022-01-201-0/+1
|/
* Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg2021-12-221-1/+1
* Bluetooth: hci_core: Rework hci_conn_params flagsLuiz Augusto von Dentz2021-12-071-1/+7
* Bluetooth: hci_core: Cancel sync command if sending a frame failedBenjamin Berg2021-12-031-3/+11
* Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz2021-10-291-94/+12
* Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz2021-10-291-1202/+1
* Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz2021-10-291-12/+33
* Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz2021-10-291-7/+7
* Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann2021-10-291-19/+4
* Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2021-10-131-0/+1
* Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz2021-10-011-6/+7
* Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifierLuiz Augusto von Dentz2021-09-291-49/+67
* Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.cLuiz Augusto von Dentz2021-09-221-124/+0
* Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz2021-09-211-0/+54
* Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycleMiao-chen Chou2021-09-101-0/+3
* Bluetooth: Add support for Read Local Supported Codecs V2Kiran K2021-09-071-1/+3
* Bluetooth: Enumerate local supported codec and cache detailsKiran K2021-09-071-4/+7
* Bluetooth: Fix using address type from eventsLuiz Augusto von Dentz2021-08-301-9/+0
* Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-08-201-16/+32
|\
| * Bluetooth: Fix return value in hci_dev_do_close()Kangmin Park2021-08-191-3/+4
| * Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin2021-08-191-0/+6
| * Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng2021-08-161-8/+8
| * Bluetooth: Add support hdev to allocate private dataTedd Ho-Jeong An2021-08-051-3/+10
| * Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-07-281-8/+9
* | Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-051-8/+8
|/
* Bluetooth: use inclusive language when filtering devicesArchie Pusaka2021-06-261-12/+12
* Bluetooth: use inclusive language to describe CPBArchie Pusaka2021-06-261-8/+8
* Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng2021-06-261-8/+8
* Bluetooth: Add ncmd=0 recovery handlingManish Mandlik2021-06-261-0/+22
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-1/+6
|\
| * Bluetooth: fix the erroneous flush_work() orderLin Ma2021-05-271-1/+6
* | Bluetooth: Fix spelling mistakesZheng Yongjun2021-06-021-4/+4
|/