summaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-28Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg1-0/+18
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann1-12/+10
2014-02-27Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg1-5/+5
2014-02-27Bluetooth: Simplify logic for checking for SMP completionJohan Hedberg1-8/+11
2014-02-27Bluetooth: Track not yet received keys in SMPJohan Hedberg1-0/+6
2014-02-26Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg1-0/+13
2014-02-24Bluetooth: Add SMP function for generating RPAsJohan Hedberg1-0/+18
2014-02-24Bluetooth: Set the correct values for Identity Address InformationJohan Hedberg1-2/+7
2014-02-22Bluetooth: Add initial code for distributing local IRKJohan Hedberg1-2/+4
2014-02-22Bluetooth: Add helper variables to smp_distribute_keys()Johan Hedberg1-8/+9
2014-02-19Bluetooth: Add support for sending New IRK eventJohan Hedberg1-0/+3
2014-02-19Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg1-5/+24
2014-02-19Bluetooth: Track SMP keys in the SMP contextJohan Hedberg1-8/+13
2014-02-18Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg1-0/+5
2014-02-18Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg1-0/+2
2014-02-18Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg1-0/+4
2014-02-18Bluetooth: Remove SMP data specific crypto contextJohan Hedberg1-12/+15
2014-02-18Bluetooth: Fix completing SMP as peripheral when no keys are expectedJohan Hedberg1-1/+1
2014-02-18Bluetooth: Fix properly ignoring unexpected SMP PDUsJohan Hedberg1-0/+16
2014-02-18Bluetooth: Enable support for remote IRK distributionJohan Hedberg1-7/+73
2014-02-18Bluetooth: Add smp_irk_matches helper functionJohan Hedberg1-0/+46
2014-02-18Bluetooth: Fix minor whitespace issues in SMP codeJohan Hedberg1-1/+0
2014-02-18Bluetooth: Fix missing PDU length checks for SMPJohan Hedberg1-0/+25
2014-02-13Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg1-1/+2
2014-02-13Bluetooth: Enable LTK distribution to slave devicesJohan Hedberg1-2/+2
2013-12-05Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg1-4/+12
2013-12-04Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg1-8/+1
2013-12-04Bluetooth: Remove useless smp_rand functionJohan Hedberg1-13/+2
2013-12-04Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg1-8/+8
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-0/+3
2013-11-13Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg1-0/+3
2013-10-18Bluetooth: Use hcon directly instead of conn->hcon where possibleMarcel Holtmann1-1/+1
2013-10-16Bluetooth: Ignore SMP data on non-LE linksJohan Hedberg1-1/+1
2013-10-13Bluetooth: Fix coding style violations in SMP handlingMarcel Holtmann1-18/+17
2013-10-13Bluetooth: Fix input address type for SMP C1 functionMarcel Holtmann1-8/+10
2013-10-13Bluetooth: Use hci_conn->src address for SMP functionsMarcel Holtmann1-7/+5
2013-10-13Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMPMarcel Holtmann1-18/+21
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann1-1/+2
2013-10-03Bluetooth: Check minimum length of SMP packetsMarcel Holtmann1-2/+7
2013-10-03Bluetooth: SMP packets are only valid on LE connectionsMarcel Holtmann1-0/+6
2013-06-12Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg1-2/+2
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-1/+1
2013-01-31Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg1-0/+13
2012-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-09Bluetooth: Fix error status when pairing failsPaulo Sérgio1-1/+1
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+4
2012-10-12Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg1-2/+4
2012-10-11Bluetooth: Use __constant modifier for L2CAP SMP CIDSyam Sidhardhan1-1/+1
2012-08-27Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes1-2/+2
2012-08-15Bluetooth: Fix use-after-free bug in SMPAndre Guedes1-3/+3