aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-26Bluetooth: use inclusive language in HCI role commentsGravatar Archie Pusaka 1-3/+3
2021-06-26Bluetooth: smp: Use the correct print formatGravatar Kai Ye 1-3/+3
2021-06-26Bluetooth: use inclusive language in SMPGravatar Archie Pusaka 1-32/+34
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+3
2021-06-14Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledGravatar Luiz Augusto von Dentz 1-3/+3
2021-06-02Bluetooth: Fix spelling mistakesGravatar Zheng Yongjun 1-3/+3
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-49/+64
2021-04-02Bluetooth: SMP: Fix variable dereferenced before check 'conn'Gravatar Luiz Augusto von Dentz 1-2/+2
2021-03-23Bluetooth: Remove trailing semicolon in macrosGravatar Meng Yu 1-2/+2
2021-03-15Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbgGravatar Luiz Augusto von Dentz 1-46/+52
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameGravatar Meng Yu 1-3/+3
2021-03-11Bluetooth: SMP: Fail if remote and local public keys are identicalGravatar Luiz Augusto von Dentz 1-0/+9
2021-01-06Bluetooth: avoid u128_xor() on potentially misaligned inputsGravatar Ard Biesheuvel 1-3/+2
2020-11-09Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredrGravatar Claire Chang 1-42/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-12/+12
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-4/+4
2020-07-31Bluetooth: Remove CRYPTO_ALG_INTERNAL flagGravatar Herbert Xu 1-3/+3
2020-07-10Bluetooth: core: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-13/+32
2020-05-18Bluetooth: Fix for GAP/SEC/SEM/BI-10-CGravatar Łukasz Rymanowski 1-0/+4
2020-05-11Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager supportGravatar Marcel Holtmann 1-4/+4
2020-05-08Bluetooth: use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-5/+1
2020-04-08Bluetooth: Always request for user confirmation for Just Works (LE SC)Gravatar Sonny Sasaka 1-1/+4
2020-04-07Bluetooth: Simplify / fix return values from tk_requestGravatar Guenter Roeck 1-5/+4
2020-04-07Bluetooth: debugfs option to unset MITM flagGravatar Archie Pusaka 1-5/+10
2020-04-02Bluetooth: Always request for user confirmation for Just WorksGravatar Sonny Sasaka 1-2/+10
2020-02-19Bluetooth: fix passkey uninitialized when usedGravatar Howard Chung 1-9/+11
2020-02-14Bluetooth: secure bluetooth stack from bluedump attackGravatar Howard Chung 1-0/+19
2020-01-28Bluetooth: SMP: Fix SALT value in some commentsGravatar Christophe JAILLET 1-2/+2
2020-01-25Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_leGravatar Marcel Holtmann 1-93/+0
2020-01-15Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Gravatar Alain Michaud 1-0/+18
2019-10-16Bluetooth: remove set but not used variable 'smp'Gravatar YueHaibing 1-6/+0
2019-07-26bluetooth: switch to AES libraryGravatar Ard Biesheuvel 1-72/+31
2019-07-06Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugGravatar Szymon Janc 1-0/+13
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsGravatar Eric Biggers 1-1/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsGravatar Eric Biggers 1-3/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-1/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+25
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceGravatar Matias Karhumaa 1-14/+9
2018-09-26Bluetooth: SMP: fix crash in unpairingGravatar Matias Karhumaa 1-4/+25
2018-09-11Bluetooth: Use correct tfm to generate OOB dataGravatar Matias Karhumaa 1-1/+7
2018-09-11Bluetooth: SMP: Fix trying to use non-existent local OOB dataGravatar Johan Hedberg 1-2/+6
2018-05-30Bluetooth: Re-use kstrtobool_from_user()Gravatar Andy Shevchenko 1-8/+4
2018-03-01Bluetooth: Fix missing encryption refresh on Security RequestGravatar Szymon Janc 1-1/+7
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-11/+11
2017-10-06Bluetooth: let the crypto subsystem generate the ecc privkeyGravatar Tudor Ambarus 1-37/+29
2017-10-06Bluetooth: ecdh_helper - reveal error codesGravatar Tudor Ambarus 1-7/+10
2017-10-06Bluetooth: move ecdh allocation outside of ecdh_helperGravatar Tudor Ambarus 1-13/+55
2017-06-10Bluetooth: use constant time memory comparison for secret valuesGravatar Jason A. Donenfeld 1-19/+20