aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Bluetooth: Make smp_chan_destroy() private to smp.cJohan Hedberg1-50/+50
2014-08-14Bluetooth: Always call smp_distribute_keys() from a workqueueJohan Hedberg1-16/+26
2014-08-14Bluetooth: Move canceling security_timer into smp_chan_destroy()Johan Hedberg1-6/+6
2014-08-14Bluetooth: Add SMP-internal timeout callbackJohan Hedberg1-9/+43
2014-08-14Bluetooth: Fix double free of SMP data skbJohan Hedberg1-7/+6
2014-08-14Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback failsJohan Hedberg1-1/+19
2014-08-14Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg1-184/+196
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg1-56/+66
2014-08-14Bluetooth: Make AES crypto context private to SMPJohan Hedberg1-13/+28
2014-08-14Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg1-1/+130
2014-08-14Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg1-0/+26
2014-08-14Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP contextJohan Hedberg1-1/+1
2014-08-14Bluetooth: Remove redundant check for remote_key_distJohan Hedberg1-2/+1
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg1-3/+3
2014-07-30Bluetooth: Fix SMP context tracking leading to a kernel crashJohan Hedberg1-5/+8
2014-07-26Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann1-0/+16
2014-07-18Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg1-2/+2
2014-07-17Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg1-0/+4
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg1-2/+2
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg1-6/+6
2014-07-14Bluetooth: Fix trying LTK re-encryption when we don't have an LTKJohan Hedberg1-2/+5
2014-07-10Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not setJohan Hedberg1-0/+9
2014-07-09Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATORJohan Hedberg1-4/+0
2014-07-09Bluetooth: Fix forcing SMP just-works with no-bondingJohan Hedberg1-4/+0
2014-07-09Bluetooth: Always confirm incoming SMP just-works requestsJohan Hedberg1-5/+11
2014-07-03Bluetooth: Allow re-encryption with LTK when STK is in useJohan Hedberg1-0/+8
2014-07-03Bluetooth: Add flag to track STK encryptionJohan Hedberg1-0/+4
2014-07-03Bluetooth: Fix redundant encryption when receiving Security RequestJohan Hedberg1-11/+14
2014-07-03Bluetooth: Use bool for smp_ltk_encrypt return valueMarcel Holtmann1-5/+5
2014-07-03Bluetooth: Remove unnecessary hcon->smp_conn variableJohan Hedberg1-3/+1
2014-07-03Bluetooth: Fix missing check for SMP session in smp_user_confirm_replyJohan Hedberg1-1/+1
2014-07-03Bluetooth: Update SMP crypto functions to take the SMP contextJohan Hedberg1-29/+19
2014-07-03Bluetooth: Add dedicated AES instance for each SMP contextJohan Hedberg1-0/+11
2014-07-03Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_infoJohan Hedberg1-2/+6
2014-07-03Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg1-6/+6
2014-07-03Bluetooth: Add flexible buffer byte order swapping functionJohan Hedberg1-13/+7
2014-07-03Bluetooth: Convert SMP flags into an enumJohan Hedberg1-5/+7
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg1-4/+3
2014-07-03Bluetooth: Remove unnecessary SMP STK defineJohan Hedberg1-1/+5
2014-07-03Bluetooth: Fix missing NULL check for smp_chan_create() return valueJohan Hedberg1-0/+2
2014-06-20Bluetooth: Fix rejecting pairing in case of insufficient capabilitiesJohan Hedberg1-0/+20
2014-06-20Bluetooth: Refactor authentication method lookup into its own functionJohan Hedberg1-5/+12
2014-06-20Bluetooth: Fix overriding higher security level in SMPJohan Hedberg1-9/+14
2014-06-13Bluetooth: Fix setting correct authentication information for SMP STKJohan Hedberg1-2/+7
2014-05-31Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg1-3/+4
2014-05-20Bluetooth: Update smp_confirm to return a response codeJohan Hedberg1-14/+11
2014-05-20Bluetooth: Update smp_random to return a response codeJohan Hedberg1-23/+11
2014-05-20Bluetooth: Rename smp->smp_flags to smp->flagsJohan Hedberg1-19/+18
2014-05-20Bluetooth: Remove unnecessary work structs from SMP codeJohan Hedberg1-16/+6
2014-05-20Bluetooth: Fix setting initial local auth_req valueJohan Hedberg1-4/+2