| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-20 | Bluetooth: SMP: Fix not generating mackey and ltk when repairing | Luiz Augusto von Dentz | 1 | -24/+7 |
| 2025-07-23 | Bluetooth: Fix typos in comments | Bastien Nocera | 1 | -1/+1 |
| 2025-07-16 | Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2025-07-16 | Bluetooth: SMP: If an unallowed command is received consider it a failure | Luiz Augusto von Dentz | 1 | -1/+18 |
| 2025-03-25 | Bluetooth: L2CAP: add TX timestamping | Pauli Virtanen | 1 | -1/+1 |
| 2025-03-25 | Bluetooth: SMP: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 1 | -1/+1 |
| 2024-08-30 | Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE" | Luiz Augusto von Dentz | 1 | -7/+0 |
| 2024-08-15 | Bluetooth: SMP: Fix assumption of Central always being Initiator | Luiz Augusto von Dentz | 1 | -72/+72 |
| 2023-12-15 | Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE | Xiao Yao | 1 | -0/+7 |
| 2023-09-15 | Bluetooth: Do not include crypto/algapi.h | Herbert Xu | 1 | -2/+1 |
| 2023-04-23 | Bluetooth: L2CAP: Delay identity address updates | Luiz Augusto von Dentz | 1 | -1/+8 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -1/+1 |
| 2021-06-26 | Bluetooth: use inclusive language in HCI role comments | Archie Pusaka | 1 | -3/+3 |
| 2021-06-26 | Bluetooth: smp: Use the correct print format | Kai Ye | 1 | -3/+3 |
| 2021-06-26 | Bluetooth: use inclusive language in SMP | Archie Pusaka | 1 | -32/+34 |
| 2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
| 2021-06-14 | Bluetooth: SMP: Fix crash when receiving new connection when debug is enabled | Luiz Augusto von Dentz | 1 | -3/+3 |
| 2021-06-02 | Bluetooth: Fix spelling mistakes | Zheng Yongjun | 1 | -3/+3 |
| 2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -49/+64 |
| 2021-04-02 | Bluetooth: SMP: Fix variable dereferenced before check 'conn' | Luiz Augusto von Dentz | 1 | -2/+2 |
| 2021-03-23 | Bluetooth: Remove trailing semicolon in macros | Meng Yu | 1 | -2/+2 |
| 2021-03-15 | Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbg | Luiz Augusto von Dentz | 1 | -46/+52 |
| 2021-03-13 | crypto: ecdh - move curve_id of ECDH from the key to algorithm name | Meng Yu | 1 | -3/+3 |
| 2021-03-11 | Bluetooth: SMP: Fail if remote and local public keys are identical | Luiz Augusto von Dentz | 1 | -0/+9 |
| 2021-01-06 | Bluetooth: avoid u128_xor() on potentially misaligned inputs | Ard Biesheuvel | 1 | -3/+2 |
| 2020-11-09 | Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredr | Claire Chang | 1 | -42/+2 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 1 | -12/+12 |
| 2020-07-31 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -4/+4 |
| 2020-07-31 | Bluetooth: Remove CRYPTO_ALG_INTERNAL flag | Herbert Xu | 1 | -3/+3 |
| 2020-07-10 | Bluetooth: core: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -13/+32 |
| 2020-05-18 | Bluetooth: Fix for GAP/SEC/SEM/BI-10-C | Ćukasz Rymanowski | 1 | -0/+4 |
| 2020-05-11 | Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager support | Marcel Holtmann | 1 | -4/+4 |
| 2020-05-08 | Bluetooth: use crypto_shash_tfm_digest() | Eric Biggers | 1 | -5/+1 |
| 2020-04-08 | Bluetooth: Always request for user confirmation for Just Works (LE SC) | Sonny Sasaka | 1 | -1/+4 |
| 2020-04-07 | Bluetooth: Simplify / fix return values from tk_request | Guenter Roeck | 1 | -5/+4 |
| 2020-04-07 | Bluetooth: debugfs option to unset MITM flag | Archie Pusaka | 1 | -5/+10 |
| 2020-04-02 | Bluetooth: Always request for user confirmation for Just Works | Sonny Sasaka | 1 | -2/+10 |
| 2020-02-19 | Bluetooth: fix passkey uninitialized when used | Howard Chung | 1 | -9/+11 |
| 2020-02-14 | Bluetooth: secure bluetooth stack from bluedump attack | Howard Chung | 1 | -0/+19 |
| 2020-01-28 | Bluetooth: SMP: Fix SALT value in some comments | Christophe JAILLET | 1 | -2/+2 |
| 2020-01-25 | Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_le | Marcel Holtmann | 1 | -93/+0 |
| 2020-01-15 | Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS. | Alain Michaud | 1 | -0/+18 |
| 2019-10-16 | Bluetooth: remove set but not used variable 'smp' | YueHaibing | 1 | -6/+0 |
| 2019-07-26 | bluetooth: switch to AES library | Ard Biesheuvel | 1 | -72/+31 |
| 2019-07-06 | Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bug | Szymon Janc | 1 | -0/+13 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -1/+0 |
| 2018-11-20 | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations | Eric Biggers | 1 | -1/+1 |
| 2018-11-20 | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations | Eric Biggers | 1 | -3/+3 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -1/+1 |
| 2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+25 |
| 2018-09-28 | Bluetooth: Fix debugfs NULL pointer dereference | Matias Karhumaa | 1 | -14/+9 |
| 2018-09-26 | Bluetooth: SMP: fix crash in unpairing | Matias Karhumaa | 1 | -4/+25 |
| 2018-09-11 | Bluetooth: Use correct tfm to generate OOB data | Matias Karhumaa | 1 | -1/+7 |
| 2018-09-11 | Bluetooth: SMP: Fix trying to use non-existent local OOB data | Johan Hedberg | 1 | -2/+6 |
| 2018-05-30 | Bluetooth: Re-use kstrtobool_from_user() | Andy Shevchenko | 1 | -8/+4 |
| 2018-03-01 | Bluetooth: Fix missing encryption refresh on Security Request | Szymon Janc | 1 | -1/+7 |
| 2017-10-30 | Bluetooth: Use bt_dev_err and bt_dev_info when possible | Marcel Holtmann | 1 | -11/+11 |
| 2017-10-06 | Bluetooth: let the crypto subsystem generate the ecc privkey | Tudor Ambarus | 1 | -37/+29 |
| 2017-10-06 | Bluetooth: ecdh_helper - reveal error codes | Tudor Ambarus | 1 | -7/+10 |
| 2017-10-06 | Bluetooth: move ecdh allocation outside of ecdh_helper | Tudor Ambarus | 1 | -13/+55 |
| 2017-06-10 | Bluetooth: use constant time memory comparison for secret values | Jason A. Donenfeld | 1 | -19/+20 |
| 2017-04-30 | Bluetooth: Add selftest for ECDH key generation | Marcel Holtmann | 1 | -0/+38 |
| 2017-04-25 | Bluetooth: convert smp and selftest to crypto kpp API | Salvatore Benedetto | 1 | -4/+4 |
| 2016-12-08 | Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flag | Johan Hedberg | 1 | -17/+68 |
| 2016-09-19 | Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flag | Szymon Janc | 1 | -1/+4 |
| 2016-07-08 | Bluetooth: Switch SMP to crypto_cipher_encrypt_one() | Andy Lutomirski | 1 | -39/+28 |
| 2016-03-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -72/+63 |
| 2016-01-29 | Bluetooth: Fix incorrect removing of IRKs | Johan Hedberg | 1 | -16/+0 |
| 2016-01-27 | Bluetooth: Use skcipher and hash | Herbert Xu | 1 | -72/+63 |
| 2015-11-11 | Bluetooth: Fix l2cap_chan leak in SMP | Johan Hedberg | 1 | -1/+6 |
| 2015-10-22 | Bluetooth: Fix crash in SMP when unpairing | Johan Hedberg | 1 | -0/+26 |
| 2015-10-21 | Bluetooth: Remove redundant (and possibly wrong) flag clearing | Johan Hedberg | 1 | -1/+0 |
| 2015-10-21 | Bluetooth: Don't use remote address type to decide IRK persistency | Johan Hedberg | 1 | -16/+17 |
| 2015-09-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+6 |
| 2015-09-17 | Bluetooth: Fix typo in smp_ah comment for hash function | Marcel Holtmann | 1 | -1/+1 |
| 2015-09-17 | Bluetooth: Delay check for conn->smp in smp_conn_security() | Johan Hedberg | 1 | -6/+6 |
| 2015-07-23 | Bluetooth: Fix NULL pointer dereference in smp_conn_security | Johan Hedberg | 1 | -0/+4 |
| 2015-06-12 | Bluetooth: Use actual encryption key size for SMP over BR/EDR | Johan Hedberg | 1 | -2/+2 |
| 2015-06-12 | Bluetooth: Add debugfs support for min LE encryption key size | Johan Hedberg | 1 | -1/+50 |
| 2015-06-12 | Bluetooth: Add debugfs support for max LE encryption key size | Johan Hedberg | 1 | -4/+57 |
| 2015-06-10 | Bluetooth: Fix exposing full value of shortened LTKs | Johan Hedberg | 1 | -1/+8 |
| 2015-06-09 | Bluetooth: Fix encryption key size handling for LTKs | Johan Hedberg | 1 | -12/+3 |
| 2015-05-19 | Bluetooth: Add debug logs for legacy SMP crypto functions | Johan Hedberg | 1 | -4/+16 |
| 2015-04-02 | Bluetooth: Export SMP selftest result in debugfs | Marcel Holtmann | 1 | -9/+34 |
| 2015-03-30 | Bluetooth: Refactor L2CAP variables into l2cap_ctrl | Johan Hedberg | 1 | -1/+1 |
| 2015-03-18 | Bluetooth: Fix potential NULL dereference in SMP channel setup | Marcel Holtmann | 1 | -3/+5 |
| 2015-03-17 | Bluetooth: Add workaround for broken OS X legacy SMP pairing | Johan Hedberg | 1 | -8/+67 |
| 2015-03-16 | Bluetooth: Rename smp->local_rr into smp->local_rand | Marcel Holtmann | 1 | -5/+5 |
| 2015-03-16 | Bluetooth: Add extra SMP_DBG statement for remote OOB data | Marcel Holtmann | 1 | -0/+2 |
| 2015-03-16 | Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32] | Marcel Holtmann | 1 | -1/+1 |
| 2015-03-16 | Bluetooth: Add clarifying comment when setting local OOB flag | Johan Hedberg | 1 | -0/+8 |
| 2015-03-16 | Bluetooth: Don't send public key if OOB data verification fails | Johan Hedberg | 1 | -10/+10 |
| 2015-03-16 | Bluetooth: Fix verifying confirm value when lacking remote OOB data | Johan Hedberg | 1 | -1/+3 |
| 2015-03-16 | Bluetooth: Set local OOB data flag if remote has our OOB data | Johan Hedberg | 1 | -0/+6 |
| 2015-03-16 | Bluetooth: Track local vs remote OOB data availability | Johan Hedberg | 1 | -4/+6 |
| 2015-03-16 | Bluetooth: Fix local OOB data handling for SMP | Johan Hedberg | 1 | -2/+5 |
| 2015-03-16 | Bluetooth: Use smp->local_pk + 32 instead of &smp->local_pk[32] | Marcel Holtmann | 1 | -1/+1 |
| 2015-03-16 | Bluetooth: Use OOB key pair for LE SC pairing with OOB method | Marcel Holtmann | 1 | -0/+20 |
| 2015-03-16 | Bluetooth: Add function for generating LE SC out-of-band data | Marcel Holtmann | 1 | -0/+53 |
| 2015-03-16 | Bluetooth: Add support for AES-CMAC hash for security manager device | Marcel Holtmann | 1 | -0/+14 |
| 2015-03-16 | Bluetooth: Create SMP device structure for local crypto context | Marcel Holtmann | 1 | -16/+31 |
| 2015-03-16 | Bluetooth: Use kzfree instead of kfree in security manager | Marcel Holtmann | 1 | -8/+8 |
| 2015-03-13 | Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags | Marcel Holtmann | 1 | -5/+5 |
| 2015-03-13 | Bluetooth: Introduce hci_dev_test_flag helper macro | Marcel Holtmann | 1 | -22/+22 |
| 2015-03-12 | Bluetooth: Remove two else branches that are not needed | Marcel Holtmann | 1 | -4/+4 |
| 2015-02-27 | Bluetooth: Update New CSRK event to match latest specification | Johan Hedberg | 1 | -2/+8 |
| 2015-02-20 | Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creation | Johan Hedberg | 1 | -17/+7 |
| 2015-01-31 | Bluetooth: Fix OOB data present value for SMP pairing | Marcel Holtmann | 1 | -1/+1 |
| 2015-01-15 | Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channels | Marcel Holtmann | 1 | -0/+12 |
| 2015-01-15 | Bluetooth: Don't register any SMP channel if LE is not supported | Marcel Holtmann | 1 | -0/+6 |
| 2015-01-15 | Bluetooth: Fix LE SMP channel source address and source address type | Marcel Holtmann | 1 | -4/+23 |
| 2015-01-14 | Bluetooth: Fix valid Identity Address check | Johan Hedberg | 1 | -1/+5 |
| 2015-01-14 | Bluetooth: Use %llu for printing duration details of selftests | Marcel Holtmann | 1 | -1/+1 |
| 2015-01-02 | Bluetooth: Fix for a leftover debug of pairing credentials | Marcel Holtmann | 1 | -1/+1 |
| 2015-01-02 | Bluetooth: Introduce force_bredr_smp debugfs option for testing | Marcel Holtmann | 1 | -4/+74 |
| 2014-12-30 | Bluetooth: Add timing information to SMP test case runs | Marcel Holtmann | 1 | -1/+9 |
| 2014-12-30 | Bluetooth: Add LE Secure Connections tests for SMP | Johan Hedberg | 1 | -0/+186 |
| 2014-12-30 | Bluetooth: Add legacy SMP tests | Johan Hedberg | 1 | -0/+95 |
| 2014-12-30 | Bluetooth: Add skeleton for SMP self-tests | Johan Hedberg | 1 | -0/+39 |
| 2014-12-30 | Bluetooth: Fix const declarations for smp_f5 and smp_f6 | Johan Hedberg | 1 | -3/+4 |
| 2014-12-15 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 1 | -2/+3 |
| 2014-12-10 | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | David S. Miller | 1 | -4/+1 |
| 2014-12-09 | first fruits - kill l2cap ->memcpy_fromiovec() | Al Viro | 1 | -3/+1 |
| 2014-12-09 | put iov_iter into msghdr | Al Viro | 1 | -2/+1 |
| 2014-12-09 | Bluetooth: fix err_cast.cocci warnings | Fengguang Wu | 1 | -1/+1 |
| 2014-12-07 | Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDR | Marcel Holtmann | 1 | -1/+2 |
| 2014-12-03 | Bluetooth: Fix false-positive "uninitialized" compiler warning | Johan Hedberg | 1 | -10/+12 |
| 2014-12-03 | Bluetooth: Fix minor coding style issue in smp.c | Johan Hedberg | 1 | -1/+1 |
| 2014-12-03 | Bluetooth: Fix SMP debug key handling | Johan Hedberg | 1 | -2/+13 |
| 2014-12-03 | Bluetooth: Organize SMP crypto functions to logical sections | Johan Hedberg | 1 | -63/+71 |
| 2014-12-03 | Bluetooth: Fix missing const declarations in SMP functions | Johan Hedberg | 1 | -8/+10 |
| 2014-12-03 | Bluetooth: Introduce SMP_DBG macro for low-level debuging | Johan Hedberg | 1 | -28/+40 |
| 2014-12-03 | Bluetooth: Add basic LE SC OOB support for remote OOB data | Johan Hedberg | 1 | -2/+36 |
| 2014-12-03 | Bluetooth: Set SMP OOB flag if OOB data is available | Johan Hedberg | 1 | -6/+25 |
| 2014-12-03 | Bluetooth: Add SC-only mode support for SMP | Johan Hedberg | 1 | -0/+9 |
| 2014-12-03 | Bluetooth: Add full SMP BR/EDR support | Johan Hedberg | 1 | -22/+208 |
| 2014-12-03 | Bluetooth: Add skeleton for BR/EDR SMP channel | Johan Hedberg | 1 | -18/+71 |
| 2014-12-03 | Bluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KEYS is set | Johan Hedberg | 1 | -9/+18 |
| 2014-12-03 | Bluetooth: Add dummy handler for LE SC keypress notification | Johan Hedberg | 1 | -0/+14 |
| 2014-12-03 | Bluetooth: Fix DHKey Check sending order for slave role | Johan Hedberg | 1 | -17/+43 |
| 2014-12-03 | Bluetooth: Add passkey entry support for LE SC | Johan Hedberg | 1 | -11/+180 |
| 2014-12-03 | Bluetooth: Fix BR/EDR Link Key type when derived through LE SC | Johan Hedberg | 1 | -3/+24 |
| 2014-12-03 | Bluetooth: Add support for SC just-works pairing | Johan Hedberg | 1 | -12/+27 |
| 2014-12-03 | Bluetooth: Set correct LTK type and authentication for SC | Johan Hedberg | 1 | -1/+12 |
| 2014-12-03 | Bluetooth: Add check for accidentally generating a debug key | Johan Hedberg | 1 | -3/+11 |
| 2014-12-03 | Bluetooth: Detect SMP SC debug keys | Johan Hedberg | 1 | -0/+27 |
| 2014-12-03 | Bluetooth: Add selection of the SC authentication method | Johan Hedberg | 1 | -5/+69 |
| 2014-12-03 | Bluetooth: Track authentication method in SMP context | Johan Hedberg | 1 | -15/+17 |
| 2014-12-03 | Bluetooth: Add support for LE SC key generation | Johan Hedberg | 1 | -0/+57 |
| 2014-12-03 | Bluetooth: Add support for LE SC DHKey check PDU | Johan Hedberg | 1 | -0/+56 |
| 2014-12-03 | Bluetooth: Add support for handling LE SC user response | Johan Hedberg | 1 | -0/+154 |
| 2014-12-03 | Bluetooth: Add support for LE SC numeric comparison | Johan Hedberg | 1 | -1/+70 |
| 2014-12-03 | Bluetooth: Add LE SC support for responding to Pairing Confirm PDU | Johan Hedberg | 1 | -0/+22 |
| 2014-12-03 | Bluetooth: Add support for sending LE SC Confirm value | Johan Hedberg | 1 | -0/+96 |
| 2014-12-03 | Bluetooth: Add handler function for receiving LE SC public key | Johan Hedberg | 1 | -0/+44 |
| 2014-12-03 | Bluetooth: Add basic support for sending our LE SC public key | Johan Hedberg | 1 | -1/+44 |
| 2014-12-03 | Bluetooth: Add basic support for AES-CMAC | Johan Hedberg | 1 | -0/+10 |
| 2014-12-03 | Bluetooth: Set link key generation bit if necessary for LE SC | Johan Hedberg | 1 | -0/+10 |
| 2014-12-03 | Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk | Johan Hedberg | 1 | -4/+2 |
| 2014-12-03 | Bluetooth: Update SMP security level to/from auth_req for SC | Johan Hedberg | 1 | -4/+14 |
| 2014-12-03 | Bluetooth: Add SMP flag for SC and set it when necessary. | Johan Hedberg | 1 | -0/+7 |
| 2014-12-03 | Bluetooth: Make auth_req mask dependent on SC enabled or not | Johan Hedberg | 1 | -7/+10 |
| 2014-11-15 | Bluetooth: Remove unnecessary hdev locking in smp.c | Johan Hedberg | 1 | -7/+0 |
| 2014-11-15 | Bluetooth: Convert IRK list to RCU | Johan Hedberg | 1 | -5/+5 |
| 2014-11-15 | Bluetooth: Convert LTK list to RCU | Johan Hedberg | 1 | -6/+4 |
| 2014-11-15 | Bluetooth: Add key preference parameter to smp_sufficient_security | Johan Hedberg | 1 | -9/+11 |
| 2014-11-13 | Bluetooth: Use proper nesting annotation for l2cap_chan lock | Johan Hedberg | 1 | -0/+10 |
| 2014-11-12 | Bluetooth: Remove unnecessary hci_dev_lock/unlock in smp.c | Johan Hedberg | 1 | -4/+0 |
| 2014-10-28 | Bluetooth: spelling fixes | Stephen Hemminger | 1 | -2/+2 |
| 2014-10-28 | Bluetooth: Revert SMP self-test patches | Johan Hedberg | 1 | -120/+0 |
| 2014-10-25 | Bluetooth: Add self-tests for SMP crypto functions | Johan Hedberg | 1 | -0/+87 |
| 2014-10-25 | Bluetooth: Add skeleton for SMP self-tests | Johan Hedberg | 1 | -0/+33 |
| 2014-10-25 | Bluetooth: Pass only crypto context to SMP crypto functions | Johan Hedberg | 1 | -18/+12 |
| 2014-09-18 | Bluetooth: Fix setting correct security level when initiating SMP | Johan Hedberg | 1 | -1/+4 |
| 2014-09-11 | Bluetooth: Avoid hard-coded IO capability values in SMP | Johan Hedberg | 1 | -2/+2 |
| 2014-09-11 | Bluetooth: Add smp_ltk_sec_level() helper function | Johan Hedberg | 1 | -1/+1 |
| 2014-09-11 | Bluetooth: Fix SMP security level when we have no IO capabilities | Johan Hedberg | 1 | -2/+10 |
| 2014-09-11 | Bluetooth: Centralize disallowing SMP commands to a single place | Johan Hedberg | 1 | -16/+1 |
| 2014-09-11 | Bluetooth: Fix ignoring unknown SMP authentication requirement bits | Johan Hedberg | 1 | -9/+13 |
| 2014-09-11 | Bluetooth: Remove unnecessary early initialization of variable | Johan Hedberg | 1 | -6/+2 |
| 2014-09-10 | Bluetooth: Fix allowing SMP Signing info PDU | Johan Hedberg | 1 | -0/+2 |
| 2014-09-09 | Bluetooth: Fix mgmt pairing failure when authentication fails | Johan Hedberg | 1 | -2/+1 |
| 2014-09-08 | Bluetooth: Fix dereferencing conn variable before NULL check | Johan Hedberg | 1 | -1/+3 |
| 2014-09-08 | Bluetooth: Add strict checks for allowed SMP PDUs | Johan Hedberg | 1 | -38/+82 |
| 2014-09-08 | Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys | Johan Hedberg | 1 | -2/+3 |
| 2014-09-08 | Bluetooth: Add define for key distribution mask | Johan Hedberg | 1 | -2/+3 |
| 2014-09-08 | Bluetooth: Fix locking of the SMP context | Johan Hedberg | 1 | -32/+44 |
| 2014-09-08 | Bluetooth: Remove unnecessary deferred work for SMP key distribution | Johan Hedberg | 1 | -16/+5 |
| 2014-09-08 | Bluetooth: Move identity address update behind a workqueue | Johan Hedberg | 1 | -1/+1 |
| 2014-09-08 | Bluetooth: Don't take any action in smp_resume_cb if not encrypted | Johan Hedberg | 1 | -2/+4 |
| 2014-09-08 | Bluetooth: Remove unnecessary checks after canceling SMP security timer | Johan Hedberg | 1 | -5/+1 |
| 2014-09-08 | Bluetooth: Fix SMP error and response to be mutually exclusive | Johan Hedberg | 1 | -8/+5 |
| 2014-09-08 | Bluetooth: Use hci_disconnect for immediate disconnection from SMP | Johan Hedberg | 1 | -2/+2 |
| 2014-08-14 | Bluetooth: Make smp_chan_destroy() private to smp.c | Johan Hedberg | 1 | -50/+50 |
| 2014-08-14 | Bluetooth: Always call smp_distribute_keys() from a workqueue | Johan Hedberg | 1 | -16/+26 |
| 2014-08-14 | Bluetooth: Move canceling security_timer into smp_chan_destroy() | Johan Hedberg | 1 | -6/+6 |
| 2014-08-14 | Bluetooth: Add SMP-internal timeout callback | Johan Hedberg | 1 | -9/+43 |
| 2014-08-14 | Bluetooth: Fix double free of SMP data skb | Johan Hedberg | 1 | -7/+6 |
| 2014-08-14 | Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback fails | Johan Hedberg | 1 | -1/+19 |