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