summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-1/+1
* Bluetooth: Enable duplicates filter in background scanAndre Guedes2014-03-111-5/+7
* Bluetooth: Add protections for updating local random addressJohan Hedberg2014-02-281-2/+25
* Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann2014-02-281-7/+6
* Bluetooth: Add support for storing LE white list entriesMarcel Holtmann2014-02-281-0/+90
* Bluetooth: Clear all LE white list entries when powering controllerMarcel Holtmann2014-02-281-2/+5
* Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann2014-02-281-1/+1
* Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg2014-02-271-10/+25
* Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes2014-02-261-25/+31
* Bluetooth: Add le_auto_conn file on debugfsAndre Guedes2014-02-261-0/+111
* Bluetooth: Connection parameters and resolvable addressAndre Guedes2014-02-261-4/+21
* Bluetooth: Auto connection and power onAndre Guedes2014-02-261-0/+1
* Bluetooth: Temporarily stop background scanning on discoveryAndre Guedes2014-02-261-0/+2
* Bluetooth: Connection parameters and auto connectionAndre Guedes2014-02-261-7/+35
* Bluetooth: Introduce LE auto connect optionsAndre Guedes2014-02-261-4/+7
* Bluetooth: Introduce LE auto connection infrastructureAndre Guedes2014-02-261-2/+92
* Bluetooth: Introduce hdev->pend_le_conn listAndre Guedes2014-02-261-0/+68
* Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes2014-02-261-4/+10
* Bluetooth: Fix canceling RPA expiry timerJohan Hedberg2014-02-241-1/+3
* Bluetooth: Export current local RPA with identity informationMarcel Holtmann2014-02-241-1/+2
* Bluetooth: Store current RPA and update it if neededMarcel Holtmann2014-02-241-6/+5
* Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann2014-02-241-1/+17
* Bluetooth: Expose current identity information in debugfsMarcel Holtmann2014-02-241-2/+40
* Bluetooth: Remove unneeded hdev->own_addr_typeJohan Hedberg2014-02-231-16/+1
* Bluetooth: Add debugfs entry for RPA regeneration timeoutJohan Hedberg2014-02-231-0/+33
* Bluetooth: Add hci_update_random_address() convenience functionJohan Hedberg2014-02-231-0/+55
* Bluetooth: Add timer for regenerating local RPAJohan Hedberg2014-02-231-0/+4
* Bluetooth: Fix iterating wrong list in hci_remove_irk()Johan Hedberg2014-02-211-1/+1
* Bluetooth: Provide option for changing LE advertising channel mapMarcel Holtmann2014-02-211-0/+31
* Bluetooth: Track the current configured random addressMarcel Holtmann2014-02-201-0/+26
* Bluetooth: Replace own_address_type with force_static_address debugfsMarcel Holtmann2014-02-201-33/+62
* Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg2014-02-191-9/+2
* Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltkJohan Hedberg2014-02-191-7/+1
* Bluetooth: Return added key when adding LTKs and IRKsJohan Hedberg2014-02-191-10/+11
* Bluetooth: Avoid using GFP_ATOMIC where not necessaryJohan Hedberg2014-02-191-4/+4
* Bluetooth: Expose current list of identity resolving keys via debugfsMarcel Holtmann2014-02-191-0/+33
* Bluetooth: Don't try to look up private addresses as Identity AddressJohan Hedberg2014-02-181-0/+4
* Bluetooth: Fix removing any IRKs when unpairing devicesJohan Hedberg2014-02-181-0/+15
* Bluetooth: Fix hci_remove_ltk failure when no match is foundJohan Hedberg2014-02-181-1/+3
* Bluetooth: Remove return values from functions that don't need themJohan Hedberg2014-02-181-17/+9
* Bluetooth: Fix missing address type check for removing LTKsJohan Hedberg2014-02-181-2/+2
* Bluetooth: Add basic IRK management supportJohan Hedberg2014-02-181-0/+70
* Bluetooth: Add AES crypto context for each HCI deviceJohan Hedberg2014-02-181-1/+16
* Bluetooth: Allow HCI User Channel usage for controllers without addressMarcel Holtmann2014-02-171-1/+6
* Bluetooth: Fix sending wrong store hint for new long term keysMarcel Holtmann2014-02-171-1/+7
* Bluetooth: Introduce connection parameters listAndre Guedes2014-02-131-0/+77
* Bluetooth: Remove use_debug_keys debugfs entryMarcel Holtmann2014-02-131-20/+0
* Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg2014-02-131-4/+18
* Bluetooth: Remove unnecessary LTK type check from hci_add_ltkJohan Hedberg2014-02-131-3/+0
* Bluetooth: Make LTK key type check more readableJohan Hedberg2014-02-131-1/+1