summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_leMarcel Holtmann2020-01-251-93/+0
* Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud2020-01-151-0/+18
* Bluetooth: remove set but not used variable 'smp'YueHaibing2019-10-161-6/+0
* bluetooth: switch to AES libraryArd Biesheuvel2019-07-261-72/+31
* Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc2019-07-061-0/+13
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-1/+1
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-3/+3
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-4/+25
|\
| * Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-09-261-4/+25
* | Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2018-09-281-14/+9
|/
* Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa2018-09-111-1/+7
* Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg2018-09-111-2/+6
* Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-301-8/+4
* Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc2018-03-011-1/+7
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-11/+11
* Bluetooth: let the crypto subsystem generate the ecc privkeyTudor Ambarus2017-10-061-37/+29
* Bluetooth: ecdh_helper - reveal error codesTudor Ambarus2017-10-061-7/+10
* Bluetooth: move ecdh allocation outside of ecdh_helperTudor Ambarus2017-10-061-13/+55
* Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld2017-06-101-19/+20
* Bluetooth: Add selftest for ECDH key generationMarcel Holtmann2017-04-301-0/+38
* Bluetooth: convert smp and selftest to crypto kpp APISalvatore Benedetto2017-04-251-4/+4
* Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagJohan Hedberg2016-12-081-17/+68
* Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flagSzymon Janc2016-09-191-1/+4
* Bluetooth: Switch SMP to crypto_cipher_encrypt_one()Andy Lutomirski2016-07-081-39/+28
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-72/+63
|\
| * Bluetooth: Use skcipher and hashHerbert Xu2016-01-271-72/+63
* | Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2016-01-291-16/+0
|/
* Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg2015-11-111-1/+6
* Bluetooth: Fix crash in SMP when unpairingJohan Hedberg2015-10-221-0/+26
* Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg2015-10-211-1/+0
* Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg2015-10-211-16/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-6/+6
|\
| * Bluetooth: Delay check for conn->smp in smp_conn_security()Johan Hedberg2015-09-171-6/+6
* | Bluetooth: Fix typo in smp_ah comment for hash functionMarcel Holtmann2015-09-171-1/+1
|/
* Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg2015-07-231-0/+4
* Bluetooth: Use actual encryption key size for SMP over BR/EDRJohan Hedberg2015-06-121-2/+2
* Bluetooth: Add debugfs support for min LE encryption key sizeJohan Hedberg2015-06-121-1/+50
* Bluetooth: Add debugfs support for max LE encryption key sizeJohan Hedberg2015-06-121-4/+57
* Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg2015-06-101-1/+8
* Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg2015-06-091-12/+3
* Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg2015-05-191-4/+16
* Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann2015-04-021-9/+34
* Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-301-1/+1
* Bluetooth: Fix potential NULL dereference in SMP channel setupMarcel Holtmann2015-03-181-3/+5
* Bluetooth: Add workaround for broken OS X legacy SMP pairingJohan Hedberg2015-03-171-8/+67
* Bluetooth: Rename smp->local_rr into smp->local_randMarcel Holtmann2015-03-161-5/+5
* Bluetooth: Add extra SMP_DBG statement for remote OOB dataMarcel Holtmann2015-03-161-0/+2
* Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32]Marcel Holtmann2015-03-161-1/+1
OpenPOWER on IntegriCloud