aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-06Bluetooth: Fix updating background scan for LE connect completeJohan Hedberg1-3/+2
2014-07-06Bluetooth: Skip unconfigured init procedure for raw-only devicesMarcel Holtmann1-0/+3
2014-07-06Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg4-6/+9
2014-07-06Bluetooth: Clear HCI_RAW flag when controller becomes configuredMarcel Holtmann2-0/+7
2014-07-06Bluetooth: Add support for changing the public device addressMarcel Holtmann2-7/+64
2014-07-06Bluetooth: Run controller setup after external configurationMarcel Holtmann3-6/+28
2014-07-06Bluetooth: Fix sending Device Removed when clearing all parametersJohan Hedberg2-19/+14
2014-07-06Bluetooth: Restrict blocked device check in l2cap_recv_frame to LEJohan Hedberg1-1/+5
2014-07-05Bluetooth: Store Bluetooth address from controller setupMarcel Holtmann1-1/+7
2014-07-05Bluetooth: Run special init procedure for unconfigured controllersMarcel Holtmann1-0/+40
2014-07-05Bluetooth: Use a more simpler style for HCI event callbacksMarcel Holtmann1-54/+88
2014-07-04Bluetooth: Add support for New Configuration Options management eventMarcel Holtmann1-0/+11
2014-07-04Bluetooth: Move mgmt_event helper function to different locationMarcel Holtmann1-30/+30
2014-07-04Bluetooth: Add support for Set External Configuration management commandMarcel Holtmann1-2/+75
2014-07-04Bluetooth: Fix quirks that are valid during setup driver callbackMarcel Holtmann1-2/+9
2014-07-04Bluetooth: Add quirk for external configuration requirementMarcel Holtmann2-2/+10
2014-07-04Bluetooth: Allow reading configuration info when unconfiguredMarcel Holtmann1-1/+7
2014-07-04Bluetooth: Add quirk for invalid controller address settingMarcel Holtmann2-5/+22
2014-07-04Bluetooth: Use list_del when freeing the list entryJohan Hedberg1-1/+1
2014-07-04Bluetooth: Don't take actions on blocked devices when scanningJohan Hedberg1-0/+4
2014-07-04Bluetooth: Use hci_pend_le_action_lookup to look up report entriesJohan Hedberg1-5/+3
2014-07-04Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg2-4/+4
2014-07-04Bluetooth: Remove unused hci_pend_le_conn_add functionJohan Hedberg1-10/+0
2014-07-04Bluetooth: Remove unnecessary usage of hci_pend_le_conn_addJohan Hedberg1-1/+3
2014-07-04Bluetooth: Fix clearing and restarting all LE actions on power cycleJohan Hedberg2-28/+28
2014-07-04Bluetooth: Remove unused hci_pend_le_conn_del() functionJohan Hedberg1-10/+0
2014-07-04Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg3-23/+17
2014-07-04Bluetooth: Don't bother doing anything if auto_connect doesn't changeJohan Hedberg1-0/+3
2014-07-04Bluetooth: Simplify use of hci_pend_le_conns_clear()Johan Hedberg1-6/+4
2014-07-04Bluetooth: Convert pend_le_reports into a listJohan Hedberg3-9/+14
2014-07-04Bluetooth: Convert pend_le_conn list to a generic action listJohan Hedberg1-5/+5
2014-07-04Bluetooth: Fix missing return statement in process_adv_reportJohan Hedberg1-0/+1
2014-07-04Bluetooth: Add support for controller configuration info commandMarcel Holtmann1-0/+28
2014-07-03Bluetooth: Add identity address check in param lookup functionsJohan Hedberg2-4/+8
2014-07-03Bluetooth: Remove unnecessary checks for auto-connected devicesJohan Hedberg1-5/+9
2014-07-03Bluetooth: Use hci_conn_params in pend_le_connsJohan Hedberg3-51/+28
2014-07-03Bluetooth: Remove redundant IRK lookupJohan Hedberg1-17/+7
2014-07-03Bluetooth: Fix missing update of pend_le_reportsJohan Hedberg1-0/+3
2014-07-03Bluetooth: Fix buffer overflow with variable length commandsJohan Hedberg1-0/+30
2014-07-03Bluetooth: Support scanning for devices using RPAJohan Hedberg1-0/+12
2014-07-03Bluetooth: Add support for background LE scanningJohan Hedberg2-5/+27
2014-07-03Bluetooth: Allow mgmt_device_found events for kernel-side scanningJohan Hedberg1-2/+10
2014-07-03Bluetooth: Track number of added devices with HCI_AUTO_CONN_REPORTJohan Hedberg1-2/+15
2014-07-03Bluetooth: Add support for Read Unconfigured Index List commandMarcel Holtmann1-10/+81
2014-07-03Bluetooth: Add support for Unconfigured Index Removed eventsMarcel Holtmann1-1/+5
2014-07-03Bluetooth: Add support for Unconfigured Index Added eventsMarcel Holtmann3-14/+24
2014-07-03Bluetooth: Introduce unconfigured controller stateMarcel Holtmann3-24/+33
2014-07-03Bluetooth: Don't send connection parameters without identity addressJohan Hedberg1-0/+3
2014-07-03Bluetooth: Make is_identity_address a global functionJohan Hedberg1-13/+1
2014-07-03Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg3-7/+15