index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
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-10-19
Bluetooth: Expose debugfs settings for LE connection interval
Marcel Holtmann
1
-2
/
+3
2013-10-19
Bluetooth: Select the own address type during initial setup phase
Marcel Holtmann
1
-6
/
+1
2013-10-16
Bluetooth: Convert idle timer to use delayed work
Johan Hedberg
1
-15
/
+7
2013-10-16
Bluetooth: Convert auto accept timer to use delayed work
Johan Hedberg
1
-8
/
+6
2013-10-13
Bluetooth: Store source address of HCI connections
Marcel Holtmann
1
-2
/
+5
2013-10-13
Bluetooth: Store the source address type of LE connections
Marcel Holtmann
1
-4
/
+7
2013-10-13
Bluetooth: Remove pointless bdaddr_to_le() helper function
Marcel Holtmann
1
-1
/
+4
2013-10-11
Bluetooth: Make LE scan interval and window a controller option
Marcel Holtmann
1
-2
/
+2
2013-10-11
Bluetooth: Move smp.h header file into net/bluetooth/
Marcel Holtmann
1
-1
/
+1
2013-10-11
Bluetooth: Move a2mp.h header file into net/bluetooth/
Marcel Holtmann
1
-1
/
+2
2013-10-10
Bluetooth: Refactor hci_connect_le
Andre Guedes
1
-18
/
+33
2013-10-10
Bluetooth: Use HCI request for LE connection
Andre Guedes
1
-24
/
+67
2013-10-06
Bluetooth: Use random address if public address is not available
Marcel Holtmann
1
-0
/
+4
2013-10-05
Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING
Johan Hedberg
1
-1
/
+1
2013-10-03
Bluetooth: Initialize hci_conn fields in hci_connect_le
Andre Guedes
1
-5
/
+5
2013-10-03
Bluetooth: Rename hci_conn variable in hci_connect_le()
Andre Guedes
1
-13
/
+13
2013-10-02
Bluetooth: Introduce a new HCI_BREDR_ENABLED flag
Johan Hedberg
1
-0
/
+3
2013-09-16
Bluetooth: Disable upper layer connections when user channel is active
Marcel Holtmann
1
-0
/
+1
2013-08-21
Bluetooth: Add SCO connection fallback
Frédéric Dalleau
1
-8
/
+36
2013-08-21
Bluetooth: Parameters for outgoing SCO connections
Frédéric Dalleau
1
-5
/
+19
2013-08-21
Bluetooth: Use hci_connect_sco directly
Frédéric Dalleau
1
-6
/
+2
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
[next]