summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: L2CAP: Delay identity address updatesLuiz Augusto von Dentz2023-04-231-1/+8
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* Bluetooth: use inclusive language in HCI role commentsArchie Pusaka2021-06-261-3/+3
* Bluetooth: smp: Use the correct print formatKai Ye2021-06-261-3/+3
* Bluetooth: use inclusive language in SMPArchie Pusaka2021-06-261-32/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-3/+3
|\
| * Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz2021-06-141-3/+3
* | Bluetooth: Fix spelling mistakesZheng Yongjun2021-06-021-3/+3
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-49/+64
|\
| * Bluetooth: SMP: Fix variable dereferenced before check 'conn'Luiz Augusto von Dentz2021-04-021-2/+2
| * Bluetooth: Remove trailing semicolon in macrosMeng Yu2021-03-231-2/+2
| * Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbgLuiz Augusto von Dentz2021-03-151-46/+52
| * Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz2021-03-111-0/+9
* | crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-131-3/+3
|/
* 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