summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove unnecessary hdev locking in smp.cJohan Hedberg2014-11-151-7/+0
* Bluetooth: Convert IRK list to RCUJohan Hedberg2014-11-151-5/+5
* Bluetooth: Convert LTK list to RCUJohan Hedberg2014-11-151-6/+4
* Bluetooth: Add key preference parameter to smp_sufficient_securityJohan Hedberg2014-11-151-9/+11
* Bluetooth: Use proper nesting annotation for l2cap_chan lockJohan Hedberg2014-11-131-0/+10
* Bluetooth: Remove unnecessary hci_dev_lock/unlock in smp.cJohan Hedberg2014-11-121-4/+0
* Bluetooth: spelling fixesStephen Hemminger2014-10-281-2/+2
* Bluetooth: Revert SMP self-test patchesJohan Hedberg2014-10-281-120/+0
* Bluetooth: Add self-tests for SMP crypto functionsJohan Hedberg2014-10-251-0/+87
* Bluetooth: Add skeleton for SMP self-testsJohan Hedberg2014-10-251-0/+33
* Bluetooth: Pass only crypto context to SMP crypto functionsJohan Hedberg2014-10-251-18/+12
* Bluetooth: Fix setting correct security level when initiating SMPJohan Hedberg2014-09-181-1/+4
* Bluetooth: Avoid hard-coded IO capability values in SMPJohan Hedberg2014-09-111-2/+2
* Bluetooth: Add smp_ltk_sec_level() helper functionJohan Hedberg2014-09-111-1/+1
* Bluetooth: Fix SMP security level when we have no IO capabilitiesJohan Hedberg2014-09-111-2/+10
* Bluetooth: Centralize disallowing SMP commands to a single placeJohan Hedberg2014-09-111-16/+1
* Bluetooth: Fix ignoring unknown SMP authentication requirement bitsJohan Hedberg2014-09-111-9/+13
* Bluetooth: Remove unnecessary early initialization of variableJohan Hedberg2014-09-111-6/+2
* Bluetooth: Fix allowing SMP Signing info PDUJohan Hedberg2014-09-101-0/+2
* Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg2014-09-091-2/+1
* Bluetooth: Fix dereferencing conn variable before NULL checkJohan Hedberg2014-09-081-1/+3
* Bluetooth: Add strict checks for allowed SMP PDUsJohan Hedberg2014-09-081-38/+82
* Bluetooth: Fix calling smp_distribute_keys() when still waiting for keysJohan Hedberg2014-09-081-2/+3
* Bluetooth: Add define for key distribution maskJohan Hedberg2014-09-081-2/+3
* Bluetooth: Fix locking of the SMP contextJohan Hedberg2014-09-081-32/+44
* Bluetooth: Remove unnecessary deferred work for SMP key distributionJohan Hedberg2014-09-081-16/+5
* Bluetooth: Move identity address update behind a workqueueJohan Hedberg2014-09-081-1/+1
* Bluetooth: Don't take any action in smp_resume_cb if not encryptedJohan Hedberg2014-09-081-2/+4
* Bluetooth: Remove unnecessary checks after canceling SMP security timerJohan Hedberg2014-09-081-5/+1
* Bluetooth: Fix SMP error and response to be mutually exclusiveJohan Hedberg2014-09-081-8/+5
* 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
OpenPOWER on IntegriCloud