summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_vhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: Remove stub ioctl in hci_vhciThomas Gleixner2009-12-031-7/+0
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* Bluetooth: Remove unused and unneeded support in virtual driverMarcel Holtmann2009-06-081-31/+0
* Bluetooth: Remove BKL from open callback of virtual driverMarcel Holtmann2009-06-081-4/+0
* Bluetooth: Use wait_event_interruptible for virtual driverMarcel Holtmann2009-06-081-28/+15
* Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driverMarcel Holtmann2009-06-081-8/+4
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0
* [Bluetooth] Consolidate maintainers informationMarcel Holtmann2008-08-181-1/+1
* Bluetooth VHCI: fasync BKL pushdownJonathan Corbet2008-07-021-3/+6
* bluetooth-vhci: BKL pushdownArnd Bergmann2008-06-201-0/+5
* [Bluetooth] Remove the redundant non-seekable llseek methodRobert P. J. Day2007-07-111-6/+0
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* [Bluetooth] Add HCI device identifier for SDIO cardsMarcel Holtmann2006-09-281-1/+1
* [Bluetooth] Code cleanup of the drivers source codeMarcel Holtmann2006-09-281-48/+49
* [Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann2006-07-031-1/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] bluetooth: kmalloc + memset -> kzalloc conversionDeepak Saxena2005-11-071-3/+1
* [Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann2005-08-291-12/+12
* [Bluetooth]: Update and cleanup of the virtual HCI driverMarcel Holtmann2005-08-291-174/+194
OpenPOWER on IntegriCloud