- 74be523 Bluetooth: use inclusive language in HCI role comments by Archie Pusaka · 3 years, 7 months ago
- 83b4b19 Bluetooth: smp: Use the correct print format by Kai Ye · 3 years, 7 months ago
- fad646e Bluetooth: use inclusive language in SMP by Archie Pusaka · 3 years, 7 months ago
- adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- 995fca1 Bluetooth: SMP: Fix crash when receiving new connection when debug is enabled by Luiz Augusto von Dentz · 3 years, 7 months ago
- 91641b7 Bluetooth: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
- 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
- 0ae8ef6 Bluetooth: SMP: Fix variable dereferenced before check 'conn' by Luiz Augusto von Dentz · 3 years, 9 months ago
- c29fb5f Bluetooth: Remove trailing semicolon in macros by Meng Yu · 3 years, 10 months ago
- 2e1614f Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbg by Luiz Augusto von Dentz · 3 years, 10 months ago
- 6763f5e crypto: ecdh - move curve_id of ECDH from the key to algorithm name by Meng Yu · 3 years, 10 months ago
- 6d19628f Bluetooth: SMP: Fail if remote and local public keys are identical by Luiz Augusto von Dentz · 3 years, 10 months ago
- ef0bb5a Bluetooth: avoid u128_xor() on potentially misaligned inputs by Ard Biesheuvel · 4 years ago
- 8249331 Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredr by Claire Chang · 4 years, 3 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- 4bb540d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 5 months ago
- 075f773 Bluetooth: Remove CRYPTO_ALG_INTERNAL flag by Herbert Xu · 4 years, 5 months ago
- 19186c7 Bluetooth: core: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- 49c06c9 Bluetooth: Fix for GAP/SEC/SEM/BI-10-C by Łukasz Rymanowski · 4 years, 8 months ago
- 5686024 Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager support by Marcel Holtmann · 4 years, 8 months ago
- ec0bf6e Bluetooth: use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
- ffee202 Bluetooth: Always request for user confirmation for Just Works (LE SC) by Sonny Sasaka · 4 years, 9 months ago
- d1d900f Bluetooth: Simplify / fix return values from tk_request by Guenter Roeck · 4 years, 9 months ago
- c2aa30d Bluetooth: debugfs option to unset MITM flag by Archie Pusaka · 4 years, 9 months ago
- 92516cd Bluetooth: Always request for user confirmation for Just Works by Sonny Sasaka · 4 years, 9 months ago
- eed467b Bluetooth: fix passkey uninitialized when used by Howard Chung · 4 years, 11 months ago
- cee5f20 Bluetooth: secure bluetooth stack from bluedump attack by Howard Chung · 4 years, 11 months ago
- 151129d Bluetooth: SMP: Fix SALT value in some comments by Christophe JAILLET · 5 years ago
- 18f8124 Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_le by Marcel Holtmann · 5 years ago
- 600a874 Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS. by Alain Michaud · 5 years ago
- 75f7293 Bluetooth: remove set but not used variable 'smp' by YueHaibing · 5 years ago
- 28a220a bluetooth: switch to AES library by Ard Biesheuvel · 6 years ago
- 1d87b88 Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bug by Szymon Janc · 6 years ago
- 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
- 3d234b3 crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations by Eric Biggers · 6 years ago
- 1ad0f16 crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations by Eric Biggers · 6 years ago
- aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
- 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 30d65e0 Bluetooth: Fix debugfs NULL pointer dereference by Matias Karhumaa · 6 years ago
- cb28c30 Bluetooth: SMP: fix crash in unpairing by Matias Karhumaa · 6 years ago
- 4ba5175 Bluetooth: Use correct tfm to generate OOB data by Matias Karhumaa · 6 years ago
- 94f14e4 Bluetooth: SMP: Fix trying to use non-existent local OOB data by Johan Hedberg · 6 years ago
- 3bf5e97 Bluetooth: Re-use kstrtobool_from_user() by Andy Shevchenko · 7 years ago
- 64e759f Bluetooth: Fix missing encryption refresh on Security Request by Szymon Janc · 7 years ago
- 2064ee3 Bluetooth: Use bt_dev_err and bt_dev_info when possible by Marcel Holtmann · 7 years ago
- c0153b0 Bluetooth: let the crypto subsystem generate the ecc privkey by Tudor Ambarus · 7 years ago
- a297641 Bluetooth: ecdh_helper - reveal error codes by Tudor Ambarus · 7 years ago
- 47eb2ac Bluetooth: move ecdh allocation outside of ecdh_helper by Tudor Ambarus · 7 years ago
- 329d823 Bluetooth: use constant time memory comparison for secret values by Jason A. Donenfeld · 8 years ago
- 71653eb Bluetooth: Add selftest for ECDH key generation by Marcel Holtmann · 8 years ago
- 58771c1c Bluetooth: convert smp and selftest to crypto kpp API by Salvatore Benedetto · 8 years ago
- a62da6f Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flag by Johan Hedberg · 8 years ago
- 83ebb9e Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flag by Szymon Janc · 8 years ago
- a4770e1 Bluetooth: Switch SMP to crypto_cipher_encrypt_one() by Andy Lutomirski · 9 years ago
- 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- cff10ce Bluetooth: Fix incorrect removing of IRKs by Johan Hedberg · 9 years ago
- 71af2f6 Bluetooth: Use skcipher and hash by Herbert Xu · 9 years ago
- 7883746 Bluetooth: Fix l2cap_chan leak in SMP by Johan Hedberg · 9 years ago
- c81d555 Bluetooth: Fix crash in SMP when unpairing by Johan Hedberg · 9 years ago
- 1ede986 Bluetooth: Remove redundant (and possibly wrong) flag clearing by Johan Hedberg · 9 years ago
- cad20c2 Bluetooth: Don't use remote address type to decide IRK persistency by Johan Hedberg · 9 years ago
- 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- c5080d4 Bluetooth: Fix typo in smp_ah comment for hash function by Marcel Holtmann · 9 years ago
- d8949aa Bluetooth: Delay check for conn->smp in smp_conn_security() by Johan Hedberg · 9 years ago
- 25ba265 Bluetooth: Fix NULL pointer dereference in smp_conn_security by Johan Hedberg · 9 years ago
- e3f6a25 Bluetooth: Use actual encryption key size for SMP over BR/EDR by Johan Hedberg · 10 years ago
- b1f663c Bluetooth: Add debugfs support for min LE encryption key size by Johan Hedberg · 10 years ago
- 2fd3655 Bluetooth: Add debugfs support for max LE encryption key size by Johan Hedberg · 10 years ago
- 1fc62c5 Bluetooth: Fix exposing full value of shortened LTKs by Johan Hedberg · 10 years ago
- 8b76ce3 Bluetooth: Fix encryption key size handling for LTKs by Johan Hedberg · 10 years ago
- 011c391 Bluetooth: Add debug logs for legacy SMP crypto functions by Johan Hedberg · 10 years ago
- 64dd374 Bluetooth: Export SMP selftest result in debugfs by Marcel Holtmann · 10 years ago
- a4368ff Bluetooth: Refactor L2CAP variables into l2cap_ctrl by Johan Hedberg · 10 years ago
- 63511f6d Bluetooth: Fix potential NULL dereference in SMP channel setup by Marcel Holtmann · 10 years ago
- 19c5ce9 Bluetooth: Add workaround for broken OS X legacy SMP pairing by Johan Hedberg · 10 years ago
- fb334fe Bluetooth: Rename smp->local_rr into smp->local_rand by Marcel Holtmann · 10 years ago
- bc07cd6 Bluetooth: Add extra SMP_DBG statement for remote OOB data by Marcel Holtmann · 10 years ago
- e091526 Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32] by Marcel Holtmann · 10 years ago
- cb06d36 Bluetooth: Add clarifying comment when setting local OOB flag by Johan Hedberg · 10 years ago
- a8ca617 Bluetooth: Don't send public key if OOB data verification fails by Johan Hedberg · 10 years ago
- 94ea725 Bluetooth: Fix verifying confirm value when lacking remote OOB data by Johan Hedberg · 10 years ago
- 5842856 Bluetooth: Set local OOB data flag if remote has our OOB data by Johan Hedberg · 10 years ago
- 1a8bab4 Bluetooth: Track local vs remote OOB data availability by Johan Hedberg · 10 years ago
- 882fafa Bluetooth: Fix local OOB data handling for SMP by Johan Hedberg · 10 years ago
- 8e4e2ee Bluetooth: Use smp->local_pk + 32 instead of &smp->local_pk[32] by Marcel Holtmann · 10 years ago
- 33d0c03 Bluetooth: Use OOB key pair for LE SC pairing with OOB method by Marcel Holtmann · 10 years ago
- 60a27d6 Bluetooth: Add function for generating LE SC out-of-band data by Marcel Holtmann · 10 years ago
- 6e2dc6d1 Bluetooth: Add support for AES-CMAC hash for security manager device by Marcel Holtmann · 10 years ago
- 88a479d Bluetooth: Create SMP device structure for local crypto context by Marcel Holtmann · 10 years ago
- 276812e Bluetooth: Use kzfree instead of kfree in security manager by Marcel Holtmann · 10 years ago
- b7cb93e Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags by Marcel Holtmann · 10 years ago
- d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 10 years ago
- 983f981 Bluetooth: Remove two else branches that are not needed by Marcel Holtmann · 10 years ago
- 4cd3928 Bluetooth: Update New CSRK event to match latest specification by Johan Hedberg · 10 years ago
- 39e3e74 Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creation by Johan Hedberg · 10 years ago
- 4775a4e Bluetooth: Fix OOB data present value for SMP pairing by Marcel Holtmann · 10 years ago
- 2b8df32 Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channels by Marcel Holtmann · 10 years ago
- 7e7ec44 Bluetooth: Don't register any SMP channel if LE is not supported by Marcel Holtmann · 10 years ago
- 157029b Bluetooth: Fix LE SMP channel source address and source address type by Marcel Holtmann · 10 years ago