summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+1
* Bluetooth: Remove useless smp_rand functionJohan Hedberg2013-12-041-13/+2
* Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg2013-12-041-8/+8
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-11-151-0/+3
|\
| * Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg2013-11-131-0/+3
* | Bluetooth: Use hcon directly instead of conn->hcon where possibleMarcel Holtmann2013-10-181-1/+1
* | Bluetooth: Ignore SMP data on non-LE linksJohan Hedberg2013-10-161-1/+1
* | Bluetooth: Fix coding style violations in SMP handlingMarcel Holtmann2013-10-131-18/+17
* | Bluetooth: Fix input address type for SMP C1 functionMarcel Holtmann2013-10-131-8/+10
* | Bluetooth: Use hci_conn->src address for SMP functionsMarcel Holtmann2013-10-131-7/+5
* | Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMPMarcel Holtmann2013-10-131-18/+21
* | Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-1/+2
* | Bluetooth: Check minimum length of SMP packetsMarcel Holtmann2013-10-031-2/+7
* | Bluetooth: SMP packets are only valid on LE connectionsMarcel Holtmann2013-10-031-0/+6
|/
* Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg2013-06-121-2/+2
* Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-111-1/+1
* Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg2013-01-311-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-181-1/+1
|\
| * Bluetooth: Fix error status when pairing failsPaulo Sérgio2012-11-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-231-2/+4
|\|
| * Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg2012-10-121-2/+4
* | Bluetooth: Use __constant modifier for L2CAP SMP CIDSyam Sidhardhan2012-10-111-1/+1
|/
* Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes2012-08-271-2/+2
* Bluetooth: Fix use-after-free bug in SMPAndre Guedes2012-08-151-3/+3
* Bluetooth: smp: Fix possible NULL dereferenceAndrei Emeltchenko2012-08-061-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-131-4/+7
|\