index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
Bluetooth: Add flag to track the real advertising state
Johan Hedberg
2014-07-08
1
-0
/
+4
|
|
|
*
Bluetooth: Don't try background scanning if LE is not enabled
Johan Hedberg
2014-07-07
2
-0
/
+6
|
|
|
*
Bluetooth: Pass desired connection role to hci_connect_le()
Johan Hedberg
2014-07-07
4
-5
/
+13
|
|
|
*
Bluetooth: Remove auth_type parameter from hci_connect_le()
Johan Hedberg
2014-07-07
4
-11
/
+5
|
|
|
*
Bluetooth: Enable passive scanning whenever we're connectable
Johan Hedberg
2014-07-07
2
-2
/
+5
|
|
|
*
Bluetooth: Don't let background scanning interfering with discovery
Johan Hedberg
2014-07-07
1
-0
/
+4
|
|
|
*
Bluetooth: Update discovery state earlier in hci_discovery_set_state
Johan Hedberg
2014-07-07
1
-4
/
+6
|
|
|
*
Bluetooth: Remove unnecessary return value from check_pending_le_conn
Johan Hedberg
2014-07-07
1
-7
/
+5
|
|
|
*
Bluetooth: Remove redundant IRK lookup in mgmt_device_found()
Johan Hedberg
2014-07-07
1
-10
/
+2
|
|
|
*
Bluetooth: Fix connecting devices during LE device discovery
Johan Hedberg
2014-07-07
1
-18
/
+29
|
|
|
*
Bluetooth: Enforce providing hdev->send driver callback
Marcel Holtmann
2014-07-06
1
-1
/
+1
|
|
|
*
Bluetooth: Fix memory leaking when hdev->send returns an error
Marcel Holtmann
2014-07-06
1
-2
/
+7
|
|
|
*
Bluetooth: Fix updating background scan for LE connect complete
Johan Hedberg
2014-07-06
1
-3
/
+2
|
|
|
*
Bluetooth: Skip unconfigured init procedure for raw-only devices
Marcel Holtmann
2014-07-06
1
-0
/
+3
|
|
|
*
Bluetooth: Use lower timeout for LE auto-connections
Johan Hedberg
2014-07-06
4
-6
/
+9
|
|
|
*
Bluetooth: Clear HCI_RAW flag when controller becomes configured
Marcel Holtmann
2014-07-06
2
-0
/
+7
|
|
|
*
Bluetooth: Add support for changing the public device address
Marcel Holtmann
2014-07-06
2
-7
/
+64
|
|
|
*
Bluetooth: Run controller setup after external configuration
Marcel Holtmann
2014-07-06
3
-6
/
+28
|
|
|
*
Bluetooth: Fix sending Device Removed when clearing all parameters
Johan Hedberg
2014-07-06
2
-19
/
+14
|
|
|
*
Bluetooth: Restrict blocked device check in l2cap_recv_frame to LE
Johan Hedberg
2014-07-06
1
-1
/
+5
|
|
|
*
Bluetooth: Store Bluetooth address from controller setup
Marcel Holtmann
2014-07-05
1
-1
/
+7
|
|
|
*
Bluetooth: Run special init procedure for unconfigured controllers
Marcel Holtmann
2014-07-05
1
-0
/
+40
|
|
|
*
Bluetooth: Use a more simpler style for HCI event callbacks
Marcel Holtmann
2014-07-05
1
-54
/
+88
|
|
|
*
Bluetooth: Add support for New Configuration Options management event
Marcel Holtmann
2014-07-04
1
-0
/
+11
|
|
|
*
Bluetooth: Move mgmt_event helper function to different location
Marcel Holtmann
2014-07-04
1
-30
/
+30
|
|
|
*
Bluetooth: Add support for Set External Configuration management command
Marcel Holtmann
2014-07-04
1
-2
/
+75
|
|
|
*
Bluetooth: Fix quirks that are valid during setup driver callback
Marcel Holtmann
2014-07-04
1
-2
/
+9
|
|
|
*
Bluetooth: Add quirk for external configuration requirement
Marcel Holtmann
2014-07-04
2
-2
/
+10
|
|
|
*
Bluetooth: Allow reading configuration info when unconfigured
Marcel Holtmann
2014-07-04
1
-1
/
+7
|
|
|
*
Bluetooth: Add quirk for invalid controller address setting
Marcel Holtmann
2014-07-04
2
-5
/
+22
|
|
|
*
Bluetooth: Use list_del when freeing the list entry
Johan Hedberg
2014-07-04
1
-1
/
+1
|
|
|
*
Bluetooth: Don't take actions on blocked devices when scanning
Johan Hedberg
2014-07-04
1
-0
/
+4
|
|
|
*
Bluetooth: Use hci_pend_le_action_lookup to look up report entries
Johan Hedberg
2014-07-04
1
-5
/
+3
|
|
|
*
Bluetooth: Make hci_pend_le_conn_lookup more general purposed
Johan Hedberg
2014-07-04
2
-4
/
+4
|
|
|
*
Bluetooth: Remove unused hci_pend_le_conn_add function
Johan Hedberg
2014-07-04
1
-10
/
+0
|
|
|
*
Bluetooth: Remove unnecessary usage of hci_pend_le_conn_add
Johan Hedberg
2014-07-04
1
-1
/
+3
|
|
|
*
Bluetooth: Fix clearing and restarting all LE actions on power cycle
Johan Hedberg
2014-07-04
2
-28
/
+28
|
|
|
*
Bluetooth: Remove unused hci_pend_le_conn_del() function
Johan Hedberg
2014-07-04
1
-10
/
+0
|
|
|
*
Bluetooth: Simplify hci_conn_params->action list usage
Johan Hedberg
2014-07-04
3
-23
/
+17
|
|
|
*
Bluetooth: Don't bother doing anything if auto_connect doesn't change
Johan Hedberg
2014-07-04
1
-0
/
+3
|
|
|
*
Bluetooth: Simplify use of hci_pend_le_conns_clear()
Johan Hedberg
2014-07-04
1
-6
/
+4
|
|
|
*
Bluetooth: Convert pend_le_reports into a list
Johan Hedberg
2014-07-04
3
-9
/
+14
|
|
|
*
Bluetooth: Convert pend_le_conn list to a generic action list
Johan Hedberg
2014-07-04
1
-5
/
+5
|
|
|
*
Bluetooth: Fix missing return statement in process_adv_report
Johan Hedberg
2014-07-04
1
-0
/
+1
|
|
|
*
Bluetooth: Add support for controller configuration info command
Marcel Holtmann
2014-07-04
1
-0
/
+28
|
|
|
*
Bluetooth: Add identity address check in param lookup functions
Johan Hedberg
2014-07-03
2
-4
/
+8
|
|
|
*
Bluetooth: Remove unnecessary checks for auto-connected devices
Johan Hedberg
2014-07-03
1
-5
/
+9
|
|
|
*
Bluetooth: Use hci_conn_params in pend_le_conns
Johan Hedberg
2014-07-03
3
-51
/
+28
|
|
|
*
Bluetooth: Remove redundant IRK lookup
Johan Hedberg
2014-07-03
1
-17
/
+7
|
|
|
*
Bluetooth: Fix missing update of pend_le_reports
Johan Hedberg
2014-07-03
1
-0
/
+3
[prev]
[next]