index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-09-08
Bluetooth: Move clock offset reading into hci_disconnect()
Johan Hedberg
1
-19
/
+13
2014-09-08
Bluetooth: Update hci_disconnect() to return an error value
Johan Hedberg
1
-2
/
+2
2014-09-08
Bluetooth: Remove hci_conn_hold/drop from hci_chan
Johan Hedberg
1
-4
/
+1
2014-09-08
Bluetooth: Ignore incoming data after initiating disconnection
Johan Hedberg
1
-0
/
+6
2014-09-08
Bluetooth: Set disc_timeout to 0 when calling hci_chan_del
Johan Hedberg
1
-0
/
+3
2014-09-08
Bluetooth: Fix hci_conn reference counting with hci_chan
Johan Hedberg
1
-1
/
+3
2014-09-08
Bluetooth: Fix using hci_conn_get() for hci_conn pointers
Johan Hedberg
1
-0
/
+1
2014-08-20
Bluetooth: Fix hci_conn reference counting for auto-connections
Johan Hedberg
1
-0
/
+8
2014-07-21
Bluetooth: Prefer sizeof(*ptr) when allocating memory
Johan Hedberg
1
-2
/
+2
2014-07-18
Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP
Johan Hedberg
1
-1
/
+1
2014-07-17
Bluetooth: Introduce a flag to track who really initiates authentication
Johan Hedberg
1
-0
/
+3
2014-07-17
Bluetooth: Pass initiator/acceptor information to hci_conn_security()
Johan Hedberg
1
-1
/
+2
2014-07-16
Bluetooth: Add a role parameter to hci_conn_add()
Johan Hedberg
1
-8
/
+9
2014-07-16
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
1
-3
/
+4
2014-07-16
Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable
Johan Hedberg
1
-7
/
+6
2014-07-08
Bluetooth: Fix advertising and active scanning co-existence
Johan Hedberg
1
-0
/
+10
2014-07-08
Bluetooth: Stop advertising always before initiating a connection
Johan Hedberg
1
-3
/
+12
2014-07-08
Bluetooth: Use real advertising state to random address update decision
Johan Hedberg
1
-2
/
+2
2014-07-07
Bluetooth: Pass desired connection role to hci_connect_le()
Johan Hedberg
1
-2
/
+4
2014-07-07
Bluetooth: Remove auth_type parameter from hci_connect_le()
Johan Hedberg
1
-4
/
+1
2014-07-06
Bluetooth: Use lower timeout for LE auto-connections
Johan Hedberg
1
-1
/
+3
2014-07-03
Bluetooth: Make hci_le_conn_update return the store hint
Johan Hedberg
1
-2
/
+7
2014-07-03
Bluetooth: Provide defaults for LE connection latency and timeout
Marcel Holtmann
1
-2
/
+2
2014-07-03
Bluetooth: Use LE connection parameters if known
Marcel Holtmann
1
-1
/
+6
2014-07-03
Bluetooth: Store latency and supervision timeout in connection params
Marcel Holtmann
1
-2
/
+14
2014-07-03
Bluetooth: Restrict access for raw-only controllers
Marcel Holtmann
1
-7
/
+0
2014-07-03
Bluetooth: Send HCI_Read_Clock_Offset before disconnecting
Marcel Holtmann
1
-0
/
+19
2014-07-03
Bluetooth: Remove unneeded hci_conn_disconnect abstraction
Marcel Holtmann
1
-16
/
+6
2014-07-03
Bluetooth: Remove reason parameter from hci_amp_disconn function
Marcel Holtmann
1
-4
/
+5
2014-07-03
Bluetooth: Convert hci_conn->link_mode into flags
Johan Hedberg
1
-10
/
+33
2014-06-20
Bluetooth: Fix for ACL disconnect when pairing fails
Lukasz Rymanowski
1
-1
/
+11
2014-06-13
Bluetooth: Fix check for connection encryption
Johan Hedberg
1
-1
/
+1
2014-06-13
Bluetooth: Fix incorrectly overriding conn->src_type
Johan Hedberg
1
-5
/
+0
2014-05-29
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
1
-0
/
+3
2014-05-20
Bluetooth: Make SMP context private to smp.c
Johan Hedberg
1
-0
/
+1
2014-05-16
Bluetooth: Store max TX power level for connection
Andrzej Kaczmarek
1
-0
/
+1
2014-05-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-3
/
+6
2014-05-10
Bluetooth: Store TX power level for connection
Andrzej Kaczmarek
1
-0
/
+1
2014-04-25
Bluetooth: Fix redundant encryption request for reauthentication
Johan Hedberg
1
-3
/
+6
2014-03-26
Bluetooth: Add directed advertising support through connect()
Johan Hedberg
1
-8
/
+69
2014-03-26
Bluetooth: Move local identity address setting to a central place
Johan Hedberg
1
-0
/
+4
2014-03-20
Bluetooth: Enforce strict Secure Connections Only mode security
Marcel Holtmann
1
-0
/
+11
2014-03-12
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
1
-13
/
+13
2014-02-28
Bluetooth: Remove unnecessary stop_scan_complete function
Johan Hedberg
1
-43
/
+8
2014-02-28
Bluetooth: Fix trying to disable scanning twice
Johan Hedberg
1
-1
/
+0
2014-02-28
Bluetooth: Add timeout for LE connection attempts
Johan Hedberg
1
-0
/
+13
2014-02-28
Bluetooth: Fix updating connection state to BT_CONNECT too early
Johan Hedberg
1
-1
/
+2
2014-02-28
Bluetooth: Use __le64 type for LE random numbers
Marcel Holtmann
1
-3
/
+3
2014-02-27
Bluetooth: Introduce LE auto connection infrastructure
Andre Guedes
1
-0
/
+5
2014-02-27
Bluetooth: Move address type conversion to outside hci_connect_le
Andre Guedes
1
-6
/
+0
[next]