summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
2014-05-20Bluetooth: Make SMP context private to smp.cJohan Hedberg
2014-05-15Bluetooth: Add conn info lifetime parameters to debugfsAndrzej Kaczmarek
2014-03-28Bluetooth: Add new debugfs parameterLukasz Rymanowski
2014-03-27Bluetooth: Remove unnecessary NULL check in hci_inquiry_cache_updateJohan Hedberg
2014-03-26Bluetooth: Remove redundant NULL checkJohan Hedberg
2014-03-26Bluetooth: Use memdup_user in le_auto_conn_write()Andre Guedes
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-11Bluetooth: Enable duplicates filter in background scanAndre Guedes
2014-02-28Bluetooth: Add protections for updating local random addressJohan Hedberg
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann
2014-02-28Bluetooth: Add support for storing LE white list entriesMarcel Holtmann
2014-02-28Bluetooth: Clear all LE white list entries when powering controllerMarcel Holtmann
2014-02-28Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann
2014-02-27Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg
2014-02-26Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes
2014-02-26Bluetooth: Add le_auto_conn file on debugfsAndre Guedes
2014-02-26Bluetooth: Connection parameters and resolvable addressAndre Guedes
2014-02-26Bluetooth: Auto connection and power onAndre Guedes
2014-02-26Bluetooth: Temporarily stop background scanning on discoveryAndre Guedes
2014-02-26Bluetooth: Connection parameters and auto connectionAndre Guedes
2014-02-26Bluetooth: Introduce LE auto connect optionsAndre Guedes
2014-02-26Bluetooth: Introduce LE auto connection infrastructureAndre Guedes
2014-02-26Bluetooth: Introduce hdev->pend_le_conn listAndre Guedes
2014-02-26Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes
2014-02-24Bluetooth: Fix canceling RPA expiry timerJohan Hedberg
2014-02-24Bluetooth: Export current local RPA with identity informationMarcel Holtmann
2014-02-24Bluetooth: Store current RPA and update it if neededMarcel Holtmann
2014-02-24Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann
2014-02-24Bluetooth: Expose current identity information in debugfsMarcel Holtmann
2014-02-23Bluetooth: Remove unneeded hdev->own_addr_typeJohan Hedberg
2014-02-23Bluetooth: Add debugfs entry for RPA regeneration timeoutJohan Hedberg
2014-02-23Bluetooth: Add hci_update_random_address() convenience functionJohan Hedberg
2014-02-23Bluetooth: Add timer for regenerating local RPAJohan Hedberg
2014-02-21Bluetooth: Fix iterating wrong list in hci_remove_irk()Johan Hedberg
2014-02-21Bluetooth: Provide option for changing LE advertising channel mapMarcel Holtmann
2014-02-20Bluetooth: Track the current configured random addressMarcel Holtmann
2014-02-20Bluetooth: Replace own_address_type with force_static_address debugfsMarcel Holtmann
2014-02-19Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg
2014-02-19Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltkJohan Hedberg
2014-02-19Bluetooth: Return added key when adding LTKs and IRKsJohan Hedberg
2014-02-19Bluetooth: Avoid using GFP_ATOMIC where not necessaryJohan Hedberg
2014-02-19Bluetooth: Expose current list of identity resolving keys via debugfsMarcel Holtmann
2014-02-18Bluetooth: Don't try to look up private addresses as Identity AddressJohan Hedberg
2014-02-18Bluetooth: Fix removing any IRKs when unpairing devicesJohan Hedberg
2014-02-18Bluetooth: Fix hci_remove_ltk failure when no match is foundJohan Hedberg
2014-02-18Bluetooth: Remove return values from functions that don't need themJohan Hedberg
2014-02-18Bluetooth: Fix missing address type check for removing LTKsJohan Hedberg
2014-02-18Bluetooth: Add basic IRK management supportJohan Hedberg
2014-02-18Bluetooth: Add AES crypto context for each HCI deviceJohan Hedberg
2014-02-17Bluetooth: Allow HCI User Channel usage for controllers without addressMarcel Holtmann