summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Use hci_disconnect for immediate disconnection from SMPJohan Hedberg2014-09-081-2/+2
* Bluetooth: Make smp_chan_destroy() private to smp.cJohan Hedberg2014-08-141-50/+50
* Bluetooth: Always call smp_distribute_keys() from a workqueueJohan Hedberg2014-08-141-16/+26
* Bluetooth: Move canceling security_timer into smp_chan_destroy()Johan Hedberg2014-08-141-6/+6
* Bluetooth: Add SMP-internal timeout callbackJohan Hedberg2014-08-141-9/+43
* Bluetooth: Fix double free of SMP data skbJohan Hedberg2014-08-141-7/+6
* Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback failsJohan Hedberg2014-08-141-1/+19
* Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg2014-08-141-184/+196
* Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg2014-08-141-56/+66
* Bluetooth: Make AES crypto context private to SMPJohan Hedberg2014-08-141-13/+28
* Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg2014-08-141-1/+130
* Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg2014-08-141-0/+26
* Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP contextJohan Hedberg2014-08-141-1/+1
* Bluetooth: Remove redundant check for remote_key_distJohan Hedberg2014-08-141-2/+1
* 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-06-011-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