index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_conn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Add support for limited privacy mode
Johan Hedberg
2016-03-10
1
-2
/
+11
*
Bluetooth: Move memset closer to where it's needed
Johan Hedberg
2016-03-10
1
-2
/
+2
*
Bluetooth: Don't treat connection timeout as a failure
Johan Hedberg
2015-12-10
1
-2
/
+10
*
Bluetooth: Use continuous scanning when creating LE connections
Johan Hedberg
2015-12-10
1
-1
/
+5
*
Bluetooth: Move advertising instance management to hci_request.c
Johan Hedberg
2015-12-10
1
-1
/
+1
*
Bluetooth: Remove conn_unfinished variable from hci_connect_le()
Johan Hedberg
2015-11-19
1
-36
/
+12
*
Bluetooth: Move check for ongoing connect earlier in hci_connect_le()
Johan Hedberg
2015-11-19
1
-6
/
+6
*
Bluetooth: Fix specifying role for LE connections
Johan Hedberg
2015-11-19
1
-2
/
+2
*
Bluetooth: Use req_workqueue for explicit connect requests
Johan Hedberg
2015-11-19
1
-35
/
+4
*
Bluetooth: Add clarifying comment why schedule_work is used
Johan Hedberg
2015-11-19
1
-0
/
+4
*
Bluetooth: Make hci_disconnect() behave correctly for all states
Johan Hedberg
2015-10-22
1
-8
/
+3
*
Bluetooth: Take advantage of connection abort helpers
Johan Hedberg
2015-10-22
1
-71
/
+8
*
Bluetooth: Remove unnecessary hci_explicit_connect_lookup function
Johan Hedberg
2015-10-21
1
-2
/
+3
*
Bluetooth: Add hdev helper variable to hci_le_create_connection_cancel
Johan Hedberg
2015-10-21
1
-6
/
+7
*
Bluetooth: Use hci_conn_hash_lookup_le() when possible
Johan Hedberg
2015-10-21
1
-6
/
+3
*
Bluetooth: Fix missing hdev locking for LE scan cleanup
Johan Hedberg
2015-10-21
1
-9
/
+43
*
Bluetooth: Fix initializing conn_params in scan phase
Jakub Pawlowski
2015-10-16
1
-7
/
+15
*
Bluetooth: Fix conn_params list update in hci_connect_le_scan_cleanup
Johan Hedberg
2015-10-16
1
-4
/
+19
*
Bluetooth: Fix LE reconnection logic
Johan Hedberg
2015-10-16
1
-2
/
+2
*
Bluetooth: Fix reference counting for LE-scan based connections
Johan Hedberg
2015-10-16
1
-17
/
+36
*
Bluetooth: Fix double scan updates
Jakub Pawlowski
2015-10-16
1
-3
/
+4
*
Bluetooth: timeout handling in new connect procedure
Jakub Pawlowski
2015-08-10
1
-2
/
+6
*
Bluetooth: advertisement handling in new connect procedure
Jakub Pawlowski
2015-08-10
1
-15
/
+37
*
Bluetooth: add hci_connect_le_scan
Jakub Pawlowski
2015-08-10
1
-0
/
+174
*
Bluetooth: add hci_lookup_le_connect
Jakub Pawlowski
2015-08-10
1
-3
/
+2
*
Bluetooth: Fix encryption key size handling for LTKs
Johan Hedberg
2015-06-09
1
-2
/
+2
*
Bluetooth: Introduce hci_dev_clear_flag helper macro
Marcel Holtmann
2015-03-13
1
-1
/
+1
*
Bluetooth: Introduce hci_dev_set_flag helper macro
Marcel Holtmann
2015-03-13
1
-1
/
+1
*
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
2015-03-13
1
-7
/
+7
*
Bluetooth: Convert disconn_cfm to be triggered through hci_cb
Johan Hedberg
2015-02-19
1
-1
/
+1
*
Bluetooth: Convert connect_cfm to be triggered through hci_cb
Johan Hedberg
2015-02-19
1
-2
/
+2
*
Bluetooth: Improve error handling in connect acl
Lukasz Rymanowski
2015-02-14
1
-1
/
+5
*
Bluetooth: Do not allow LE connection if LE is not enabled
Lukasz Rymanowski
2015-02-14
1
-0
/
+8
*
Bluetooth: Remove unused function
Rickard Strandqvist
2015-01-16
1
-15
/
+0
*
Bluetooth: Add opcode parameter to hci_req_complete_t callback
Marcel Holtmann
2015-01-12
1
-1
/
+1
*
Bluetooth: Create debugfs directory for each connection handle
Marcel Holtmann
2014-12-20
1
-0
/
+3
*
Bluetooth: Split hci_request helpers to hci_request.[ch]
Johan Hedberg
2014-12-19
1
-0
/
+1
*
Bluetooth: Fix generation of non-resolvable private addresses
Marcel Holtmann
2014-12-08
1
-1
/
+1
*
Bluetooth: Fix initializing hci_conn RSSI to invalid value
Johan Hedberg
2014-12-05
1
-0
/
+1
*
Bluetooth: Fix check for direct advertising
Johan Hedberg
2014-10-28
1
-1
/
+1
*
Bluetooth: Fix LE connection timeout deadlock
Johan Hedberg
2014-10-28
1
-1
/
+1
*
Bluetooth: fix shadow warning in hci_disconnect()
Fabian Frederick
2014-10-25
1
-3
/
+4
*
Bluetooth: Defer connection-parameter removal when unpairing
Alfonso Acosta
2014-10-25
1
-0
/
+3
*
Bluetooth: Rename sco_param_wideband table to esco_param_msbc
Johan Hedberg
2014-09-25
1
-3
/
+3
*
Bluetooth: Add retransmission effort into SCO parameter table
Johan Hedberg
2014-09-24
1
-12
/
+11
*
Bluetooth: Fix reason code used for rejecting SCO connections
Johan Hedberg
2014-09-24
1
-1
/
+1
*
Bluetooth: Check for SCO type before setting retransmission effort
Bernhard Thaler
2014-09-23
1
-5
/
+17
*
Bluetooth: Move clock offset reading into hci_disconnect()
Johan Hedberg
2014-09-08
1
-19
/
+13
*
Bluetooth: Update hci_disconnect() to return an error value
Johan Hedberg
2014-09-08
1
-2
/
+2
*
Bluetooth: Remove hci_conn_hold/drop from hci_chan
Johan Hedberg
2014-09-08
1
-4
/
+1
[next]