index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_vhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix deadlock in vhci_send_frame
Ying Hsu
2023-12-15
1
-4
/
+6
*
Bluetooth: vhci: Fix race when opening vhci device
Arkadiusz Bokowy
2023-10-11
1
-0
/
+3
*
Bluetooth: vhci: Fix info leak in force_devcd_write()
Dan Carpenter
2023-04-23
1
-6
/
+10
*
Bluetooth: Add vhci devcoredump support
Manish Mandlik
2023-04-23
1
-0
/
+97
*
Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES
Luiz Augusto von Dentz
2021-12-22
1
-0
/
+2
*
Bluetooth: vhci: Fix checking of msft_opcode
Luiz Augusto von Dentz
2021-10-22
1
-1
/
+1
*
Bluetooth: vhci: Add support for setting msft_opcode and aosp_capable
Luiz Augusto von Dentz
2021-10-14
1
-0
/
+94
*
Bluetooth: hci_vhci: Fix to set the force_wakeup value
Tedd Ho-Jeong An
2021-10-07
1
-0
/
+2
*
Bluetooth: hci_vhci: Fix calling hci_{suspend,resume}_dev
Luiz Augusto von Dentz
2021-10-06
1
-8
/
+16
*
Bluetooth: Rename driver .prevent_wake to .wakeup
Luiz Augusto von Dentz
2021-10-01
1
-16
/
+16
*
Bluetooth: hci_vhci: Add force_prevent_wake entry
Luiz Augusto von Dentz
2021-09-29
1
-0
/
+49
*
Bluetooth: hci_vhci: Add force_suspend entry
Luiz Augusto von Dentz
2021-09-29
1
-0
/
+53
*
Bluetooth: hci_vhci: Add support for offload codecs over SCO
Kiran K
2021-09-07
1
-0
/
+20
*
Bluetooth: hci_vhci: Add support for ISO packets
Luiz Augusto von Dentz
2020-01-15
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-16
/
+1
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-2
/
+2
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-1
/
+1
*
networking: add and use skb_put_u8()
Johannes Berg
2017-06-16
1
-2
/
+2
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-2
/
+2
*
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
2016-12-05
1
-1
/
+1
*
miscdevice: Use module_misc_device() macro
PrasannaKumar Muralidharan
2016-08-31
1
-15
/
+1
*
Bluetooth: Rename HCI_BREDR into HCI_PRIMARY
Marcel Holtmann
2016-07-09
1
-3
/
+3
*
Bluetooth: vhci: Fix race at creating hci device
Takashi Iwai
2016-04-20
1
-6
/
+17
*
Bluetooth: vhci: purge unhandled skbs
Jiri Slaby
2016-04-08
1
-0
/
+1
*
Bluetooth: vhci: fix open_timeout vs. hdev race
Jiri Slaby
2016-04-08
1
-3
/
+5
*
Bluetooth: Use new hci_skb_pkt_* wrappers for drivers
Marcel Holtmann
2015-11-19
1
-4
/
+4
*
Bluetooth: Move handling of HCI_RUNNING flag into core
Marcel Holtmann
2015-10-05
1
-5
/
+0
*
Bluetooth: Move HCI_RUNNING check into hci_send_frame
Marcel Holtmann
2015-10-05
1
-3
/
+0
*
Bluetooth: vhci: Clean up coding style fix
Prasanna Karthik
2015-06-04
1
-1
/
+1
*
switch hci_vhci to ->write_iter()
Al Viro
2014-10-09
1
-14
/
+8
*
Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driver
Marcel Holtmann
2014-07-04
1
-2
/
+6
*
Bluetooth: Support HCI_QUIRK_RAW_DEVICE for hci_vhci driver
Marcel Holtmann
2014-07-03
1
-9
/
+21
*
Bluetooth: allocate static minor for vhci
Lucas De Marchi
2014-02-18
1
-1
/
+2
*
Bluetooth: Add support for vectored writes to virtual HCI driver
Marcel Holtmann
2013-12-29
1
-11
/
+18
*
Bluetooth: Remove pointless parameter check in vhci_send_frame()
Marcel Holtmann
2013-10-11
1
-8
/
+1
*
Bluetooth: Add hdev parameter to hdev->send driver callback
Marcel Holtmann
2013-10-11
1
-2
/
+1
*
Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback
Marcel Holtmann
2013-10-11
1
-2
/
+1
*
Bluetooth: Add support creating virtual AMP controllers
Marcel Holtmann
2013-09-16
1
-46
/
+123
*
Bluetooth: Use devname:vhci module alias for virtual HCI driver
Marcel Holtmann
2013-09-16
1
-0
/
+1
*
Bluetooth: hci_vhci.c: removes unnecessary semicolon
Peter Senna Tschudin
2012-09-18
1
-1
/
+1
*
Bluetooth: vhci: Ignore return code of nonseekable_open()
David Herrmann
2012-05-09
1
-1
/
+2
*
Bluetooth: Remove hci_dev->driver_data
David Herrmann
2012-02-13
1
-4
/
+4
*
Bluetooth: Remove HCI-owner field
David Herrmann
2012-02-13
1
-2
/
+0
*
Bluetooth: vhci: Free driver_data on file release
David Herrmann
2012-02-13
1
-6
/
+1
*
Bluetooth: Allow to set AMP type for virtual HCI
Andrei Emeltchenko
2011-11-16
1
-0
/
+8
*
Bluetooth: Ignore hci_unregister_dev return value
David Herrmann
2011-11-07
1
-4
/
+1
*
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
*
Bluetooth: Fix wrong packet type count increment
Gustavo F. Padovan
2010-05-10
1
-1
/
+1
*
Bluetooth: Convert controller hdev->type to hdev->bus
Marcel Holtmann
2010-02-27
1
-1
/
+1
*
Bluetooth: Fix miscdev ops owner for virtual driver
Marcel Holtmann
2009-12-03
1
-0
/
+1
[next]