summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
2014-07-03Bluetooth: Don't use non-resolvable private address for passive scanningMarcel Holtmann
2014-07-03Bluetooth: Restrict access for raw-only controllersMarcel Holtmann
2014-07-03Bluetooth: Remove ssp_debug_mode debugfs optionMarcel Holtmann
2014-07-03Bluetooth: Move mgmt event sending out from hci_add_link_key()Johan Hedberg
2014-07-03Bluetooth: Update hci_add_link_key() to return pointer to keyJohan Hedberg
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen
2014-07-03Bluetooth: Use separate dbg_flags to special debugfs optionsMarcel Holtmann
2014-07-03Bluetooth: Fix checking for master LTKsJohan Hedberg
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg
2014-07-03Bluetooth: Use struct delayed_work for HCI command timeoutMarcel Holtmann
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