summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)AuthorLines
2015-01-31Bluetooth: Fix OOB data present value for SMP pairingMarcel Holtmann-1/+1
2015-01-15Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channelsMarcel Holtmann-0/+12
2015-01-15Bluetooth: Don't register any SMP channel if LE is not supportedMarcel Holtmann-0/+6
2015-01-15Bluetooth: Fix LE SMP channel source address and source address typeMarcel Holtmann-4/+23
2015-01-14Bluetooth: Fix valid Identity Address checkJohan Hedberg-1/+5
2015-01-14Bluetooth: Use %llu for printing duration details of selftestsMarcel Holtmann-1/+1
2015-01-02Bluetooth: Fix for a leftover debug of pairing credentialsMarcel Holtmann-1/+1
2015-01-02Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann-4/+74
2014-12-30Bluetooth: Add timing information to SMP test case runsMarcel Holtmann-1/+9
2014-12-30Bluetooth: Add LE Secure Connections tests for SMPJohan Hedberg-0/+186
2014-12-30Bluetooth: Add legacy SMP testsJohan Hedberg-0/+95
2014-12-30Bluetooth: Add skeleton for SMP self-testsJohan Hedberg-0/+39
2014-12-30Bluetooth: Fix const declarations for smp_f5 and smp_f6Johan Hedberg-3/+4
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-2/+3
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller-4/+1
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro-3/+1
2014-12-09put iov_iter into msghdrAl Viro-2/+1
2014-12-09Bluetooth: fix err_cast.cocci warningsFengguang Wu-1/+1
2014-12-07Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDRMarcel Holtmann-1/+2
2014-12-03Bluetooth: Fix false-positive "uninitialized" compiler warningJohan Hedberg-10/+12
2014-12-03Bluetooth: Fix minor coding style issue in smp.cJohan Hedberg-1/+1
2014-12-03Bluetooth: Fix SMP debug key handlingJohan Hedberg-2/+13
2014-12-03Bluetooth: Organize SMP crypto functions to logical sectionsJohan Hedberg-63/+71
2014-12-03Bluetooth: Fix missing const declarations in SMP functionsJohan Hedberg-8/+10
2014-12-03Bluetooth: Introduce SMP_DBG macro for low-level debugingJohan Hedberg-28/+40
2014-12-03Bluetooth: Add basic LE SC OOB support for remote OOB dataJohan Hedberg-2/+36
2014-12-03Bluetooth: Set SMP OOB flag if OOB data is availableJohan Hedberg-6/+25
2014-12-03Bluetooth: Add SC-only mode support for SMPJohan Hedberg-0/+9
2014-12-03Bluetooth: Add full SMP BR/EDR supportJohan Hedberg-22/+208
2014-12-03Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg-18/+71
2014-12-03Bluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KEYS is setJohan Hedberg-9/+18
2014-12-03Bluetooth: Add dummy handler for LE SC keypress notificationJohan Hedberg-0/+14
2014-12-03Bluetooth: Fix DHKey Check sending order for slave roleJohan Hedberg-17/+43
2014-12-03Bluetooth: Add passkey entry support for LE SCJohan Hedberg-11/+180
2014-12-03Bluetooth: Fix BR/EDR Link Key type when derived through LE SCJohan Hedberg-3/+24
2014-12-03Bluetooth: Add support for SC just-works pairingJohan Hedberg-12/+27
2014-12-03Bluetooth: Set correct LTK type and authentication for SCJohan Hedberg-1/+12
2014-12-03Bluetooth: Add check for accidentally generating a debug keyJohan Hedberg-3/+11
2014-12-03Bluetooth: Detect SMP SC debug keysJohan Hedberg-0/+27
2014-12-03Bluetooth: Add selection of the SC authentication methodJohan Hedberg-5/+69
2014-12-03Bluetooth: Track authentication method in SMP contextJohan Hedberg-15/+17
2014-12-03Bluetooth: Add support for LE SC key generationJohan Hedberg-0/+57
2014-12-03Bluetooth: Add support for LE SC DHKey check PDUJohan Hedberg-0/+56
2014-12-03Bluetooth: Add support for handling LE SC user responseJohan Hedberg-0/+154
2014-12-03Bluetooth: Add support for LE SC numeric comparisonJohan Hedberg-1/+70
2014-12-03Bluetooth: Add LE SC support for responding to Pairing Confirm PDUJohan Hedberg-0/+22
2014-12-03Bluetooth: Add support for sending LE SC Confirm valueJohan Hedberg-0/+96
2014-12-03Bluetooth: Add handler function for receiving LE SC public keyJohan Hedberg-0/+44
2014-12-03Bluetooth: Add basic support for sending our LE SC public keyJohan Hedberg-1/+44
2014-12-03Bluetooth: Add basic support for AES-CMACJohan Hedberg-0/+10