index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-02
Bluetooth: remove old code
Andrei Emeltchenko
1
-12
/
+0
2011-12-02
Bluetooth: Add dev_flags to struct hci_dev
Andre Guedes
1
-0
/
+1
2011-11-21
Bluetooth: Use queue in the device list
Andrei Emeltchenko
1
-1
/
+1
2011-11-21
Bluetooth: making enable_hs independent from L2CAP
Andrei Emeltchenko
1
-0
/
+5
2011-11-16
Bluetooth: Fix some checkpatch.pl errors and warnings
Szymon Janc
1
-4
/
+2
2011-11-16
Bluetooth: Do not set HCI_RAW when HS enabled
Andrei Emeltchenko
1
-2
/
+3
2011-11-09
Bluetooth: Fix cancel_delayed_work_sync usage with locks
Johan Hedberg
1
-3
/
+3
2011-11-09
Bluetooth: Add missing hci_dev locking when calling mgmt functions
Johan Hedberg
1
-2
/
+10
2011-11-09
Bluetooth: Move pending management command list into struct hci_dev
Johan Hedberg
1
-0
/
+6
2011-11-09
Bluetooth: Pass full hci_dev struct to mgmt callbacks
Johan Hedberg
1
-8
/
+8
2011-11-08
Bluetooth: Update link key mgmt APIs to match latest spec.
Johan Hedberg
1
-2
/
+2
2011-11-08
Bluetooth: Convert power off mechanism to use delayed_work
Johan Hedberg
1
-26
/
+13
2011-11-08
Bluetooth: Add timeout field to mgmt_set_discoverable
Johan Hedberg
1
-0
/
+25
2011-11-08
Bluetooth: Create hci_cancel_inquiry()
Andre Guedes
1
-0
/
+10
2011-11-08
Bluetooth: Create hci_do_inquiry()
Andre Guedes
1
-0
/
+18
2011-11-07
Bluetooth: Guarantee BR-EDR device will be registered as hci0
Mat Martineau
1
-1
/
+6
2011-11-07
Bluetooth: recalculate priorities when channels are starving
Luiz Augusto von Dentz
1
-1
/
+55
2011-11-07
Bluetooth: handle priority change within quote
Luiz Augusto von Dentz
1
-2
/
+16
2011-11-07
Bluetooth: prioritizing data over HCI
Luiz Augusto von Dentz
1
-23
/
+120
2011-11-07
Bluetooth: Increase HCI reset timeout in hci_dev_do_close
Szymon Janc
1
-1
/
+1
2011-11-07
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
Luiz Augusto von Dentz
1
-34
/
+12
2011-11-07
Bluetooth: Make hci_unregister_dev return void
David Herrmann
1
-3
/
+1
2011-10-14
Bluetooth: Forward errors from hci_register_dev
David Herrmann
1
-6
/
+12
2011-10-14
Bluetooth: Rename sysfs un/register to add/del
David Herrmann
1
-2
/
+2
2011-10-14
Bluetooth: Fix hci core device initialization
David Herrmann
1
-0
/
+1
2011-09-21
Bluetooth: Add mgmt events for blacklisting
Antti Julku
1
-26
/
+8
2011-09-21
Bluetooth: Move SMP fields to a separate structure
Vinicius Costa Gomes
1
-8
/
+0
2011-09-21
Bluetooth: make use of connection number to optimize the scheduler
Luiz Augusto von Dentz
1
-0
/
+15
2011-08-11
Bluetooth: Don't use cmd_timer to timeout HCI reset command
Szymon Janc
1
-2
/
+4
2011-08-11
Bluetooth: unlock if allocation fails in hci_blacklist_add()
Dan Carpenter
1
-1
/
+1
2011-07-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-20
/
+81
2011-07-08
Bluetooth: Add support for storing the key size
Vinicius Costa Gomes
1
-1
/
+2
2011-07-08
Bluetooth: Add functions to manipulate the link key list for SMP
Vinicius Costa Gomes
1
-0
/
+73
2011-07-07
Bluetooth: Fix potential deadlock in hci_core
Andre Guedes
1
-4
/
+4
2011-07-06
Bluetooth: Remove enable_smp parameter
Andre Guedes
1
-14
/
+1
2011-07-06
Bluetooth: Add lmp_host_le_capable() macro
Andre Guedes
1
-1
/
+1
2011-06-30
Bluetooth: Rename function bt_err to bt_to_errno
Joe Perches
1
-1
/
+1
2011-06-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+193
2011-06-17
Bluetooth: Fix locking in blacklist code
Gustavo F. Padovan
1
-13
/
+25
2011-06-16
Bluetooth: Move blacklisting functions to hci_core
Antti Julku
1
-0
/
+79
2011-06-13
Bluetooth: Add support for using the crypto subsystem
Vinicius Costa Gomes
1
-0
/
+22
2011-06-08
Bluetooth: Add BT_POWER L2CAP socket option.
Jaikumar Ganesh
1
-2
/
+2
2011-06-08
Bluetooth: Advertising entries lifetime
Andre Guedes
1
-0
/
+14
2011-06-08
Bluetooth: LE advertising cache
Andre Guedes
1
-0
/
+64
2011-06-05
net: Remove unnecessary semicolons
Joe Perches
1
-2
/
+2
2011-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-9
/
+66
2011-04-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
1
-9
/
+66
2011-04-28
Bluetooth: Add store_hint parameter to mgmt_new_key
Johan Hedberg
1
-9
/
+12
2011-04-28
Bluetooth: Remove old_key_type from mgmt_ev_new_key
Johan Hedberg
1
-4
/
+5
2011-04-28
Bluetooth: Fix connection key type updating for buggy controllers
Johan Hedberg
1
-1
/
+4
[next]