summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-11-151-0/+3
|\
| * Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg2013-11-131-0/+3
* | Bluetooth: Use hcon directly instead of conn->hcon where possibleMarcel Holtmann2013-10-181-1/+1
* | Bluetooth: Ignore SMP data on non-LE linksJohan Hedberg2013-10-161-1/+1
* | Bluetooth: Fix coding style violations in SMP handlingMarcel Holtmann2013-10-131-18/+17Star
* | Bluetooth: Fix input address type for SMP C1 functionMarcel Holtmann2013-10-131-8/+10
* | Bluetooth: Use hci_conn->src address for SMP functionsMarcel Holtmann2013-10-131-7/+5Star
* | Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMPMarcel Holtmann2013-10-131-18/+21
* | Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-1/+2
* | Bluetooth: Check minimum length of SMP packetsMarcel Holtmann2013-10-031-2/+7
* | Bluetooth: SMP packets are only valid on LE connectionsMarcel Holtmann2013-10-031-0/+6
|/
* Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg2013-06-121-2/+2
* Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-111-1/+1
* Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg2013-01-311-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-181-1/+1
|\
| * Bluetooth: Fix error status when pairing failsPaulo Sérgio2012-11-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-231-2/+4
|\|
| * Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg2012-10-121-2/+4
* | Bluetooth: Use __constant modifier for L2CAP SMP CIDSyam Sidhardhan2012-10-111-1/+1
|/
* Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes2012-08-271-2/+2
* Bluetooth: Fix use-after-free bug in SMPAndre Guedes2012-08-151-3/+3
* Bluetooth: smp: Fix possible NULL dereferenceAndrei Emeltchenko2012-08-061-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-131-4/+7
|\
| * Bluetooth: Fix SMP security elevation from medium to highJohan Hedberg2012-06-081-3/+6
| * Bluetooth: Fix SMP pairing method selectionJohan Hedberg2012-06-081-1/+1
* | Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-3/+4
|/
* Bluetooth: Correct ediv in SMPAndrei Emeltchenko2012-05-091-1/+1
* Bluetooth: Set security level on incoming pairing requestIdo Yariv2012-03-081-0/+2
* Bluetooth: Fix access to the STK generation methods matrixIdo Yariv2012-03-081-1/+1
* Bluetooth: fix conding style issues all over the treeGustavo F. Padovan2012-03-081-17/+13Star
* Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesMarcel Holtmann2012-03-011-3/+2Star
* Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg2012-02-131-1/+4
* Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg2012-02-131-1/+3
* Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes2012-02-131-15/+23
* Bluetooth: Fix invalid memory access when there's no SMP channelVinicius Costa Gomes2012-02-131-3/+6
* Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes2012-02-131-9/+9
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-131-10/+9Star
* Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg2012-02-131-1/+1
* Bluetooth: Incorrect address while storing LTK.Hemant Gupta2011-12-231-1/+1
* Bluetooth: Add MITM mechanism to LE-SMPBrian Gix2011-12-221-22/+204
* Bluetooth: convert security timer to delayed_workGustavo F. Padovan2011-12-201-3/+4
* Bluetooth: Centralize SMP pairing failure handlingBrian Gix2011-12-011-6/+16
* Bluetooth: Cleanup blkcipher on SMP terminationBrian Gix2011-12-011-1/+9
* Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2011-11-071-1/+2
* Bluetooth: Remove support for other SMP keys than the LTKVinicius Costa Gomes2011-09-211-1/+1
* Bluetooth: Fix not setting a pending security levelVinicius Costa Gomes2011-09-211-0/+2
* Bluetooth: Use the LTK after receiving a LE Security RequestVinicius Costa Gomes2011-09-211-18/+28
* Bluetooth: Fix sending wrong authentication requirementsVinicius Costa Gomes2011-09-211-17/+2Star
* Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes2011-09-211-101/+176
* Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes2011-09-211-54/+54