aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAge
* Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann2014-03-10
* Bluetooth: Add support for handling signature resolving keysMarcel Holtmann2014-03-09
* Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg2014-02-28
* Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg2014-02-28
* Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg2014-02-28
* Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg2014-02-28
* Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann2014-02-28
* Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg2014-02-26
* Bluetooth: Simplify logic for checking for SMP completionJohan Hedberg2014-02-26
* Bluetooth: Track not yet received keys in SMPJohan Hedberg2014-02-26
* Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg2014-02-25
* Bluetooth: Add SMP function for generating RPAsJohan Hedberg2014-02-23
* Bluetooth: Set the correct values for Identity Address InformationJohan Hedberg2014-02-23
* Bluetooth: Add initial code for distributing local IRKJohan Hedberg2014-02-22
* Bluetooth: Add helper variables to smp_distribute_keys()Johan Hedberg2014-02-22
* Bluetooth: Add support for sending New IRK eventJohan Hedberg2014-02-19
* Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg2014-02-19
* Bluetooth: Track SMP keys in the SMP contextJohan Hedberg2014-02-19
* Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg2014-02-18
* Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg2014-02-18
* Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg2014-02-18
* Bluetooth: Remove SMP data specific crypto contextJohan Hedberg2014-02-18
* Bluetooth: Fix completing SMP as peripheral when no keys are expectedJohan Hedberg2014-02-18
* Bluetooth: Fix properly ignoring unexpected SMP PDUsJohan Hedberg2014-02-18
* Bluetooth: Enable support for remote IRK distributionJohan Hedberg2014-02-18
* Bluetooth: Add smp_irk_matches helper functionJohan Hedberg2014-02-18
* Bluetooth: Fix minor whitespace issues in SMP codeJohan Hedberg2014-02-18
* Bluetooth: Fix missing PDU length checks for SMPJohan Hedberg2014-02-18
* Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg2014-02-13
* Bluetooth: Enable LTK distribution to slave devicesJohan Hedberg2014-02-13
* Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg2013-12-05
* Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg2013-12-04
* Bluetooth: Remove useless smp_rand functionJohan Hedberg2013-12-04
* Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg2013-12-04
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-11-15
|\
| * Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg2013-11-13
* | Bluetooth: Use hcon directly instead of conn->hcon where possibleMarcel Holtmann2013-10-18
* | Bluetooth: Ignore SMP data on non-LE linksJohan Hedberg2013-10-16
* | Bluetooth: Fix coding style violations in SMP handlingMarcel Holtmann2013-10-13
* | Bluetooth: Fix input address type for SMP C1 functionMarcel Holtmann2013-10-13
* | Bluetooth: Use hci_conn->src address for SMP functionsMarcel Holtmann2013-10-13
* | Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMPMarcel Holtmann2013-10-13
* | Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann2013-10-10
* | Bluetooth: Check minimum length of SMP packetsMarcel Holtmann2013-10-03
* | Bluetooth: SMP packets are only valid on LE connectionsMarcel Holtmann2013-10-03
|/
* Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg2013-06-12
* Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-11
* Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg2013-01-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-17
|\
| * Bluetooth: Fix error status when pairing failsPaulo Sérgio2012-11-09