aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_vhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-1/+1
2016-08-31miscdevice: Use module_misc_device() macroPrasannaKumar Muralidharan1-15/+1
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann1-3/+3
2016-04-20Bluetooth: vhci: Fix race at creating hci deviceTakashi Iwai1-6/+17
2016-04-08Bluetooth: vhci: purge unhandled skbsJiri Slaby1-0/+1
2016-04-08Bluetooth: vhci: fix open_timeout vs. hdev raceJiri Slaby1-3/+5
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann1-4/+4
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann1-5/+0
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann1-3/+0
2015-06-04Bluetooth: vhci: Clean up coding style fixPrasanna Karthik1-1/+1
2014-10-09switch hci_vhci to ->write_iter()Al Viro1-14/+8
2014-07-04Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driverMarcel Holtmann1-2/+6
2014-07-03Bluetooth: Support HCI_QUIRK_RAW_DEVICE for hci_vhci driverMarcel Holtmann1-9/+21
2014-02-18Bluetooth: allocate static minor for vhciLucas De Marchi1-1/+2
2013-12-29Bluetooth: Add support for vectored writes to virtual HCI driverMarcel Holtmann1-11/+18
2013-10-11Bluetooth: Remove pointless parameter check in vhci_send_frame()Marcel Holtmann1-8/+1
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann1-2/+1
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann1-2/+1
2013-09-16Bluetooth: Add support creating virtual AMP controllersMarcel Holtmann1-46/+123
2013-09-16Bluetooth: Use devname:vhci module alias for virtual HCI driverMarcel Holtmann1-0/+1
2012-09-18Bluetooth: hci_vhci.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-05-09Bluetooth: vhci: Ignore return code of nonseekable_open()David Herrmann1-1/+2
2012-02-13Bluetooth: Remove hci_dev->driver_dataDavid Herrmann1-4/+4
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann1-2/+0
2012-02-13Bluetooth: vhci: Free driver_data on file releaseDavid Herrmann1-6/+1
2011-11-16Bluetooth: Allow to set AMP type for virtual HCIAndrei Emeltchenko1-0/+8
2011-11-07Bluetooth: Ignore hci_unregister_dev return valueDavid Herrmann1-4/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-05-10Bluetooth: Fix wrong packet type count incrementGustavo F. Padovan1-1/+1
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann1-1/+1
2009-12-03Bluetooth: Fix miscdev ops owner for virtual driverMarcel Holtmann1-0/+1
2009-12-03Bluetooth: Remove unused global minor variableMarcel Holtmann1-10/+2
2009-12-03Bluetooth: Remove stub ioctl in hci_vhciThomas Gleixner1-7/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-08Bluetooth: Remove unused and unneeded support in virtual driverMarcel Holtmann1-31/+0
2009-06-08Bluetooth: Remove BKL from open callback of virtual driverMarcel Holtmann1-4/+0
2009-06-08Bluetooth: Use wait_event_interruptible for virtual driverMarcel Holtmann1-28/+15
2009-06-08Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driverMarcel Holtmann1-8/+4
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-08-18[Bluetooth] Consolidate maintainers informationMarcel Holtmann1-1/+1
2008-07-02Bluetooth VHCI: fasync BKL pushdownJonathan Corbet1-3/+6
2008-06-20bluetooth-vhci: BKL pushdownArnd Bergmann1-0/+5
2007-07-11[Bluetooth] Remove the redundant non-seekable llseek methodRobert P. J. Day1-6/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-09-28[Bluetooth] Add HCI device identifier for SDIO cardsMarcel Holtmann1-1/+1
2006-09-28[Bluetooth] Code cleanup of the drivers source codeMarcel Holtmann1-48/+49