summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_vhci.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: vhci: Fix race when opening vhci deviceArkadiusz Bokowy2023-10-111-0/+3
* Bluetooth: vhci: Fix info leak in force_devcd_write()Dan Carpenter2023-04-231-6/+10
* Bluetooth: Add vhci devcoredump supportManish Mandlik2023-04-231-0/+97
* Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATESLuiz Augusto von Dentz2021-12-221-0/+2
* Bluetooth: vhci: Fix checking of msft_opcodeLuiz Augusto von Dentz2021-10-221-1/+1
* Bluetooth: vhci: Add support for setting msft_opcode and aosp_capableLuiz Augusto von Dentz2021-10-141-0/+94
* Bluetooth: hci_vhci: Fix to set the force_wakeup valueTedd Ho-Jeong An2021-10-071-0/+2
* Bluetooth: hci_vhci: Fix calling hci_{suspend,resume}_devLuiz Augusto von Dentz2021-10-061-8/+16
* Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz2021-10-011-16/+16
* Bluetooth: hci_vhci: Add force_prevent_wake entryLuiz Augusto von Dentz2021-09-291-0/+49
* Bluetooth: hci_vhci: Add force_suspend entryLuiz Augusto von Dentz2021-09-291-0/+53
* Bluetooth: hci_vhci: Add support for offload codecs over SCOKiran K2021-09-071-0/+20
* Bluetooth: hci_vhci: Add support for ISO packetsLuiz Augusto von Dentz2020-01-151-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-2/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* miscdevice: Use module_misc_device() macroPrasannaKumar Muralidharan2016-08-311-15/+1
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-3/+3
* Bluetooth: vhci: Fix race at creating hci deviceTakashi Iwai2016-04-201-6/+17
* Bluetooth: vhci: purge unhandled skbsJiri Slaby2016-04-081-0/+1
* Bluetooth: vhci: fix open_timeout vs. hdev raceJiri Slaby2016-04-081-3/+5
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-191-4/+4
* Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann2015-10-051-5/+0
* Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann2015-10-051-3/+0
* Bluetooth: vhci: Clean up coding style fixPrasanna Karthik2015-06-041-1/+1
* switch hci_vhci to ->write_iter()Al Viro2014-10-091-14/+8
* Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driverMarcel Holtmann2014-07-041-2/+6
* Bluetooth: Support HCI_QUIRK_RAW_DEVICE for hci_vhci driverMarcel Holtmann2014-07-031-9/+21
* Bluetooth: allocate static minor for vhciLucas De Marchi2014-02-181-1/+2
* Bluetooth: Add support for vectored writes to virtual HCI driverMarcel Holtmann2013-12-291-11/+18
* Bluetooth: Remove pointless parameter check in vhci_send_frame()Marcel Holtmann2013-10-111-8/+1
* Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann2013-10-111-2/+1
* Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann2013-10-111-2/+1
* Bluetooth: Add support creating virtual AMP controllersMarcel Holtmann2013-09-161-46/+123
* Bluetooth: Use devname:vhci module alias for virtual HCI driverMarcel Holtmann2013-09-161-0/+1
* Bluetooth: hci_vhci.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* Bluetooth: vhci: Ignore return code of nonseekable_open()David Herrmann2012-05-091-1/+2
* Bluetooth: Remove hci_dev->driver_dataDavid Herrmann2012-02-131-4/+4
* Bluetooth: Remove HCI-owner fieldDavid Herrmann2012-02-131-2/+0
* Bluetooth: vhci: Free driver_data on file releaseDavid Herrmann2012-02-131-6/+1
* Bluetooth: Allow to set AMP type for virtual HCIAndrei Emeltchenko2011-11-161-0/+8
* Bluetooth: Ignore hci_unregister_dev return valueDavid Herrmann2011-11-071-4/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* Bluetooth: Fix wrong packet type count incrementGustavo F. Padovan2010-05-101-1/+1
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-271-1/+1
* Bluetooth: Fix miscdev ops owner for virtual driverMarcel Holtmann2009-12-031-0/+1
* Bluetooth: Remove unused global minor variableMarcel Holtmann2009-12-031-10/+2