Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bcbb655a180344d8004ede669228992bff1921e4
/
net
/
bluetooth
/
hci_conn.c
bcbb655
Bluetooth: Remove hci_conn_hold/drop from hci_chan
by Johan Hedberg
· 10 years ago
f94b665
Bluetooth: Ignore incoming data after initiating disconnection
by Johan Hedberg
· 10 years ago
b3ff670
Bluetooth: Set disc_timeout to 0 when calling hci_chan_del
by Johan Hedberg
· 10 years ago
6c388d3
Bluetooth: Fix hci_conn reference counting with hci_chan
by Johan Hedberg
· 10 years ago
f8aaf9b
Bluetooth: Fix using hci_conn_get() for hci_conn pointers
by Johan Hedberg
· 10 years ago
f161dd4
Bluetooth: Fix hci_conn reference counting for auto-connections
by Johan Hedberg
· 10 years ago
27f70f3
Bluetooth: Prefer sizeof(*ptr) when allocating memory
by Johan Hedberg
· 10 years ago
beb19e4
Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP
by Johan Hedberg
· 10 years ago
977f8fc
Bluetooth: Introduce a flag to track who really initiates authentication
by Johan Hedberg
· 10 years ago
e7cafc4
Bluetooth: Pass initiator/acceptor information to hci_conn_security()
by Johan Hedberg
· 10 years ago
a5c4e30
Bluetooth: Add a role parameter to hci_conn_add()
by Johan Hedberg
· 10 years ago
e804d25
Bluetooth: Use explicit role instead of a bool in function parameters
by Johan Hedberg
· 10 years ago
40bef30
Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable
by Johan Hedberg
· 10 years ago
e8bb6b9
Bluetooth: Fix advertising and active scanning co-existence
by Johan Hedberg
· 10 years ago
376f54c
Bluetooth: Stop advertising always before initiating a connection
by Johan Hedberg
· 10 years ago
5ce194c
Bluetooth: Use real advertising state to random address update decision
by Johan Hedberg
· 10 years ago
cdd6275
Bluetooth: Pass desired connection role to hci_connect_le()
by Johan Hedberg
· 10 years ago
d93375a
Bluetooth: Remove auth_type parameter from hci_connect_le()
by Johan Hedberg
· 10 years ago
09ae260
Bluetooth: Use lower timeout for LE auto-connections
by Johan Hedberg
· 10 years ago
7d6ca69
Bluetooth: Make hci_le_conn_update return the store hint
by Johan Hedberg
· 10 years ago
04fb7d9
Bluetooth: Provide defaults for LE connection latency and timeout
by Marcel Holtmann
· 10 years ago
037fc41
Bluetooth: Use LE connection parameters if known
by Marcel Holtmann
· 10 years ago
f044eb0
Bluetooth: Store latency and supervision timeout in connection params
by Marcel Holtmann
· 10 years ago
fee746b
Bluetooth: Restrict access for raw-only controllers
by Marcel Holtmann
· 10 years ago
df93542
Bluetooth: Send HCI_Read_Clock_Offset before disconnecting
by Marcel Holtmann
· 10 years ago
40051e4
Bluetooth: Remove unneeded hci_conn_disconnect abstraction
by Marcel Holtmann
· 10 years ago
a2b1976
Bluetooth: Remove reason parameter from hci_amp_disconn function
by Marcel Holtmann
· 10 years ago
4dae279
Bluetooth: Convert hci_conn->link_mode into flags
by Johan Hedberg
· 10 years ago
1d56dc4
Bluetooth: Fix for ACL disconnect when pairing fails
by Lukasz Rymanowski
· 10 years ago
e694788
Bluetooth: Fix check for connection encryption
by Johan Hedberg
· 10 years ago
b62b650
Bluetooth: Fix incorrectly overriding conn->src_type
by Johan Hedberg
· 10 years ago
a5eb1ae
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 10 years ago
4bc58f5
Bluetooth: Make SMP context private to smp.c
by Johan Hedberg
· 10 years ago
d0455ed
Bluetooth: Store max TX power level for connection
by Andrzej Kaczmarek
· 11 years ago
3231d65
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 11 years ago
5a134fa
Bluetooth: Store TX power level for connection
by Andrzej Kaczmarek
· 11 years ago
09da1f3
Bluetooth: Fix redundant encryption request for reauthentication
by Johan Hedberg
· 11 years ago
3c85775
Bluetooth: Add directed advertising support through connect()
by Johan Hedberg
· 11 years ago
9c84d1d
Bluetooth: Move local identity address setting to a central place
by Johan Hedberg
· 11 years ago
40b552a
Bluetooth: Enforce strict Secure Connections Only mode security
by Marcel Holtmann
· 11 years ago
dcf4adb
Bluetooth: Convert uses of __constant_<foo> to <foo>
by Joe Perches
· 11 years ago
81ad6fd
Bluetooth: Remove unnecessary stop_scan_complete function
by Johan Hedberg
· 11 years ago
317ac8c
Bluetooth: Fix trying to disable scanning twice
by Johan Hedberg
· 11 years ago
9489eca
Bluetooth: Add timeout for LE connection attempts
by Johan Hedberg
· 11 years ago
b46e003
Bluetooth: Fix updating connection state to BT_CONNECT too early
by Johan Hedberg
· 11 years ago
fe39c7b
Bluetooth: Use __le64 type for LE random numbers
by Marcel Holtmann
· 11 years ago
a4790db
Bluetooth: Introduce LE auto connection infrastructure
by Andre Guedes
· 11 years ago
6f77d8c
Bluetooth: Move address type conversion to outside hci_connect_le
by Andre Guedes
· 11 years ago
04a6c58
Bluetooth: Refactor HCI connection code
by Andre Guedes
· 11 years ago
c99ed83
Bluetooth: Remove unused function
by Andre Guedes
· 11 years ago
2acf3d9
Bluetooth: Stop scanning on LE connection
by Andre Guedes
· 11 years ago
06c053f
Bluetooth: Declare le_conn_failed in hci_core.h
by Andre Guedes
· 11 years ago
94b1fc9
Bluetooth: Use unresolvable private address for active scanning
by Marcel Holtmann
· 11 years ago
e26b1ff
Bluetooth: Fix setting correct src_type when connecting LE
by Johan Hedberg
· 11 years ago
85030be
Bluetooth: Use hci_update_random_address() when connecting LE
by Johan Hedberg
· 11 years ago
d66c295
Bluetooth: Use same LE min/max connection event length during update
by Marcel Holtmann
· 11 years ago
edb4b46
Bluetooth: Fix wrong identity address during connection failures
by Marcel Holtmann
· 11 years ago
1ebfcc1
Bluetooth: Look up RPA for connection requests with Identity Address
by Johan Hedberg
· 11 years ago
4292f1f
Bluetooth: Use connection parameters if any
by Andre Guedes
· 11 years ago
9cb2e03
Bluetooth: Include security level 4 in connections check
by Marcel Holtmann
· 11 years ago
9bb3c01
Bluetooth: Introduce le_conn_failed() helper
by Andre Guedes
· 11 years ago
1e406ee
Bluetooth: Save connection interval parameters in hci_conn
by Andre Guedes
· 11 years ago
7b5a924
Bluetooth: Introduce requirements for security level 4
by Marcel Holtmann
· 11 years ago
66138ce
Bluetooth: Add support for handling P-256 derived link keys
by Marcel Holtmann
· 11 years ago
11015c7
Bluetooth: Add definitions for new link key types
by Marcel Holtmann
· 11 years ago
4e70c7e
Bluetooth: Expose debugfs settings for LE connection interval
by Marcel Holtmann
· 11 years ago
79830f6
Bluetooth: Select the own address type during initial setup phase
by Marcel Holtmann
· 11 years ago
a74a84f
Bluetooth: Convert idle timer to use delayed work
by Johan Hedberg
· 11 years ago
7bc18d9
Bluetooth: Convert auto accept timer to use delayed work
by Johan Hedberg
· 11 years ago
662e882
Bluetooth: Store source address of HCI connections
by Marcel Holtmann
· 11 years ago
e7c4096
Bluetooth: Store the source address type of LE connections
by Marcel Holtmann
· 11 years ago
79d95a1
Bluetooth: Remove pointless bdaddr_to_le() helper function
by Marcel Holtmann
· 11 years ago
bef6473
Bluetooth: Make LE scan interval and window a controller option
by Marcel Holtmann
· 11 years ago
ac4b723
Bluetooth: Move smp.h header file into net/bluetooth/
by Marcel Holtmann
· 11 years ago
7024728
Bluetooth: Move a2mp.h header file into net/bluetooth/
by Marcel Holtmann
· 11 years ago
620ad52
Bluetooth: Refactor hci_connect_le
by Andre Guedes
· 11 years ago
1d399ae
Bluetooth: Use HCI request for LE connection
by Andre Guedes
· 11 years ago
c25dfc6
Bluetooth: Use random address if public address is not available
by Marcel Holtmann
· 11 years ago
f3d3444a
Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING
by Johan Hedberg
· 11 years ago
46a190c
Bluetooth: Initialize hci_conn fields in hci_connect_le
by Andre Guedes
· 11 years ago
f1e5d54
Bluetooth: Rename hci_conn variable in hci_connect_le()
by Andre Guedes
· 11 years ago
56f8790
Bluetooth: Introduce a new HCI_BREDR_ENABLED flag
by Johan Hedberg
· 11 years ago
af750e9
Bluetooth: Disable upper layer connections when user channel is active
by Marcel Holtmann
· 11 years ago
2dea632
Bluetooth: Add SCO connection fallback
by Frédéric Dalleau
· 11 years ago
10c62dd
Bluetooth: Parameters for outgoing SCO connections
by Frédéric Dalleau
· 11 years ago
e660ed6
Bluetooth: Use hci_connect_sco directly
by Frédéric Dalleau
· 11 years ago
8d12356
Bluetooth: introduce hci_conn ref-counting
by David Herrmann
· 12 years ago
fc225c3
Bluetooth: remove unneeded hci_conn_hold/put_device()
by David Herrmann
· 12 years ago
93796fa
Bluetooth: Reject SCO when hci connection timeouts
by Claudio Takahasi
· 12 years ago
76a68ba
Bluetooth: rename hci_conn_put to hci_conn_drop
by David Herrmann
· 12 years ago
bed7174
Bluetooth: Rename hci_acl_disconn
by Andre Guedes
· 12 years ago
4c02e2d
Bluetooth: Fix hci_conn timeout routine
by Andre Guedes
· 12 years ago
e9b0274
Bluetooth: Add put(hcon) when deleting hchan
by Andrei Emeltchenko
· 12 years ago
f1550478
Bluetooth: Disallow LE scanning and connecting in peripheral role
by Johan Hedberg
· 12 years ago
168df8e
Bluetooth: Add state to hci_chan
by Mat Martineau
· 12 years ago
42c4e53
Bluetooth: AMP: Add handle to hci_chan structure
by Andrei Emeltchenko
· 12 years ago
53502d6
Bluetooth: AMP: Handle AMP_LINK timeout
by Andrei Emeltchenko
· 12 years ago
6ed93dc
Bluetooth: Use %pMR in debug instead of batostr
by Andrei Emeltchenko
· 12 years ago
791ef39
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 12 years ago
9472007
Bluetooth: trivial: Make hci_chan_del return void
by Andrei Emeltchenko
· 12 years ago
Next »