aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-04SSB / B44: fix WOL for BCM4401Andrey Skvortsov2-11/+24
2014-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville21-217/+517
2014-12-04Merge tag 'nfc-next-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextJohn W. Linville26-244/+1328
2014-12-04Bluetooth: Split triggering of discovery commands into separate functionMarcel Holtmann1-114/+100
2014-12-04Bluetooth: Use {start,stop}_discovery_complete handler for cmd_completeMarcel Holtmann1-66/+31
2014-12-04Bluetooth: Simplify the error handling of Start Discovery commandMarcel Holtmann1-11/+7
2014-12-03Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2014-12-03Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2014-12-03Bluetooth: Add support for Broadcom BCM20702A0 variants firmware downloadHeinrich Siebmanns1-1/+2
2014-12-03Bluetooth: btmrvl add firmware dump supportXinming Hu6-0/+364
2014-12-03Bluetooth: btmrvl: remove extra newline characterAmitkumar Karwar2-9/+9
2014-12-03Bluetooth: Fix false-positive "uninitialized" compiler warningJohan Hedberg1-10/+12
2014-12-03Bluetooth: Fix minor coding style issue in smp.cJohan Hedberg1-1/+1
2014-12-03Bluetooth: Fix SMP debug key handlingJohan Hedberg2-11/+14
2014-12-03Bluetooth: Organize SMP crypto functions to logical sectionsJohan Hedberg1-63/+71
2014-12-03Bluetooth: Fix missing const declarations in SMP functionsJohan Hedberg2-10/+13
2014-12-03Bluetooth: Introduce SMP_DBG macro for low-level debugingJohan Hedberg1-28/+40
2014-12-03Bluetooth: Add basic LE SC OOB support for remote OOB dataJohan Hedberg1-2/+36
2014-12-03Bluetooth: Set SMP OOB flag if OOB data is availableJohan Hedberg1-6/+25
2014-12-03Bluetooth: Add support for adding remote OOB data for LEJohan Hedberg1-3/+11
2014-12-03Bluetooth: Store address type with OOB dataJohan Hedberg4-20/+29
2014-12-03Bluetooth: Unify remote OOB data functionsJohan Hedberg3-39/+22
2014-12-03Bluetooth: Add SC-only mode support for SMPJohan Hedberg1-0/+9
2014-12-03Bluetooth: Add full SMP BR/EDR supportJohan Hedberg2-22/+212
2014-12-03Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg3-18/+74
2014-12-03Bluetooth: Add debugfs switch for forcing SMP over BR/EDRJohan Hedberg2-0/+48
2014-12-03Bluetooth: Add hci_conn flag for new link key generationJohan Hedberg2-0/+4
2014-12-03Bluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KEYS is setJohan Hedberg1-9/+18
2014-12-03Bluetooth: Add dummy handler for LE SC keypress notificationJohan Hedberg1-0/+14
2014-12-03Bluetooth: Fix DHKey Check sending order for slave roleJohan Hedberg1-17/+43
2014-12-03Bluetooth: Add passkey entry support for LE SCJohan Hedberg1-11/+180
2014-12-03Bluetooth: Fix BR/EDR Link Key type when derived through LE SCJohan Hedberg2-3/+28
2014-12-03Bluetooth: Add support for SC just-works pairingJohan Hedberg1-12/+27
2014-12-03Bluetooth: Set correct LTK type and authentication for SCJohan Hedberg1-1/+12
2014-12-03Bluetooth: Add check for accidentally generating a debug keyJohan Hedberg1-3/+11
2014-12-03Bluetooth: Detect SMP SC debug keysJohan Hedberg1-0/+27
2014-12-03Bluetooth: Add selection of the SC authentication methodJohan Hedberg1-5/+69
2014-12-03Bluetooth: Track authentication method in SMP contextJohan Hedberg1-15/+17
2014-12-03Bluetooth: Add support for LE SC key generationJohan Hedberg1-0/+57
2014-12-03Bluetooth: Add support for LE SC DHKey check PDUJohan Hedberg1-0/+56
2014-12-03Bluetooth: Add support for handling LE SC user responseJohan Hedberg1-0/+154
2014-12-03Bluetooth: Add support for LE SC numeric comparisonJohan Hedberg1-1/+70
2014-12-03Bluetooth: Add LE SC support for responding to Pairing Confirm PDUJohan Hedberg1-0/+22
2014-12-03Bluetooth: Add support for sending LE SC Confirm valueJohan Hedberg1-0/+96
2014-12-03Bluetooth: Add handler function for receiving LE SC public keyJohan Hedberg1-0/+44
2014-12-03Bluetooth: Add basic support for sending our LE SC public keyJohan Hedberg1-1/+44
2014-12-03Bluetooth: Add ECC library for LE Secure ConnectionsJohan Hedberg3-1/+871
2014-12-03Bluetooth: Add basic support for AES-CMACJohan Hedberg2-0/+11
2014-12-03Bluetooth: Set link key generation bit if necessary for LE SCJohan Hedberg1-0/+10
2014-12-03Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg4-11/+8