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