summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_vhci.c
Commit message (Expand)AuthorAge
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-05
* miscdevice: Use module_misc_device() macroPrasannaKumar Muralidharan2016-08-31
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-09
* Bluetooth: vhci: Fix race at creating hci deviceTakashi Iwai2016-04-20
* Bluetooth: vhci: purge unhandled skbsJiri Slaby2016-04-08
* Bluetooth: vhci: fix open_timeout vs. hdev raceJiri Slaby2016-04-08
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-19
* Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann2015-10-05
* Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann2015-10-05
* Bluetooth: vhci: Clean up coding style fixPrasanna Karthik2015-06-04
* switch hci_vhci to ->write_iter()Al Viro2014-10-09
* Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driverMarcel Holtmann2014-07-04
* Bluetooth: Support HCI_QUIRK_RAW_DEVICE for hci_vhci driverMarcel Holtmann2014-07-03
* Bluetooth: allocate static minor for vhciLucas De Marchi2014-02-18
* Bluetooth: Add support for vectored writes to virtual HCI driverMarcel Holtmann2013-12-29
* Bluetooth: Remove pointless parameter check in vhci_send_frame()Marcel Holtmann2013-10-11
* Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann2013-10-11
* Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann2013-10-11
* Bluetooth: Add support creating virtual AMP controllersMarcel Holtmann2013-09-16
* Bluetooth: Use devname:vhci module alias for virtual HCI driverMarcel Holtmann2013-09-16
* Bluetooth: hci_vhci.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-18
* Bluetooth: vhci: Ignore return code of nonseekable_open()David Herrmann2012-05-09
* Bluetooth: Remove hci_dev->driver_dataDavid Herrmann2012-02-13
* Bluetooth: Remove HCI-owner fieldDavid Herrmann2012-02-13
* Bluetooth: vhci: Free driver_data on file releaseDavid Herrmann2012-02-13
* Bluetooth: Allow to set AMP type for virtual HCIAndrei Emeltchenko2011-11-16
* Bluetooth: Ignore hci_unregister_dev return valueDavid Herrmann2011-11-07
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* Bluetooth: Fix wrong packet type count incrementGustavo F. Padovan2010-05-10
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-27
* Bluetooth: Fix miscdev ops owner for virtual driverMarcel Holtmann2009-12-03
* Bluetooth: Remove unused global minor variableMarcel Holtmann2009-12-03
* Bluetooth: Remove stub ioctl in hci_vhciThomas Gleixner2009-12-03
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* Bluetooth: Remove unused and unneeded support in virtual driverMarcel Holtmann2009-06-08
* Bluetooth: Remove BKL from open callback of virtual driverMarcel Holtmann2009-06-08
* Bluetooth: Use wait_event_interruptible for virtual driverMarcel Holtmann2009-06-08
* Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driverMarcel Holtmann2009-06-08
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-30
* [Bluetooth] Consolidate maintainers informationMarcel Holtmann2008-08-18
* Bluetooth VHCI: fasync BKL pushdownJonathan Corbet2008-07-02
* bluetooth-vhci: BKL pushdownArnd Bergmann2008-06-20
* [Bluetooth] Remove the redundant non-seekable llseek methodRobert P. J. Day2007-07-11
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-12
* [Bluetooth] Add HCI device identifier for SDIO cardsMarcel Holtmann2006-09-28
* [Bluetooth] Code cleanup of the drivers source codeMarcel Holtmann2006-09-28
* [Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann2006-07-03
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] bluetooth: kmalloc + memset -> kzalloc conversionDeepak Saxena2005-11-07
* [Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann2005-08-29