index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_conn.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-09
Bluetooth: Fix check for connection encryption
Johan Hedberg
1
-1
/
+1
2014-06-07
Bluetooth: Fix redundant encryption request for reauthentication
Johan Hedberg
1
-3
/
+6
2013-04-17
Bluetooth: introduce hci_conn ref-counting
David Herrmann
1
-2
/
+1
2013-04-17
Bluetooth: remove unneeded hci_conn_hold/put_device()
David Herrmann
1
-16
/
+1
2013-04-11
Bluetooth: Reject SCO when hci connection timeouts
Claudio Takahasi
1
-0
/
+12
2013-04-11
Bluetooth: rename hci_conn_put to hci_conn_drop
David Herrmann
1
-3
/
+3
2013-03-08
Bluetooth: Rename hci_acl_disconn
Andre Guedes
1
-2
/
+2
2013-01-31
Bluetooth: Fix hci_conn timeout routine
Andre Guedes
1
-3
/
+3
2012-11-01
Bluetooth: Add put(hcon) when deleting hchan
Andrei Emeltchenko
1
-0
/
+2
2012-11-01
Bluetooth: Disallow LE scanning and connecting in peripheral role
Johan Hedberg
1
-0
/
+3
2012-10-24
Bluetooth: Add state to hci_chan
Mat Martineau
1
-0
/
+1
2012-10-11
Bluetooth: AMP: Add handle to hci_chan structure
Andrei Emeltchenko
1
-0
/
+32
2012-10-11
Bluetooth: AMP: Handle AMP_LINK timeout
Andrei Emeltchenko
1
-3
/
+29
2012-09-27
Bluetooth: Use %pMR in debug instead of batostr
Andrei Emeltchenko
1
-3
/
+3
2012-09-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
1
-38
/
+62
2012-09-08
Bluetooth: trivial: Make hci_chan_del return void
Andrei Emeltchenko
1
-3
/
+1
2012-08-27
Bluetooth: Fix sending a HCI Authorization Request over LE links
Vinicius Costa Gomes
1
-0
/
+4
2012-08-21
Bluetooth: Fix establishing ESCO links
Vinicius Costa Gomes
1
-5
/
+6
2012-08-15
Bluetooth: Add type information to the hci_connect() debug statement
Vinicius Costa Gomes
1
-1
/
+1
2012-08-15
Bluetooth: Simplify a the connection type handling
Vinicius Costa Gomes
1
-4
/
+7
2012-08-15
Bluetooth: Refactor SCO connection into its own function
Vinicius Costa Gomes
1
-14
/
+19
2012-08-15
Bluetooth: Refactor ACL connection into its own function
Vinicius Costa Gomes
1
-10
/
+22
2012-08-15
Bluetooth: Refactor LE connection into its own function
Vinicius Costa Gomes
1
-24
/
+29
2012-08-15
Bluetooth: Rename LE and ACL connection functions
Vinicius Costa Gomes
1
-9
/
+9
2012-08-15
Bluetooth: Remove some functions from being exported
Vinicius Costa Gomes
1
-2
/
+2
2012-06-30
Bluetooth: Route traffic only through BR/EDR controller
Andrei Emeltchenko
1
-1
/
+2
2012-06-30
Bluetooth: Improve debugging messages for hci_conn
Andrei Emeltchenko
1
-22
/
+22
2012-06-05
Bluetooth: Allow only one LE connection attempt
Andrzej Kaczmarek
1
-0
/
+5
2012-06-05
Bluetooth: A2MP: AMP Manager basic functions
Andrei Emeltchenko
1
-0
/
+4
2012-06-05
Bluetooth: Use __constant modifier in HCI code
Andrei Emeltchenko
1
-18
/
+18
2012-06-05
Bluetooth: Remove unneeded EXPORT_SYMBOL
Gustavo Padovan
1
-5
/
+0
2012-06-05
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
1
-15
/
+1
2012-06-05
Bluetooth: Fix coding style in the subsystem
Gustavo Padovan
1
-1
/
+2
2012-06-05
Bluetooth: Remove 'register' usage from the subsystem
Gustavo Padovan
1
-1
/
+1
2012-06-05
Bluetooth: trivial: Remove empty line
Andrei Emeltchenko
1
-1
/
+0
2012-06-05
Bluetooth: Fix coding style in hci_conn.c
Gustavo Padovan
1
-14
/
+12
2012-05-09
Bluetooth: Remove unused hci_le_ltk_neg_reply()
Syam Sidhardhan
1
-14
/
+0
2012-05-09
Bluetooth: Remove unused hci_le_ltk_reply()
Syam Sidhardhan
1
-16
/
+0
2012-05-09
Bluetooth: Add dst_type parameter to hci_connect
Andre Guedes
1
-8
/
+3
2012-05-09
Bluetooth: Remove useless code in hci_connect
Andre Guedes
1
-3
/
+0
2012-05-09
Bluetooth: Add support for reusing the same hci_conn for LE links
Vinicius Costa Gomes
1
-14
/
+18
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-02-23
Bluetooth: Fix two minor style issues in HCI code
Marcel Holtmann
1
-1
/
+1
2012-02-20
Bluetooth: Remove HCI notifier handling
Marcel Holtmann
1
-1
/
+0
2012-02-19
Bluetooth: Fix hci_connect error return values
Johan Hedberg
1
-2
/
+2
2012-02-17
Bluetooth: Prefix hex numbers with object name
Andrei Emeltchenko
1
-1
/
+1
2012-02-17
Bluetooth: Use symbolic names for state in debug
Andrei Emeltchenko
1
-1
/
+1
2012-02-13
Bluetooth: Use list _safe deleting from conn chan_list
Andrei Emeltchenko
1
-2
/
+2
2012-02-13
Bluetooth: Use list _safe deleting from conn_hash_list
Andrei Emeltchenko
1
-2
/
+2
2012-02-13
Bluetooth: Fix l2cap conn failures for ssp devices
Peter Hurley
1
-0
/
+4
[next]