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
/
net
/
bluetooth
/
hci_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close
Johan Hedberg
2012-02-15
1
-1
/
+2
*
bluetooth: hci: Fix type of "enable_hs" to bool.
David S. Miller
2012-01-22
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-01-04
1
-1
/
+1
|
\
|
*
Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"
Gustavo F. Padovan
2011-12-23
1
-1
/
+1
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
2011-11-02
1
-1
/
+1
|
|
\
|
|
*
Bluetooth: Increase HCI reset timeout in hci_dev_do_close
Szymon Janc
2011-10-31
1
-1
/
+1
*
|
|
Bluetooth: Don't disable interrupt when locking the queue
Gustavo F. Padovan
2011-12-22
1
-2
/
+2
*
|
|
Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list
Gustavo F. Padovan
2011-12-22
1
-12
/
+12
*
|
|
Bluetooth: Make HCI call directly into SCO and L2CAP event functions
Ulisses Furquim
2011-12-22
1
-55
/
+4
*
|
|
Bluetooth: Remove global mutex hci_task_lock
Ulisses Furquim
2011-12-21
1
-20
/
+1
*
|
|
Bluetooth: Initialize default flow control mode
Andrei Emeltchenko
2011-12-20
1
-0
/
+4
*
|
|
Bluetooth: Split ctrl init to BREDR and AMP parts
Andrei Emeltchenko
2011-12-20
1
-18
/
+46
*
|
|
Bluetooth: Incoming ACL packets do not force active mode
Mat Martineau
2011-12-18
1
-1
/
+1
*
|
|
Bluetooth: Add timer for automatically disabling the service cache
Johan Hedberg
2011-12-18
1
-0
/
+3
*
|
|
Bluetooth: Add ProFUSION's copyright
Gustavo F. Padovan
2011-12-18
1
-0
/
+1
*
|
|
Bluetooth: Use system workqueue to schedule power_on
Gustavo F. Padovan
2011-12-18
1
-1
/
+1
*
|
|
Bluetooth: Use new alloc_workqueue()
Gustavo F. Padovan
2011-12-18
1
-1
/
+2
*
|
|
Bluetooth: move power_off to system workqueue
Gustavo F. Padovan
2011-12-18
1
-1
/
+1
*
|
|
Bluetooth: convert tx_task to workqueue
Gustavo F. Padovan
2011-12-18
1
-11
/
+9
*
|
|
Bluetooth: Move command task to workqueue
Gustavo F. Padovan
2011-12-18
1
-11
/
+11
*
|
|
Bluetooth: convert conn hash to RCU
Gustavo F. Padovan
2011-12-18
1
-12
/
+22
*
|
|
Bluetooth: Use RCU to manipulate chan_list
Gustavo F. Padovan
2011-12-18
1
-2
/
+10
*
|
|
Bluetooth: move hci_task_lock to mutex
Gustavo F. Padovan
2011-12-18
1
-9
/
+9
*
|
|
Bluetooth: Use delayed work for advertisiment cache timeout
Gustavo F. Padovan
2011-12-18
1
-5
/
+5
*
|
|
Bluetooth: Replace spin_lock by mutex in hci_dev
Gustavo F. Padovan
2011-12-18
1
-19
/
+19
*
|
|
Bluetooth: Process recv path in a workqueue instead of a tasklet
Marcel Holtmann
2011-12-18
1
-9
/
+10
*
|
|
Bluetooth: remove struct hci_chan_hash
Gustavo F. Padovan
2011-12-16
1
-7
/
+2
*
|
|
Bluetooth: remove old code
Andrei Emeltchenko
2011-12-02
1
-12
/
+0
*
|
|
Bluetooth: Add dev_flags to struct hci_dev
Andre Guedes
2011-12-02
1
-0
/
+1
*
|
|
Bluetooth: Use queue in the device list
Andrei Emeltchenko
2011-11-21
1
-1
/
+1
*
|
|
Bluetooth: making enable_hs independent from L2CAP
Andrei Emeltchenko
2011-11-21
1
-0
/
+5
*
|
|
Bluetooth: Fix some checkpatch.pl errors and warnings
Szymon Janc
2011-11-16
1
-4
/
+2
*
|
|
Bluetooth: Do not set HCI_RAW when HS enabled
Andrei Emeltchenko
2011-11-16
1
-2
/
+3
*
|
|
Bluetooth: Fix cancel_delayed_work_sync usage with locks
Johan Hedberg
2011-11-09
1
-3
/
+3
*
|
|
Bluetooth: Add missing hci_dev locking when calling mgmt functions
Johan Hedberg
2011-11-09
1
-2
/
+10
*
|
|
Bluetooth: Move pending management command list into struct hci_dev
Johan Hedberg
2011-11-09
1
-0
/
+6
*
|
|
Bluetooth: Pass full hci_dev struct to mgmt callbacks
Johan Hedberg
2011-11-09
1
-8
/
+8
*
|
|
Bluetooth: Update link key mgmt APIs to match latest spec.
Johan Hedberg
2011-11-08
1
-2
/
+2
*
|
|
Bluetooth: Convert power off mechanism to use delayed_work
Johan Hedberg
2011-11-08
1
-26
/
+13
*
|
|
Bluetooth: Add timeout field to mgmt_set_discoverable
Johan Hedberg
2011-11-08
1
-0
/
+25
*
|
|
Bluetooth: Create hci_cancel_inquiry()
Andre Guedes
2011-11-08
1
-0
/
+10
*
|
|
Bluetooth: Create hci_do_inquiry()
Andre Guedes
2011-11-08
1
-0
/
+18
*
|
|
Bluetooth: Guarantee BR-EDR device will be registered as hci0
Mat Martineau
2011-11-07
1
-1
/
+6
*
|
|
Bluetooth: recalculate priorities when channels are starving
Luiz Augusto von Dentz
2011-11-07
1
-1
/
+55
*
|
|
Bluetooth: handle priority change within quote
Luiz Augusto von Dentz
2011-11-07
1
-2
/
+16
*
|
|
Bluetooth: prioritizing data over HCI
Luiz Augusto von Dentz
2011-11-07
1
-23
/
+120
*
|
|
Bluetooth: Increase HCI reset timeout in hci_dev_do_close
Szymon Janc
2011-11-07
1
-1
/
+1
*
|
|
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
Luiz Augusto von Dentz
2011-11-07
1
-34
/
+12
*
|
|
Bluetooth: Make hci_unregister_dev return void
David Herrmann
2011-11-07
1
-3
/
+1
*
|
|
Bluetooth: Forward errors from hci_register_dev
David Herrmann
2011-10-14
1
-6
/
+12
[next]