summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
| | * Bluetooth: Add hci_update_random_address() convenience functionJohan Hedberg2014-02-231-0/+55
| | * Bluetooth: Add timer for regenerating local RPAJohan Hedberg2014-02-232-0/+31
| | * Bluetooth: Add SMP function for generating RPAsJohan Hedberg2014-02-232-0/+19
| | * Bluetooth: Set the correct values for Identity Address InformationJohan Hedberg2014-02-231-2/+7
| | * Bluetooth: Ensure hci_conn always contains the local identity addressJohan Hedberg2014-02-231-0/+20
| | * Bluetooth: Add Privacy flag to mgmt supported/current settingsJohan Hedberg2014-02-221-0/+4
| | * Bluetooth: Move enable/disable_advertising higher up in mgmt.cJohan Hedberg2014-02-221-44/+44
| | * Bluetooth: Add initial code for distributing local IRKJohan Hedberg2014-02-221-2/+4
| | * Bluetooth: Add helper variables to smp_distribute_keys()Johan Hedberg2014-02-221-8/+9
| | * Bluetooth: Fix issue with missing management event opcodeMarcel Holtmann2014-02-221-0/+1
| | * Bluetooth: Fix iterating wrong list in hci_remove_irk()Johan Hedberg2014-02-211-1/+1
| | * Bluetooth: Increase minor version of core moduleMarcel Holtmann2014-02-211-1/+1
| | * Bluetooth: Provide option for changing LE advertising channel mapMarcel Holtmann2014-02-212-1/+32
| | * Bluetooth: Fix channel check when binding RFCOMM sockAndrzej Kaczmarek2014-02-201-6/+12
| | * Bluetooth: Track the current configured random addressMarcel Holtmann2014-02-202-0/+50
| | * Bluetooth: Replace own_address_type with force_static_address debugfsMarcel Holtmann2014-02-201-33/+62
| | * Bluetooth: Add comment explainging store hint for long term keysMarcel Holtmann2014-02-201-0/+11
| | * Bluetooth: Don't send store hint for devices using identity addressesMarcel Holtmann2014-02-201-1/+16
| | * Bluetooth: Add support for sending New IRK eventJohan Hedberg2014-02-192-0/+18
| | * Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg2014-02-193-17/+29
| | * Bluetooth: Track SMP keys in the SMP contextJohan Hedberg2014-02-192-8/+16
| | * Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltkJohan Hedberg2014-02-192-9/+8Star
| | * 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: Use same LE min/max connection event length during updateMarcel Holtmann2014-02-191-2/+2
| | * Bluetooth: Expose current list of identity resolving keys via debugfsMarcel Holtmann2014-02-191-0/+33
| | * Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann2014-02-192-2/+23
| | * Bluetooth: Use connection address for reporting connection failuresMarcel Holtmann2014-02-191-1/+1
| | * Bluetooth: Report identity address when remote device connectsMarcel Holtmann2014-02-191-1/+1
| | * Bluetooth: Print error when dropping L2CAP dataSzymon Janc2014-02-181-1/+3
| | * Bluetooth: Use Identity Address in Device Found eventJohan Hedberg2014-02-181-2/+10
| | * Bluetooth: Look up RPA for connection requests with Identity AddressJohan Hedberg2014-02-181-5/+14
| | * Bluetooth: Don't try to look up private addresses as Identity AddressJohan Hedberg2014-02-181-0/+4
| | * Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg2014-02-183-6/+25
| | * Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg2014-02-182-0/+19
| | * Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg2014-02-182-0/+12
| | * Bluetooth: Remove SMP data specific crypto contextJohan Hedberg2014-02-182-13/+15
| | * Bluetooth: Fix removing any IRKs when unpairing devicesJohan Hedberg2014-02-182-0/+17
| | * Bluetooth: Fix completing SMP as peripheral when no keys are expectedJohan Hedberg2014-02-181-1/+1
| | * 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-182-18/+10Star
| | * Bluetooth: Fix missing address type check for removing LTKsJohan Hedberg2014-02-182-5/+13
| | * Bluetooth: Fix properly ignoring unexpected SMP PDUsJohan Hedberg2014-02-181-0/+16
| | * Bluetooth: Enable support for remote IRK distributionJohan Hedberg2014-02-182-7/+77
| | * Bluetooth: Implement mgmt_load_irks commandJohan Hedberg2014-02-181-0/+79
| | * 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: Add smp_irk_matches helper functionJohan Hedberg2014-02-182-0/+49
| | * Bluetooth: Fix minor whitespace issues in SMP codeJohan Hedberg2014-02-182-2/+0Star
| | * Bluetooth: Fix missing PDU length checks for SMPJohan Hedberg2014-02-181-0/+25