summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley2014-02-141-16/+16
* Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley2014-02-141-38/+8
* Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley2014-02-141-0/+8
* Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg2014-02-142-40/+0
* Bluetooth: Use connection parameters if anyAndre Guedes2014-02-131-2/+10
* Bluetooth: Introduce connection parameters listAndre Guedes2014-02-131-0/+77
* Bluetooth: Track if link is using P-256 authenticated combination keyMarcel Holtmann2014-02-131-0/+4
* Bluetooth: Include security level 4 in connections checkMarcel Holtmann2014-02-131-4/+8
* Bluetooth: Add management command for Secure Connection Only ModeMarcel Holtmann2014-02-131-11/+30
* Bluetooth: Rename authentication to key_type in mgmt_ltk_infoMarcel Holtmann2014-02-131-2/+2
* Bluetooth: Remove check for valid LTK authenticated parameterMarcel Holtmann2014-02-131-2/+0
* Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR linksMarcel Holtmann2014-02-131-1/+7
* Bluetooth: Remove one level of indentation from hci_encrypt_change_evtMarcel Holtmann2014-02-131-24/+25
* Bluetooth: Remove use_debug_keys debugfs entryMarcel Holtmann2014-02-131-20/+0
* Bluetooth: Add management command to allow use of debug keysMarcel Holtmann2014-02-131-0/+34
* Bluetooth: Add management setting for use of debug keysMarcel Holtmann2014-02-131-2/+10
* Bluetooth: Introduce le_conn_failed() helperAndre Guedes2014-02-131-8/+16
* Bluetooth: Save connection interval parameters in hci_connAndre Guedes2014-02-131-2/+4
* Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg2014-02-133-6/+21
* Bluetooth: Remove unnecessary LTK type check from hci_add_ltkJohan Hedberg2014-02-131-3/+0
* Bluetooth: Make LTK key type check more readableJohan Hedberg2014-02-131-1/+1
* Bluetooth: Fix long_term_keys debugfs outputJohan Hedberg2014-02-131-2/+2
* Bluetooth: Remove Simultaneous LE & BR/EDR flags from ADJohan Hedberg2014-02-131-7/+1
* Bluetooth: Enable LTK distribution to slave devicesJohan Hedberg2014-02-131-2/+2
* Bluetooth: Increment management interface revisionMarcel Holtmann2014-02-131-1/+1
* Bluetooth: Remove unnecessary check for chan->psmJohan Hedberg2014-02-131-4/+1
* Bluetooth: Always use l2cap_chan->psm for returning PSM to user spaceJohan Hedberg2014-02-131-2/+2
* Bluetooth: Refuse peer RFCOMM address reading when not connectedJohan Hedberg2014-02-131-0/+3
* Bluetooth: Refuse peer L2CAP address reading when not connectedJohan Hedberg2014-02-131-0/+3
* Bluetooth: Free up l2cap_chan->sport when initiating a connectionJohan Hedberg2014-02-131-0/+7
* Bluetooth: Fix disconnecting L2CAP when a credits overflow occursJohan Hedberg2014-02-131-1/+14
* Bluetooth: Fix disconnecting L2CAP channel for credits violationJohan Hedberg2014-02-131-0/+1
* Bluetooth: Fix respecting le_default_mps valueJohan Hedberg2014-02-131-1/+1
* Bluetooth: Fix CID initialization for fixed channelsJohan Hedberg2014-02-132-2/+5
* Bluetooth: Fix BT_SECURITY socket option for fixed channels (ATT)Johan Hedberg2014-02-131-0/+2
* Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXEDJohan Hedberg2014-02-132-12/+18
* Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg2014-02-132-11/+12
* Bluetooth: Remove useless l2cap_seq_list_remove functionJohan Hedberg2014-02-131-32/+8
* Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reachedJohan Hedberg2014-02-131-0/+27
* Bluetooth: Reorder L2CAP functions to avoid forward declarationsJohan Hedberg2014-02-131-208/+207
* Bluetooth: Add debugfs entry to show Secure Connections Only modeMarcel Holtmann2014-02-131-0/+20
* Bluetooth: Handle security level 4 for RFCOMM connectionsMarcel Holtmann2014-02-132-2/+14
* Bluetooth: Handle security level 4 for L2CAP connectionsMarcel Holtmann2014-02-132-3/+18
* Bluetooth: Introduce requirements for security level 4Marcel Holtmann2014-02-131-5/+13
* Bluetooth: Track Secure Connections support of remote devicesMarcel Holtmann2014-02-131-0/+3
* Bluetooth: Fix mgmt error code for negative PIN responseJohan Hedberg2014-02-131-1/+1
* Bluetooth: Convert to use ATTRIBUTE_GROUPS macroWei Yongjun2014-02-131-16/+2
* Bluetooth: Add support for remote OOB input of P-256 dataMarcel Holtmann2014-02-131-11/+34
* Bluetooth: Add internal function for storing P-192 and P-256 dataMarcel Holtmann2014-02-131-4/+33
* Bluetooth: Provide remote OOB data for Secure ConnectionsMarcel Holtmann2014-02-132-11/+27