summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_vhci.c
AgeCommit message (Expand)Author
2023-12-15Bluetooth: Fix deadlock in vhci_send_frameYing Hsu
2023-10-11Bluetooth: vhci: Fix race when opening vhci deviceArkadiusz Bokowy
2023-04-23Bluetooth: vhci: Fix info leak in force_devcd_write()Dan Carpenter
2023-04-23Bluetooth: Add vhci devcoredump supportManish Mandlik
2021-12-22Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATESLuiz Augusto von Dentz
2021-10-22Bluetooth: vhci: Fix checking of msft_opcodeLuiz Augusto von Dentz
2021-10-14Bluetooth: vhci: Add support for setting msft_opcode and aosp_capableLuiz Augusto von Dentz
2021-10-07Bluetooth: hci_vhci: Fix to set the force_wakeup valueTedd Ho-Jeong An
2021-10-06Bluetooth: hci_vhci: Fix calling hci_{suspend,resume}_devLuiz Augusto von Dentz
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz
2021-09-29Bluetooth: hci_vhci: Add force_prevent_wake entryLuiz Augusto von Dentz
2021-09-29Bluetooth: hci_vhci: Add force_suspend entryLuiz Augusto von Dentz
2021-09-07Bluetooth: hci_vhci: Add support for offload codecs over SCOKiran K
2020-01-15Bluetooth: hci_vhci: Add support for ISO packetsLuiz Augusto von Dentz
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-08-31miscdevice: Use module_misc_device() macroPrasannaKumar Muralidharan
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann
2016-04-20Bluetooth: vhci: Fix race at creating hci deviceTakashi Iwai
2016-04-08Bluetooth: vhci: purge unhandled skbsJiri Slaby
2016-04-08Bluetooth: vhci: fix open_timeout vs. hdev raceJiri Slaby
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann
2015-06-04Bluetooth: vhci: Clean up coding style fixPrasanna Karthik
2014-10-09switch hci_vhci to ->write_iter()Al Viro
2014-07-04Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driverMarcel Holtmann
2014-07-03Bluetooth: Support HCI_QUIRK_RAW_DEVICE for hci_vhci driverMarcel Holtmann
2014-02-18Bluetooth: allocate static minor for vhciLucas De Marchi
2013-12-29Bluetooth: Add support for vectored writes to virtual HCI driverMarcel Holtmann
2013-10-11Bluetooth: Remove pointless parameter check in vhci_send_frame()Marcel Holtmann
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann
2013-09-16Bluetooth: Add support creating virtual AMP controllersMarcel Holtmann
2013-09-16Bluetooth: Use devname:vhci module alias for virtual HCI driverMarcel Holtmann
2012-09-18Bluetooth: hci_vhci.c: removes unnecessary semicolonPeter Senna Tschudin
2012-05-09Bluetooth: vhci: Ignore return code of nonseekable_open()David Herrmann
2012-02-13Bluetooth: Remove hci_dev->driver_dataDavid Herrmann
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann
2012-02-13Bluetooth: vhci: Free driver_data on file releaseDavid Herrmann
2011-11-16Bluetooth: Allow to set AMP type for virtual HCIAndrei Emeltchenko
2011-11-07Bluetooth: Ignore hci_unregister_dev return valueDavid Herrmann
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-05-10Bluetooth: Fix wrong packet type count incrementGustavo F. Padovan
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann
2009-12-03Bluetooth: Fix miscdev ops owner for virtual driverMarcel Holtmann