summaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)Author
2014-03-24Bluetooth: Remove unnecessary assignment in SMPJohan Hedberg
2014-03-24Bluetooth: Fix potential NULL pointer dereference in smp_conn_securityJohan Hedberg
2014-03-24Bluetooth: Remove LTK re-encryption procedureJohan Hedberg
2014-03-24Bluetooth: Don't try to confirm locally initiated SMP pairingJohan Hedberg
2014-03-24Bluetooth: Add SMP flag to track which side is the initiatorJohan Hedberg
2014-03-24Bluetooth: Fix SMP confirmation callback handlingJohan Hedberg
2014-03-24Bluetooth: Fix potential NULL pointer dereference in SMPJohan Hedberg
2014-03-20Bluetooth: Fix address value for early disconnection eventsJohan Hedberg
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg
2014-03-19Bluetooth: Fix SMP user passkey notification mgmt eventJohan Hedberg
2014-03-19Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALIDJohan Hedberg
2014-03-18Bluetooth: Fix MITM flag when initiating SMP pairingJohan Hedberg
2014-03-18Bluetooth: Fix smp_e byte order to be consistent with SMP specificationJohan Hedberg
2014-03-18Bluetooth: Fix const declaration for swap function src parameterJohan Hedberg
2014-03-14Bluetooth: Fix updating SMP remote key distribution informationJohan Hedberg
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-10Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann
2014-03-09Bluetooth: Add support for handling signature resolving keysMarcel Holtmann
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg
2014-02-28Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg
2014-02-28Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann
2014-02-26Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg
2014-02-26Bluetooth: Simplify logic for checking for SMP completionJohan Hedberg
2014-02-26Bluetooth: Track not yet received keys in SMPJohan Hedberg
2014-02-25Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg
2014-02-23Bluetooth: Add SMP function for generating RPAsJohan Hedberg
2014-02-23Bluetooth: Set the correct values for Identity Address InformationJohan Hedberg
2014-02-22Bluetooth: Add initial code for distributing local IRKJohan Hedberg
2014-02-22Bluetooth: Add helper variables to smp_distribute_keys()Johan Hedberg
2014-02-19Bluetooth: Add support for sending New IRK eventJohan Hedberg
2014-02-19Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg
2014-02-19Bluetooth: Track SMP keys in the SMP contextJohan Hedberg
2014-02-18Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg
2014-02-18Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg
2014-02-18Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg
2014-02-18Bluetooth: Remove SMP data specific crypto contextJohan Hedberg
2014-02-18Bluetooth: Fix completing SMP as peripheral when no keys are expectedJohan Hedberg
2014-02-18Bluetooth: Fix properly ignoring unexpected SMP PDUsJohan Hedberg
2014-02-18Bluetooth: Enable support for remote IRK distributionJohan Hedberg
2014-02-18Bluetooth: Add smp_irk_matches helper functionJohan Hedberg
2014-02-18Bluetooth: Fix minor whitespace issues in SMP codeJohan Hedberg
2014-02-18Bluetooth: Fix missing PDU length checks for SMPJohan Hedberg
2014-02-13Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg
2014-02-13Bluetooth: Enable LTK distribution to slave devicesJohan Hedberg
2013-12-05Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg
2013-12-04Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg
2013-12-04Bluetooth: Remove useless smp_rand functionJohan Hedberg
2013-12-04Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg