summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: avoid u128_xor() on potentially misaligned inputsArd Biesheuvel2021-01-061-3/+2
* Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredrClaire Chang2020-11-091-42/+2
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-12/+12
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-07-311-4/+4
|\
| * Bluetooth: Remove CRYPTO_ALG_INTERNAL flagHerbert Xu2020-07-311-3/+3
| * Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-13/+32
|\|
| * Bluetooth: Fix for GAP/SEC/SEM/BI-10-CƁukasz Rymanowski2020-05-181-0/+4
| * Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager supportMarcel Holtmann2020-05-111-4/+4
| * Bluetooth: Always request for user confirmation for Just Works (LE SC)Sonny Sasaka2020-04-081-1/+4
| * Bluetooth: Simplify / fix return values from tk_requestGuenter Roeck2020-04-071-5/+4
| * Bluetooth: debugfs option to unset MITM flagArchie Pusaka2020-04-071-5/+10
| * Bluetooth: Always request for user confirmation for Just WorksSonny Sasaka2020-04-021-2/+10
* | Bluetooth: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-5/+1
|/
* Bluetooth: fix passkey uninitialized when usedHoward Chung2020-02-191-9/+11
* Bluetooth: secure bluetooth stack from bluedump attackHoward Chung2020-02-141-0/+19
* Bluetooth: SMP: Fix SALT value in some commentsChristophe JAILLET2020-01-281-2/+2
* 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