aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-05Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg1-4/+12
2013-12-04Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg1-8/+1
2013-12-04Bluetooth: Remove useless smp_rand functionJohan Hedberg1-13/+2
2013-12-04Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg1-8/+8
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-0/+3
2013-11-13Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg1-0/+3
2013-10-18Bluetooth: Use hcon directly instead of conn->hcon where possibleMarcel Holtmann1-1/+1
2013-10-16Bluetooth: Ignore SMP data on non-LE linksJohan Hedberg1-1/+1
2013-10-13Bluetooth: Fix coding style violations in SMP handlingMarcel Holtmann1-18/+17
2013-10-13Bluetooth: Fix input address type for SMP C1 functionMarcel Holtmann1-8/+10
2013-10-13Bluetooth: Use hci_conn->src address for SMP functionsMarcel Holtmann1-7/+5
2013-10-13Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMPMarcel Holtmann1-18/+21
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann1-1/+2
2013-10-03Bluetooth: Check minimum length of SMP packetsMarcel Holtmann1-2/+7
2013-10-03Bluetooth: SMP packets are only valid on LE connectionsMarcel Holtmann1-0/+6
2013-06-12Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg1-2/+2
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-1/+1
2013-01-31Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg1-0/+13
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-09Bluetooth: Fix error status when pairing failsPaulo Sérgio1-1/+1
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+4
2012-10-12Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg1-2/+4
2012-10-11Bluetooth: Use __constant modifier for L2CAP SMP CIDSyam Sidhardhan1-1/+1
2012-08-27Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes1-2/+2
2012-08-15Bluetooth: Fix use-after-free bug in SMPAndre Guedes1-3/+3
2012-08-06Bluetooth: smp: Fix possible NULL dereferenceAndrei Emeltchenko1-1/+4
2012-06-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+7
2012-06-08Bluetooth: Fix SMP security elevation from medium to highJohan Hedberg1-3/+6
2012-06-08Bluetooth: Fix SMP pairing method selectionJohan Hedberg1-1/+1
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-3/+4
2012-05-09Bluetooth: Correct ediv in SMPAndrei Emeltchenko1-1/+1
2012-03-08Bluetooth: Set security level on incoming pairing requestIdo Yariv1-0/+2
2012-03-08Bluetooth: Fix access to the STK generation methods matrixIdo Yariv1-1/+1
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan1-17/+13
2012-03-02Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesMarcel Holtmann1-3/+2
2012-02-13Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg1-1/+4
2012-02-13Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg1-1/+3
2012-02-13Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes1-15/+23
2012-02-13Bluetooth: Fix invalid memory access when there's no SMP channelVinicius Costa Gomes1-3/+6
2012-02-13Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes1-9/+9
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg1-10/+9
2012-02-13Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg1-1/+1
2011-12-23Bluetooth: Incorrect address while storing LTK.Hemant Gupta1-1/+1
2011-12-22Bluetooth: Add MITM mechanism to LE-SMPBrian Gix1-22/+204
2011-12-20Bluetooth: convert security timer to delayed_workGustavo F. Padovan1-3/+4
2011-12-01Bluetooth: Centralize SMP pairing failure handlingBrian Gix1-6/+16
2011-12-01Bluetooth: Cleanup blkcipher on SMP terminationBrian Gix1-1/+9
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz1-1/+2
2011-09-21Bluetooth: Remove support for other SMP keys than the LTKVinicius Costa Gomes1-1/+1
2011-09-21Bluetooth: Fix not setting a pending security levelVinicius Costa Gomes1-0/+2