Age | Commit message (Expand) | Author | Files | Lines |
2014-03-22 | Bluetooth: Track current configured LE scan type parameter | Marcel Holtmann | 1 | -0/+1 |
2014-03-20 | Bluetooth: Fix passkey endianess in user_confirm and notify_passkey | Johan Hedberg | 1 | -1/+1 |
2014-03-10 | Bluetooth: Make LTK and CSRK only persisent when bonding | Marcel Holtmann | 1 | -2/+3 |
2014-03-09 | Bluetooth: Add support for handling signature resolving keys | Marcel Holtmann | 2 | -0/+20 |
2014-02-28 | Bluetooth: Remove unnecessary stop_scan_complete function | Johan Hedberg | 1 | -0/+1 |
2014-02-28 | Bluetooth: Add timeout for LE connection attempts | Johan Hedberg | 2 | -0/+2 |
2014-02-28 | Bluetooth: Add defines for LE initiator filter policy | Johan Hedberg | 1 | -0/+3 |
2014-02-28 | Bluetooth: Track LE initiator and responder address information | Johan Hedberg | 1 | -0/+4 |
2014-02-28 | Bluetooth: Use __le64 type for LE random numbers | Marcel Holtmann | 3 | -7/+7 |
2014-02-28 | Bluetooth: Add timer to force power off | Johan Hedberg | 1 | -0/+1 |
2014-02-28 | Bluetooth: Add support for storing LE white list entries | Marcel Holtmann | 1 | -0/+7 |
2014-02-28 | Bluetooth: Add definitions for LE white list HCI commands | Marcel Holtmann | 1 | -0/+14 |
2014-02-28 | Bluetooth: Make hci_blacklist_clear function static | Marcel Holtmann | 1 | -1/+0 |
2014-02-27 | Bluetooth: Add hci_copy_identity_address convenience function | Johan Hedberg | 1 | -0/+2 |
2014-02-27 | Bluetooth: Add tracking of advertising address type | Johan Hedberg | 1 | -0/+1 |
2014-02-27 | Bluetooth: Create hci_req_add_le_passive_scan helper | Andre Guedes | 1 | -0/+1 |
2014-02-27 | Bluetooth: Connection parameters and resolvable address | Andre Guedes | 1 | -3/+3 |
2014-02-27 | Bluetooth: Introduce LE auto connect options | Andre Guedes | 1 | -1/+8 |
2014-02-27 | Bluetooth: Introduce LE auto connection infrastructure | Andre Guedes | 1 | -0/+2 |
2014-02-27 | Bluetooth: Introduce hdev->pend_le_conn list | Andre Guedes | 1 | -0/+7 |
2014-02-27 | Bluetooth: Refactor HCI connection code | Andre Guedes | 1 | -2/+4 |
2014-02-27 | Bluetooth: Stop scanning on LE connection | Andre Guedes | 1 | -0/+1 |
2014-02-27 | Bluetooth: Declare le_conn_failed in hci_core.h | Andre Guedes | 1 | -0/+2 |
2014-02-27 | Bluetooth: Create hci_req_add_le_scan_disable helper | Andre Guedes | 1 | -0/+2 |
2014-02-24 | Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.c | Johan Hedberg | 1 | -1/+2 |
2014-02-24 | Bluetooth: Move HCI_ADVERTISING handling into mgmt.c | Johan Hedberg | 1 | -0/+1 |
2014-02-24 | Bluetooth: Add convenience function for getting total connection count | Johan Hedberg | 1 | -0/+7 |
2014-02-24 | Bluetooth: Store current RPA and update it if needed | Marcel Holtmann | 1 | -0/+1 |
2014-02-24 | Bluetooth: Use unresolvable private address for active scanning | Marcel Holtmann | 1 | -1/+2 |
2014-02-24 | Bluetooth: Remove unneeded hdev->own_addr_type | Johan Hedberg | 1 | -1/+0 |
2014-02-24 | Bluetooth: Add hci_update_random_address() convenience function | Johan Hedberg | 1 | -0/+2 |
2014-02-24 | Bluetooth: Add timer for regenerating local RPA | Johan Hedberg | 2 | -0/+6 |
2014-02-22 | Bluetooth: Add mgmt defines for privacy | Johan Hedberg | 1 | -0/+8 |
2014-02-22 | Bluetooth: Add initial code for distributing local IRK | Johan Hedberg | 2 | -0/+3 |
2014-02-21 | Bluetooth: Provide option for changing LE advertising channel map | Marcel Holtmann | 1 | -0/+1 |
2014-02-20 | Bluetooth: Track the current configured random address | Marcel Holtmann | 1 | -0/+1 |
2014-02-20 | Bluetooth: Replace own_address_type with force_static_address debugfs | Marcel Holtmann | 1 | -0/+1 |
2014-02-19 | Bluetooth: Add support for sending New IRK event | Johan Hedberg | 2 | -0/+8 |
2014-02-19 | Bluetooth: Move SMP LTK notification after key distribution | Johan Hedberg | 1 | -3/+2 |
2014-02-19 | Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltk | Johan Hedberg | 1 | -1/+1 |
2014-02-19 | Bluetooth: Return added key when adding LTKs and IRKs | Johan Hedberg | 1 | -5/+6 |
2014-02-18 | Bluetooth: Wait for SMP key distribution completion when pairing | Johan Hedberg | 1 | -0/+1 |
2014-02-18 | Bluetooth: Fix updating Identity Address in L2CAP channels | Johan Hedberg | 1 | -0/+1 |
2014-02-18 | Bluetooth: Add convenience function for fetching IRKs | Johan Hedberg | 1 | -0/+9 |
2014-02-18 | Bluetooth: Fix removing any IRKs when unpairing devices | Johan Hedberg | 1 | -0/+1 |
2014-02-18 | Bluetooth: Remove return values from functions that don't need them | Johan Hedberg | 1 | -5/+5 |
2014-02-18 | Bluetooth: Fix missing address type check for removing LTKs | Johan Hedberg | 1 | -1/+1 |
2014-02-18 | Bluetooth: Implement mgmt_load_irks command | Johan Hedberg | 2 | -0/+13 |
2014-02-18 | Bluetooth: Add hci_bdaddr_is_rpa convenience function | Johan Hedberg | 1 | -0/+11 |
2014-02-18 | Bluetooth: Add basic IRK management support | Johan Hedberg | 1 | -0/+16 |