summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove unnecessary assignment in SMPJohan Hedberg2014-03-241-2/+0Star
* Bluetooth: Fix potential NULL pointer dereference in smp_conn_securityJohan Hedberg2014-03-241-1/+1
* Bluetooth: Remove LTK re-encryption procedureJohan Hedberg2014-03-241-43/+5Star
* Bluetooth: Don't try to confirm locally initiated SMP pairingJohan Hedberg2014-03-241-0/+5
* Bluetooth: Add SMP flag to track which side is the initiatorJohan Hedberg2014-03-241-0/+6
* Bluetooth: Fix SMP confirmation callback handlingJohan Hedberg2014-03-241-0/+4
* Bluetooth: Fix potential NULL pointer dereference in SMPJohan Hedberg2014-03-241-1/+7
* Bluetooth: Fix address value for early disconnection eventsJohan Hedberg2014-03-201-7/+9
* Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg2014-03-201-1/+1
* Bluetooth: Fix SMP user passkey notification mgmt eventJohan Hedberg2014-03-191-2/+3
* Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALIDJohan Hedberg2014-03-191-4/+2Star
* Bluetooth: Fix MITM flag when initiating SMP pairingJohan Hedberg2014-03-181-0/+6
* Bluetooth: Fix smp_e byte order to be consistent with SMP specificationJohan Hedberg2014-03-181-55/+46Star
* Bluetooth: Fix const declaration for swap function src parameterJohan Hedberg2014-03-181-2/+2
* Bluetooth: Fix updating SMP remote key distribution informationJohan Hedberg2014-03-141-0/+5
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-1/+1
* Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann2014-03-101-4/+12
* Bluetooth: Add support for handling signature resolving keysMarcel Holtmann2014-03-091-5/+62
* Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg2014-02-281-3/+19
* Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg2014-02-281-5/+27
* Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg2014-02-281-16/+6Star
* Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg2014-02-281-0/+18
* Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann2014-02-281-12/+10Star
* Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg2014-02-261-5/+5
* Bluetooth: Simplify logic for checking for SMP completionJohan Hedberg2014-02-261-8/+11
* Bluetooth: Track not yet received keys in SMPJohan Hedberg2014-02-261-0/+6
* Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg2014-02-251-0/+13
* Bluetooth: Add SMP function for generating RPAsJohan Hedberg2014-02-231-0/+18
* Bluetooth: Set the correct values for Identity Address InformationJohan Hedberg2014-02-231-2/+7
* 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: Add support for sending New IRK eventJohan Hedberg2014-02-191-0/+3
* Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg2014-02-191-5/+24
* Bluetooth: Track SMP keys in the SMP contextJohan Hedberg2014-02-191-8/+13
* Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg2014-02-181-0/+5
* Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg2014-02-181-0/+2
* Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg2014-02-181-0/+4
* Bluetooth: Remove SMP data specific crypto contextJohan Hedberg2014-02-181-12/+15
* Bluetooth: Fix completing SMP as peripheral when no keys are expectedJohan Hedberg2014-02-181-1/+1
* Bluetooth: Fix properly ignoring unexpected SMP PDUsJohan Hedberg2014-02-181-0/+16
* Bluetooth: Enable support for remote IRK distributionJohan Hedberg2014-02-181-7/+73
* Bluetooth: Add smp_irk_matches helper functionJohan Hedberg2014-02-181-0/+46
* Bluetooth: Fix minor whitespace issues in SMP codeJohan Hedberg2014-02-181-1/+0Star
* Bluetooth: Fix missing PDU length checks for SMPJohan Hedberg2014-02-181-0/+25
* Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg2014-02-131-1/+2
* Bluetooth: Enable LTK distribution to slave devicesJohan Hedberg2014-02-131-2/+2
* Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg2013-12-051-4/+12
* Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg2013-12-041-8/+1Star
* Bluetooth: Remove useless smp_rand functionJohan Hedberg2013-12-041-13/+2Star
* Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg2013-12-041-8/+8