index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_vhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-02
Bluetooth: Rename driver .prevent_wake to .wakeup
Luiz Augusto von Dentz
1
-16
/
+16
2021-09-29
Bluetooth: hci_vhci: Add force_prevent_wake entry
Luiz Augusto von Dentz
1
-0
/
+49
2021-09-29
Bluetooth: hci_vhci: Add force_suspend entry
Luiz Augusto von Dentz
1
-0
/
+53
2021-09-08
Bluetooth: hci_vhci: Add support for offload codecs over SCO
Kiran K
1
-0
/
+20
2020-01-16
Bluetooth: hci_vhci: Add support for ISO packets
Luiz Augusto von Dentz
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-06-16
networking: add and use skb_put_u8()
Johannes Berg
1
-2
/
+2
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-2
/
+2
2016-12-05
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
1
-1
/
+1
2016-08-31
miscdevice: Use module_misc_device() macro
PrasannaKumar Muralidharan
1
-15
/
+1
2016-07-09
Bluetooth: Rename HCI_BREDR into HCI_PRIMARY
Marcel Holtmann
1
-3
/
+3
2016-04-20
Bluetooth: vhci: Fix race at creating hci device
Takashi Iwai
1
-6
/
+17
2016-04-08
Bluetooth: vhci: purge unhandled skbs
Jiri Slaby
1
-0
/
+1
2016-04-08
Bluetooth: vhci: fix open_timeout vs. hdev race
Jiri Slaby
1
-3
/
+5
2015-11-19
Bluetooth: Use new hci_skb_pkt_* wrappers for drivers
Marcel Holtmann
1
-4
/
+4
2015-10-05
Bluetooth: Move handling of HCI_RUNNING flag into core
Marcel Holtmann
1
-5
/
+0
2015-10-05
Bluetooth: Move HCI_RUNNING check into hci_send_frame
Marcel Holtmann
1
-3
/
+0
2015-06-04
Bluetooth: vhci: Clean up coding style fix
Prasanna Karthik
1
-1
/
+1
2014-10-09
switch hci_vhci to ->write_iter()
Al Viro
1
-14
/
+8
2014-07-04
Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driver
Marcel Holtmann
1
-2
/
+6
2014-07-03
Bluetooth: Support HCI_QUIRK_RAW_DEVICE for hci_vhci driver
Marcel Holtmann
1
-9
/
+21
2014-02-18
Bluetooth: allocate static minor for vhci
Lucas De Marchi
1
-1
/
+2
2013-12-29
Bluetooth: Add support for vectored writes to virtual HCI driver
Marcel Holtmann
1
-11
/
+18
2013-10-11
Bluetooth: Remove pointless parameter check in vhci_send_frame()
Marcel Holtmann
1
-8
/
+1
2013-10-11
Bluetooth: Add hdev parameter to hdev->send driver callback
Marcel Holtmann
1
-2
/
+1
2013-10-11
Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback
Marcel Holtmann
1
-2
/
+1
2013-09-16
Bluetooth: Add support creating virtual AMP controllers
Marcel Holtmann
1
-46
/
+123
2013-09-16
Bluetooth: Use devname:vhci module alias for virtual HCI driver
Marcel Holtmann
1
-0
/
+1
2012-09-19
Bluetooth: hci_vhci.c: removes unnecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-05-09
Bluetooth: vhci: Ignore return code of nonseekable_open()
David Herrmann
1
-1
/
+2
2012-02-13
Bluetooth: Remove hci_dev->driver_data
David Herrmann
1
-4
/
+4
2012-02-13
Bluetooth: Remove HCI-owner field
David Herrmann
1
-2
/
+0
2012-02-13
Bluetooth: vhci: Free driver_data on file release
David Herrmann
1
-6
/
+1
2011-11-16
Bluetooth: Allow to set AMP type for virtual HCI
Andrei Emeltchenko
1
-0
/
+8
2011-11-07
Bluetooth: Ignore hci_unregister_dev return value
David Herrmann
1
-4
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-05-10
Bluetooth: Fix wrong packet type count increment
Gustavo F. Padovan
1
-1
/
+1
2010-02-27
Bluetooth: Convert controller hdev->type to hdev->bus
Marcel Holtmann
1
-1
/
+1
2009-12-03
Bluetooth: Fix miscdev ops owner for virtual driver
Marcel Holtmann
1
-0
/
+1
2009-12-03
Bluetooth: Remove unused global minor variable
Marcel Holtmann
1
-10
/
+2
2009-12-03
Bluetooth: Remove stub ioctl in hci_vhci
Thomas Gleixner
1
-7
/
+0
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-06-08
Bluetooth: Remove unused and unneeded support in virtual driver
Marcel Holtmann
1
-31
/
+0
2009-06-08
Bluetooth: Remove BKL from open callback of virtual driver
Marcel Holtmann
1
-4
/
+0
2009-06-08
Bluetooth: Use wait_event_interruptible for virtual driver
Marcel Holtmann
1
-28
/
+15
2009-06-08
Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driver
Marcel Holtmann
1
-8
/
+4
2008-11-30
Bluetooth: Enable per-module dynamic debug messages
Marcel Holtmann
1
-5
/
+0
2008-08-18
[Bluetooth] Consolidate maintainers information
Marcel Holtmann
1
-1
/
+1
[next]