index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
smp.c
Age
Commit message (
Expand
)
Author
2014-07-14
Bluetooth: Fix trying LTK re-encryption when we don't have an LTK
Johan Hedberg
2014-07-10
Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not set
Johan Hedberg
2014-07-09
Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATOR
Johan Hedberg
2014-07-09
Bluetooth: Fix forcing SMP just-works with no-bonding
Johan Hedberg
2014-07-09
Bluetooth: Always confirm incoming SMP just-works requests
Johan Hedberg
2014-07-03
Bluetooth: Allow re-encryption with LTK when STK is in use
Johan Hedberg
2014-07-03
Bluetooth: Add flag to track STK encryption
Johan Hedberg
2014-07-03
Bluetooth: Fix redundant encryption when receiving Security Request
Johan Hedberg
2014-07-03
Bluetooth: Use bool for smp_ltk_encrypt return value
Marcel Holtmann
2014-07-03
Bluetooth: Remove unnecessary hcon->smp_conn variable
Johan Hedberg
2014-07-03
Bluetooth: Fix missing check for SMP session in smp_user_confirm_reply
Johan Hedberg
2014-07-03
Bluetooth: Update SMP crypto functions to take the SMP context
Johan Hedberg
2014-07-03
Bluetooth: Add dedicated AES instance for each SMP context
Johan Hedberg
2014-07-03
Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_info
Johan Hedberg
2014-07-03
Bluetooth: Convert hci_conn->link_mode into flags
Johan Hedberg
2014-07-03
Bluetooth: Add flexible buffer byte order swapping function
Johan Hedberg
2014-07-03
Bluetooth: Convert SMP flags into an enum
Johan Hedberg
2014-07-03
Bluetooth: Remove HCI prefix from SMP LTK defines
Johan Hedberg
2014-07-03
Bluetooth: Remove unnecessary SMP STK define
Johan Hedberg
2014-07-03
Bluetooth: Fix missing NULL check for smp_chan_create() return value
Johan Hedberg
2014-06-20
Bluetooth: Fix rejecting pairing in case of insufficient capabilities
Johan Hedberg
2014-06-20
Bluetooth: Refactor authentication method lookup into its own function
Johan Hedberg
2014-06-20
Bluetooth: Fix overriding higher security level in SMP
Johan Hedberg
2014-06-13
Bluetooth: Fix setting correct authentication information for SMP STK
Johan Hedberg
2014-05-31
Bluetooth: Fix requiring SMP MITM for outgoing connections
Johan Hedberg
2014-05-20
Bluetooth: Update smp_confirm to return a response code
Johan Hedberg
2014-05-20
Bluetooth: Update smp_random to return a response code
Johan Hedberg
2014-05-20
Bluetooth: Rename smp->smp_flags to smp->flags
Johan Hedberg
2014-05-20
Bluetooth: Remove unnecessary work structs from SMP code
Johan Hedberg
2014-05-20
Bluetooth: Fix setting initial local auth_req value
Johan Hedberg
2014-05-20
Bluetooth: Make SMP context private to smp.c
Johan Hedberg
2014-05-08
Bluetooth: Add support for SMP Invalid Parameters error code
Johan Hedberg
2014-03-24
Bluetooth: Remove unnecessary assignment in SMP
Johan Hedberg
2014-03-24
Bluetooth: Fix potential NULL pointer dereference in smp_conn_security
Johan Hedberg
2014-03-24
Bluetooth: Remove LTK re-encryption procedure
Johan Hedberg
2014-03-24
Bluetooth: Don't try to confirm locally initiated SMP pairing
Johan Hedberg
2014-03-24
Bluetooth: Add SMP flag to track which side is the initiator
Johan Hedberg
2014-03-24
Bluetooth: Fix SMP confirmation callback handling
Johan Hedberg
2014-03-24
Bluetooth: Fix potential NULL pointer dereference in SMP
Johan Hedberg
2014-03-20
Bluetooth: Fix address value for early disconnection events
Johan Hedberg
2014-03-19
Bluetooth: Fix passkey endianess in user_confirm and notify_passkey
Johan Hedberg
2014-03-19
Bluetooth: Fix SMP user passkey notification mgmt event
Johan Hedberg
2014-03-19
Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALID
Johan Hedberg
2014-03-18
Bluetooth: Fix MITM flag when initiating SMP pairing
Johan Hedberg
2014-03-18
Bluetooth: Fix smp_e byte order to be consistent with SMP specification
Johan Hedberg
2014-03-18
Bluetooth: Fix const declaration for swap function src parameter
Johan Hedberg
2014-03-14
Bluetooth: Fix updating SMP remote key distribution information
Johan Hedberg
2014-03-12
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-03-10
Bluetooth: Make LTK and CSRK only persisent when bonding
Marcel Holtmann
2014-03-09
Bluetooth: Add support for handling signature resolving keys
Marcel Holtmann
[next]