summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-26Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg3-7/+7
2014-02-26Bluetooth: Simplify logic for checking for SMP completionJohan Hedberg1-8/+11
2014-02-26Bluetooth: Track not yet received keys in SMPJohan Hedberg1-0/+6
2014-02-25Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg1-0/+13
2014-02-25Bluetooth: Fix advertising address type when toggling connectableJohan Hedberg1-10/+11
2014-02-25Bluetooth: Fix NULL pointer dereference when sending dataAndrzej Kaczmarek1-0/+16
2014-02-24Bluetooth: Clean up HCI state when doing power offJohan Hedberg1-4/+66
2014-02-24Bluetooth: Don't clear HCI_ADVERTISING when powering offJohan Hedberg1-0/+4
2014-02-24Bluetooth: Don't clear HCI_CONNECTABLE when powering offJohan Hedberg1-0/+4
2014-02-24Bluetooth: Don't clear HCI_DISCOVERABLE when powering offJohan Hedberg1-0/+4
2014-02-24Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cJohan Hedberg3-5/+11
2014-02-24Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg3-6/+11
2014-02-24Bluetooth: Add convenience function for getting total connection countJohan Hedberg1-0/+7
2014-02-24Bluetooth: Fix canceling RPA expiry timerJohan Hedberg1-1/+3
2014-02-24Bluetooth: Enable RPA resolving if mgmt_set_privacy is calledJohan Hedberg1-0/+5
2014-02-24Bluetooth: Export current local RPA with identity informationMarcel Holtmann1-1/+2
2014-02-24Bluetooth: Store current RPA and update it if neededMarcel Holtmann2-6/+6
2014-02-24Bluetooth: Use privacy mode for non-connectable advertisingMarcel Holtmann1-2/+4
2014-02-24Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann4-5/+29
2014-02-24Bluetooth: Expose current identity information in debugfsMarcel Holtmann1-2/+40
2014-02-23Bluetooth: Remove unneeded hdev->own_addr_typeJohan Hedberg2-17/+1
2014-02-23Bluetooth: Fix setting correct src_type when connecting LEJohan Hedberg1-1/+2
2014-02-23Bluetooth: Add support for Set Privacy commandJohan Hedberg1-1/+47
2014-02-23Bluetooth: Add debugfs entry for RPA regeneration timeoutJohan Hedberg1-0/+33
2014-02-23Bluetooth: Don't write static address during power onJohan Hedberg1-5/+0
2014-02-23Bluetooth: Use hci_update_random_address() for initiating LE scanJohan Hedberg1-2/+11
2014-02-23Bluetooth: Use hci_update_random_address() for enabling advertisingJohan Hedberg1-2/+6
2014-02-23Bluetooth: Use hci_update_random_address() when connecting LEJohan Hedberg1-1/+7
2014-02-23Bluetooth: Add hci_update_random_address() convenience functionJohan Hedberg2-0/+57
2014-02-23Bluetooth: Add timer for regenerating local RPAJohan Hedberg4-0/+37
2014-02-23Bluetooth: Add SMP function for generating RPAsJohan Hedberg2-0/+19
2014-02-23Bluetooth: Set the correct values for Identity Address InformationJohan Hedberg1-2/+7
2014-02-23Bluetooth: Ensure hci_conn always contains the local identity addressJohan Hedberg1-0/+20
2014-02-22Bluetooth: Add Privacy flag to mgmt supported/current settingsJohan Hedberg1-0/+4
2014-02-22Bluetooth: Add mgmt defines for privacyJohan Hedberg1-0/+8
2014-02-22Bluetooth: Move enable/disable_advertising higher up in mgmt.cJohan Hedberg1-44/+44
2014-02-22Bluetooth: Add initial code for distributing local IRKJohan Hedberg3-2/+7
2014-02-22Bluetooth: Add helper variables to smp_distribute_keys()Johan Hedberg1-8/+9
2014-02-22Bluetooth: Fix issue with missing management event opcodeMarcel Holtmann1-0/+1
2014-02-21Bluetooth: Fix iterating wrong list in hci_remove_irk()Johan Hedberg1-1/+1
2014-02-21Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2014-02-21Bluetooth: Provide option for changing LE advertising channel mapMarcel Holtmann3-1/+33
2014-02-20Bluetooth: Fix channel check when binding RFCOMM sockAndrzej Kaczmarek1-6/+12
2014-02-20Bluetooth: Track the current configured random addressMarcel Holtmann3-0/+51
2014-02-20Bluetooth: Replace own_address_type with force_static_address debugfsMarcel Holtmann2-33/+63
2014-02-20Bluetooth: Add comment explainging store hint for long term keysMarcel Holtmann1-0/+11
2014-02-20Bluetooth: Don't send store hint for devices using identity addressesMarcel Holtmann1-1/+16
2014-02-19Bluetooth: Add support for sending New IRK eventJohan Hedberg4-0/+26
2014-02-19Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg4-20/+31
2014-02-19Bluetooth: Track SMP keys in the SMP contextJohan Hedberg2-8/+16