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-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
2011-04-28
Bluetooth: Fix old_key_type logic for non-persistent keys
Johan Hedberg
1
-1
/
+1
2011-04-28
Bluetooth: Fix link key persistent storage criteria
Johan Hedberg
1
-2
/
+52
2011-04-28
Bluetooth: Add definitions for link key types
Waldemar Rymarkiewicz
1
-1
/
+1
2011-04-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-3
/
+2
2011-04-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+2
2011-04-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-3
/
+2
2011-04-20
Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6
Gustavo F. Padovan
1
-0
/
+1
2011-04-18
Bluetooth: Fix keeping the command timer running
Vinicius Costa Gomes
1
-3
/
+2
2011-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-7
/
+72
2011-04-07
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
1
-1
/
+1
2011-04-04
Bluetooth: Remove gfp_mask param from hci_reassembly()
Gustavo F. Padovan
1
-6
/
+5
2011-03-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
Gustavo F. Padovan
1
-2
/
+8
2011-03-31
Bluetooth: Fix warning with hci_cmd_timer
Thomas Gleixner
1
-1
/
+3
2011-03-31
Bluetooth: Fix HCI_RESET command synchronization
Gustavo F. Padovan
1
-1
/
+5
2011-03-31
Bluetooth: Add add/remove_remote_oob_data management commands
Szymon Janc
1
-0
/
+67
2011-03-31
Bluetooth: remove unnecessary function declaration
Gustavo F. Padovan
1
-1
/
+0
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-24
Bluetooth: Fix warning with hci_cmd_timer
Thomas Gleixner
1
-1
/
+3
2011-03-24
Bluetooth: Fix HCI_RESET command synchronization
Gustavo F. Padovan
1
-1
/
+5
2011-02-17
Bluetooth: Fix some code style issues in hci_core.c
Szymon Janc
1
-4
/
+3
2011-02-16
Bluetooth: Use proper timer for hci command timout
Ville Tervo
1
-6
/
+16
2011-02-16
Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) fails
Gustavo F. Padovan
1
-0
/
+2
2011-02-16
Bluetooth: Treat LE and ACL links separately on timeout
Ville Tervo
1
-7
/
+7
2011-02-16
Bluetooth: Use LE buffers for LE traffic
Ville Tervo
1
-4
/
+70
2011-02-08
Bluetooth: Do not use assignments in IF conditions
Andrei Emeltchenko
1
-3
/
+9
2011-02-08
Bluetooth: Add set_io_capability management command
Johan Hedberg
1
-0
/
+1
2011-02-08
Bluetooth: Implement link key handling for the management interface
Johan Hedberg
1
-0
/
+85
2011-02-08
Bluetooth: Remove page timeout setting from HCI init sequence
Johan Hedberg
1
-4
/
+0
2011-02-08
Bluetooth: Add controller side link key clearing to hci_init_req
Johan Hedberg
1
-0
/
+5
2011-02-08
Bluetooth: Add special handling with __hci_request and HCI_INIT
Johan Hedberg
1
-8
/
+9
2011-02-08
Bluetooth: Implement UUID handling through the management interface
Johan Hedberg
1
-0
/
+19
2011-02-08
Bluetooth: Implement set_pairable managment command
Johan Hedberg
1
-0
/
+10
2011-02-08
Bluetooth: Add support for set_powered management command
Johan Hedberg
1
-2
/
+2
2011-02-08
Bluetooth: Add support for management powered event
Johan Hedberg
1
-0
/
+4
2011-02-08
Bluetooth: Implement automatic setup procedure for local adapters
Johan Hedberg
1
-2
/
+62
2011-02-08
Bluetooth: Use non-flushable by default L2CAP data packets
Andrei Emeltchenko
1
-2
/
+5
2011-01-19
Bluetooth: Fix leaking blacklist when unregistering a hci device
Johan Hedberg
1
-0
/
+4
2010-12-22
Bluetooth: Fix __hci_request synchronization for hci_open_dev
Johan Hedberg
1
-3
/
+12
2010-12-22
Bluetooth: Add management events for controller addition & removal
Johan Hedberg
1
-0
/
+2
2010-12-01
Bluetooth: clean up hci code
Andrei Emeltchenko
1
-24
/
+42
2010-10-12
Bluetooth: Don't clear the blacklist when closing the HCI device
Johan Hedberg
1
-1
/
+0
2010-07-31
Bluetooth: Use list_head for HCI blacklist head
David Miller
1
-1
/
+1
2010-07-27
Bluetooth: Test 'count' value before enter the loop
Gustavo F. Padovan
1
-4
/
+4
2010-07-21
Bluetooth: Implemented HCI frame reassembly for RX from stream
Suraj Sumangala
1
-0
/
+35
2010-07-21
Bluetooth: Modified hci_recv_fragment() to use hci_reassembly helper
Suraj Sumangala
1
-74
/
+11
[next]