aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)Author
2013-02-14Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg
2012-10-31Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg
2012-10-02Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes
2012-10-02Bluetooth: Fix use-after-free bug in SMPAndre Guedes
2012-03-08Bluetooth: Set security level on incoming pairing requestIdo Yariv
2012-03-08Bluetooth: Fix access to the STK generation methods matrixIdo Yariv
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan
2012-03-02Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesMarcel Holtmann
2012-02-13Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg
2012-02-13Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg
2012-02-13Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes
2012-02-13Bluetooth: Fix invalid memory access when there's no SMP channelVinicius Costa Gomes
2012-02-13Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg
2012-02-13Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg
2011-12-23Bluetooth: Incorrect address while storing LTK.Hemant Gupta
2011-12-22Bluetooth: Add MITM mechanism to LE-SMPBrian Gix
2011-12-20Bluetooth: convert security timer to delayed_workGustavo F. Padovan
2011-12-01Bluetooth: Centralize SMP pairing failure handlingBrian Gix
2011-12-01Bluetooth: Cleanup blkcipher on SMP terminationBrian Gix
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz
2011-09-21Bluetooth: Remove support for other SMP keys than the LTKVinicius Costa Gomes
2011-09-21Bluetooth: Fix not setting a pending security levelVinicius Costa Gomes
2011-09-21Bluetooth: Use the LTK after receiving a LE Security RequestVinicius Costa Gomes
2011-09-21Bluetooth: Fix sending wrong authentication requirementsVinicius Costa Gomes
2011-09-21Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes
2011-09-21Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes
2011-09-21Bluetooth: Add a flag to indicate that SMP is going onVinicius Costa Gomes
2011-09-21Bluetooth: Reset the security timer when a command is queuedVinicius Costa Gomes
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes
2011-07-08Bluetooth: Remove unused field in hci_connVinicius Costa Gomes
2011-07-08Bluetooth: Use the stored LTK for restabilishing securityVinicius Costa Gomes
2011-07-08Bluetooth: Use the link key list to temporarily store the STKVinicius Costa Gomes
2011-07-08Bluetooth: Add support for storing the LTKVinicius Costa Gomes
2011-07-08Bluetooth: Fix SM pairing parameters negotiationVinicius Costa Gomes
2011-07-08Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes
2011-07-06Bluetooth: Remove enable_smp parameterAndre Guedes
2011-06-24Bluetooth: include scatterlist.h where neededStephen Rothwell
2011-06-14Bluetooth: Add key size checks for SMPVinicius Costa Gomes
2011-06-14Bluetooth: Add support for SMP timeoutVinicius Costa Gomes
2011-06-13Bluetooth: Add support for Pairing features exchangeVinicius Costa Gomes
2011-06-13Bluetooth: Add support for building pairing commandsVinicius Costa Gomes
2011-06-13Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes
2011-06-13Bluetooth: Remove debug statementsVinicius Costa Gomes
2011-06-13Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes
2011-06-13Bluetooth: Add SMP confirmation checks methodsAnderson Briglia
2011-06-13Bluetooth: Add SMP confirmation structsAnderson Briglia
2011-06-13Bluetooth: Add LE SMP Cryptoolbox functionsAnderson Briglia
2011-06-13Bluetooth: Add support for using the crypto subsystemVinicius Costa Gomes
2011-06-13Bluetooth: Add simple SMP pairing negotiationAnderson Briglia