summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg2012-10-121-2/+4
* 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
|\
| * Bluetooth: Fix SMP security elevation from medium to highJohan Hedberg2012-06-081-3/+6
| * Bluetooth: Fix SMP pairing method selectionJohan Hedberg2012-06-081-1/+1
* | Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-3/+4
|/
* Bluetooth: Correct ediv in SMPAndrei Emeltchenko2012-05-091-1/+1
* Bluetooth: Set security level on incoming pairing requestIdo Yariv2012-03-081-0/+2
* Bluetooth: Fix access to the STK generation methods matrixIdo Yariv2012-03-081-1/+1
* Bluetooth: fix conding style issues all over the treeGustavo F. Padovan2012-03-081-17/+13
* Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesMarcel Holtmann2012-03-021-3/+2
* Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg2012-02-131-1/+4
* Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg2012-02-131-1/+3
* Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes2012-02-131-15/+23
* Bluetooth: Fix invalid memory access when there's no SMP channelVinicius Costa Gomes2012-02-131-3/+6
* Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes2012-02-131-9/+9
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-131-10/+9
* Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg2012-02-131-1/+1
* Bluetooth: Incorrect address while storing LTK.Hemant Gupta2011-12-231-1/+1
* Bluetooth: Add MITM mechanism to LE-SMPBrian Gix2011-12-221-22/+204
* Bluetooth: convert security timer to delayed_workGustavo F. Padovan2011-12-201-3/+4
* Bluetooth: Centralize SMP pairing failure handlingBrian Gix2011-12-011-6/+16
* Bluetooth: Cleanup blkcipher on SMP terminationBrian Gix2011-12-011-1/+9
* Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2011-11-071-1/+2
* Bluetooth: Remove support for other SMP keys than the LTKVinicius Costa Gomes2011-09-211-1/+1
* Bluetooth: Fix not setting a pending security levelVinicius Costa Gomes2011-09-211-0/+2
* Bluetooth: Use the LTK after receiving a LE Security RequestVinicius Costa Gomes2011-09-211-18/+28
* Bluetooth: Fix sending wrong authentication requirementsVinicius Costa Gomes2011-09-211-17/+2
* Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes2011-09-211-101/+176
* Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes2011-09-211-54/+54
* Bluetooth: Add a flag to indicate that SMP is going onVinicius Costa Gomes2011-09-211-10/+34
* Bluetooth: Reset the security timer when a command is queuedVinicius Costa Gomes2011-09-211-12/+3
* Bluetooth: Add support for storing the key sizeVinicius Costa Gomes2011-07-081-5/+9
* Bluetooth: Remove unused field in hci_connVinicius Costa Gomes2011-07-081-2/+0
* Bluetooth: Use the stored LTK for restabilishing securityVinicius Costa Gomes2011-07-081-0/+12
* Bluetooth: Use the link key list to temporarily store the STKVinicius Costa Gomes2011-07-081-8/+15
* Bluetooth: Add support for storing the LTKVinicius Costa Gomes2011-07-081-6/+14
* Bluetooth: Fix SM pairing parameters negotiationVinicius Costa Gomes2011-07-081-10/+30
* Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes2011-07-081-2/+112
* Bluetooth: Remove enable_smp parameterAndre Guedes2011-07-061-0/+9
* Bluetooth: include scatterlist.h where neededStephen Rothwell2011-06-241-0/+1
* Bluetooth: Add key size checks for SMPVinicius Costa Gomes2011-06-141-13/+41
* Bluetooth: Add support for SMP timeoutVinicius Costa Gomes2011-06-141-0/+14
* Bluetooth: Add support for Pairing features exchangeVinicius Costa Gomes2011-06-131-53/+53
* Bluetooth: Add support for building pairing commandsVinicius Costa Gomes2011-06-131-0/+11
* Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes2011-06-131-12/+28
* Bluetooth: Remove debug statementsVinicius Costa Gomes2011-06-131-5/+1
* Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes2011-06-131-4/+12