aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAge
* bluetooth: switch to AES libraryArd Biesheuvel2019-07-26
* Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc2019-07-06
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-25
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-20
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-20
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-04
|\
| * Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-09-26
* | Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2018-09-28
|/
* Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa2018-09-11
* Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg2018-09-11
* Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-30
* Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc2018-03-01
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-30
* Bluetooth: let the crypto subsystem generate the ecc privkeyTudor Ambarus2017-10-06
* Bluetooth: ecdh_helper - reveal error codesTudor Ambarus2017-10-06
* Bluetooth: move ecdh allocation outside of ecdh_helperTudor Ambarus2017-10-06
* Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld2017-06-10
* Bluetooth: Add selftest for ECDH key generationMarcel Holtmann2017-04-30
* Bluetooth: convert smp and selftest to crypto kpp APISalvatore Benedetto2017-04-24
* Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagJohan Hedberg2016-12-08
* Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flagSzymon Janc2016-09-19
* Bluetooth: Switch SMP to crypto_cipher_encrypt_one()Andy Lutomirski2016-07-08
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-17
|\
| * Bluetooth: Use skcipher and hashHerbert Xu2016-01-27
* | Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2016-01-29
|/
* Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg2015-11-11
* Bluetooth: Fix crash in SMP when unpairingJohan Hedberg2015-10-22
* Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg2015-10-21
* Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg2015-10-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\
| * Bluetooth: Delay check for conn->smp in smp_conn_security()Johan Hedberg2015-09-17
* | Bluetooth: Fix typo in smp_ah comment for hash functionMarcel Holtmann2015-09-17
|/
* Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg2015-07-23
* Bluetooth: Use actual encryption key size for SMP over BR/EDRJohan Hedberg2015-06-12
* Bluetooth: Add debugfs support for min LE encryption key sizeJohan Hedberg2015-06-12
* Bluetooth: Add debugfs support for max LE encryption key sizeJohan Hedberg2015-06-12
* Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg2015-06-10
* Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg2015-06-09
* Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg2015-05-19
* Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann2015-04-02
* Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-30
* Bluetooth: Fix potential NULL dereference in SMP channel setupMarcel Holtmann2015-03-18
* Bluetooth: Add workaround for broken OS X legacy SMP pairingJohan Hedberg2015-03-17
* Bluetooth: Rename smp->local_rr into smp->local_randMarcel Holtmann2015-03-16
* Bluetooth: Add extra SMP_DBG statement for remote OOB dataMarcel Holtmann2015-03-16
* Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32]Marcel Holtmann2015-03-16
* Bluetooth: Add clarifying comment when setting local OOB flagJohan Hedberg2015-03-16
* Bluetooth: Don't send public key if OOB data verification failsJohan Hedberg2015-03-16
* Bluetooth: Fix verifying confirm value when lacking remote OOB dataJohan Hedberg2015-03-16