summaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)Author
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg
2014-07-30Bluetooth: Fix SMP context tracking leading to a kernel crashJohan Hedberg
2014-07-26Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann
2014-07-18Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg
2014-07-17Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg
2014-07-14Bluetooth: Fix trying LTK re-encryption when we don't have an LTKJohan Hedberg
2014-07-10Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not setJohan Hedberg
2014-07-09Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATORJohan Hedberg
2014-07-09Bluetooth: Fix forcing SMP just-works with no-bondingJohan Hedberg
2014-07-09Bluetooth: Always confirm incoming SMP just-works requestsJohan Hedberg
2014-07-03Bluetooth: Allow re-encryption with LTK when STK is in useJohan Hedberg
2014-07-03Bluetooth: Add flag to track STK encryptionJohan Hedberg
2014-07-03Bluetooth: Fix redundant encryption when receiving Security RequestJohan Hedberg
2014-07-03Bluetooth: Use bool for smp_ltk_encrypt return valueMarcel Holtmann
2014-07-03Bluetooth: Remove unnecessary hcon->smp_conn variableJohan Hedberg
2014-07-03Bluetooth: Fix missing check for SMP session in smp_user_confirm_replyJohan Hedberg
2014-07-03Bluetooth: Update SMP crypto functions to take the SMP contextJohan Hedberg
2014-07-03Bluetooth: Add dedicated AES instance for each SMP contextJohan Hedberg
2014-07-03Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_infoJohan Hedberg
2014-07-03Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg
2014-07-03Bluetooth: Add flexible buffer byte order swapping functionJohan Hedberg
2014-07-03Bluetooth: Convert SMP flags into an enumJohan Hedberg
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg
2014-07-03Bluetooth: Remove unnecessary SMP STK defineJohan Hedberg
2014-07-03Bluetooth: Fix missing NULL check for smp_chan_create() return valueJohan Hedberg
2014-06-20Bluetooth: Fix rejecting pairing in case of insufficient capabilitiesJohan Hedberg
2014-06-20Bluetooth: Refactor authentication method lookup into its own functionJohan Hedberg
2014-06-20Bluetooth: Fix overriding higher security level in SMPJohan Hedberg
2014-06-13Bluetooth: Fix setting correct authentication information for SMP STKJohan Hedberg
2014-05-31Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg
2014-05-20Bluetooth: Update smp_confirm to return a response codeJohan Hedberg
2014-05-20Bluetooth: Update smp_random to return a response codeJohan Hedberg
2014-05-20Bluetooth: Rename smp->smp_flags to smp->flagsJohan Hedberg
2014-05-20Bluetooth: Remove unnecessary work structs from SMP codeJohan Hedberg
2014-05-20Bluetooth: Fix setting initial local auth_req valueJohan Hedberg
2014-05-20Bluetooth: Make SMP context private to smp.cJohan Hedberg
2014-05-08Bluetooth: Add support for SMP Invalid Parameters error codeJohan Hedberg
2014-03-24Bluetooth: Remove unnecessary assignment in SMPJohan Hedberg
2014-03-24Bluetooth: Fix potential NULL pointer dereference in smp_conn_securityJohan Hedberg
2014-03-24Bluetooth: Remove LTK re-encryption procedureJohan Hedberg
2014-03-24Bluetooth: Don't try to confirm locally initiated SMP pairingJohan Hedberg
2014-03-24Bluetooth: Add SMP flag to track which side is the initiatorJohan Hedberg
2014-03-24Bluetooth: Fix SMP confirmation callback handlingJohan Hedberg
2014-03-24Bluetooth: Fix potential NULL pointer dereference in SMPJohan Hedberg
2014-03-20Bluetooth: Fix address value for early disconnection eventsJohan Hedberg
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg
2014-03-19Bluetooth: Fix SMP user passkey notification mgmt eventJohan Hedberg
2014-03-19Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALIDJohan Hedberg