summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-12-05net/mac802154: Remove extra blank lines.Stefan Schmidt2-21/+0
2014-12-05net/ieee802154: Remove and add extra blank lines as needed.Stefan Schmidt7-21/+2
2014-12-05net/ieee802154: Make sure alignment matches parenthesis..Stefan Schmidt1-1/+1
2014-12-05net/6lowpan: Remove FSF address from GPL statement.Stefan Schmidt1-3/+0
2014-12-05Bluetooth: Clear discovery filter before starting background scanMarcel Holtmann1-11/+9
2014-12-05Bluetooth: Fix memory leaks from discovery filter UUID listMarcel Holtmann2-2/+11
2014-12-05Bluetooth: Add helper function for clearing the discovery filterMarcel Holtmann1-4/+1
2014-12-05Bluetooth: Add support for Start Service Discovery commandJakub Pawlowski1-0/+106
2014-12-05Bluetooth: Add logic for UUID filter handlingJakub Pawlowski1-0/+70
2014-12-05Bluetooth: Add framework for device found filtering based on UUIDMarcel Holtmann1-2/+52
2014-12-05Bluetooth: Filter device found events based on RSSI thresholdMarcel Holtmann1-0/+9
2014-12-05Bluetooth: Add extra discovery fields for storing filter informationJakub Pawlowski2-0/+16
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: 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 Hedberg3-17/+24
2014-12-03Bluetooth: Unify remote OOB data functionsJohan Hedberg2-35/+20
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 Hedberg1-18/+71
2014-12-03Bluetooth: Add debugfs switch for forcing SMP over BR/EDRJohan Hedberg1-0/+47
2014-12-03Bluetooth: Add hci_conn flag for new link key generationJohan Hedberg1-0/+3
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