summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-13Bluetooth: Refuse peer L2CAP address reading when not connectedJohan Hedberg1-0/+3
2014-02-13Bluetooth: Free up l2cap_chan->sport when initiating a connectionJohan Hedberg1-0/+7
2014-02-13Bluetooth: Fix disconnecting L2CAP when a credits overflow occursJohan Hedberg1-1/+14
2014-02-13Bluetooth: Fix disconnecting L2CAP channel for credits violationJohan Hedberg1-0/+1
2014-02-13Bluetooth: Fix respecting le_default_mps valueJohan Hedberg1-1/+1
2014-02-13Bluetooth: Fix CID initialization for fixed channelsJohan Hedberg2-2/+5
2014-02-13Bluetooth: Fix BT_SECURITY socket option for fixed channels (ATT)Johan Hedberg1-0/+2
2014-02-13Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXEDJohan Hedberg2-12/+18
2014-02-13Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg3-12/+13
2014-02-13Bluetooth: Remove useless l2cap_seq_list_remove functionJohan Hedberg1-32/+8
2014-02-13Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reachedJohan Hedberg2-0/+30
2014-02-13Bluetooth: Reorder L2CAP functions to avoid forward declarationsJohan Hedberg1-208/+207
2014-02-13Bluetooth: Add firmware update for Atheros 0cf3:311fOliver Neukum2-0/+3
2014-02-13Bluetooth: Enable Atheros 0cf3:311e for firmware uploadOliver Neukum2-0/+3
2014-02-13Bluetooth: Add debugfs entry to show Secure Connections Only modeMarcel Holtmann2-0/+21
2014-02-13Bluetooth: Handle security level 4 for RFCOMM connectionsMarcel Holtmann3-2/+15
2014-02-13Bluetooth: Handle security level 4 for L2CAP connectionsMarcel Holtmann3-3/+19
2014-02-13Bluetooth: Introduce requirements for security level 4Marcel Holtmann3-5/+15
2014-02-13Bluetooth: Track Secure Connections support of remote devicesMarcel Holtmann2-0/+11
2014-02-13Bluetooth: Fix mgmt error code for negative PIN responseJohan Hedberg1-1/+1
2014-02-13Bluetooth: Convert to use ATTRIBUTE_GROUPS macroWei Yongjun1-16/+2
2014-02-13Bluetooth: Add support for remote OOB input of P-256 dataMarcel Holtmann2-11/+42
2014-02-13Bluetooth: Add internal function for storing P-192 and P-256 dataMarcel Holtmann2-7/+39
2014-02-13Bluetooth: Provide remote OOB data for Secure ConnectionsMarcel Holtmann3-13/+31
2014-02-13Bluetooth: Add debugfs quirk for forcing Secure Connections supportMarcel Holtmann3-3/+55
2014-02-13Bluetooth: Add support for local OOB data with Secure ConnectionsMarcel Holtmann4-15/+65
2014-02-13Bluetooth: Limit acceptable link key types to only supported onesMarcel Holtmann1-1/+1
2014-02-13Bluetooth: Enable Secure Connection during power on if configuredMarcel Holtmann1-0/+8
2014-02-13Bluetooth: Add management command for enabling Secure ConnectionsMarcel Holtmann4-0/+141
2014-02-13Bluetooth: Add flags and setting for Secure Connections supportMarcel Holtmann3-0/+9
2014-02-13Bluetooth: Enable Authenticated Payload Timeout Expired eventMarcel Holtmann1-0/+4
2014-02-13Bluetooth: Add support for handling P-256 derived link keysMarcel Holtmann2-3/+6
2014-02-13Bluetooth: Add definitions for new link key typesMarcel Holtmann3-5/+7
2014-02-13Bluetooth: Add HCI command definition for extended OOB dataMarcel Holtmann1-0/+18
2014-02-13Bluetooth: Add HCI command definition for Secure Connections enablingMarcel Holtmann1-0/+11
2014-02-13Bluetooth: Add LMP feature definitions for Secure Connections supportMarcel Holtmann2-0/+7
2014-02-13Bluetooth: Fix outgoing authentication requirement checkJohan Hedberg1-2/+5
2014-02-13mwifiex: add key material v2 supportAvinash Patil6-12/+388
2014-02-13mwifiex: parse API version from FWAvinash Patil4-1/+60
2014-02-13mwifiex: disable all TDLS link during disconnectionAvinash Patil3-0/+40
2014-02-13mwifiex: separate BA params for TDLS link if 11ac is supportedAvinash Patil2-5/+38
2014-02-13mwifiex: add VHT support for TDLSAvinash Patil6-7/+346
2014-02-13mwifiex: pass ieee80211_vht_cap to mwifiex_fill_vht_cap_tlvAvinash Patil1-11/+12
2014-02-13mwifiex: AMPDU support for TDLS linkAvinash Patil5-4/+31
2014-02-13mwifiex: tdls related handling for data packets addressed to TDLS peerAvinash Patil3-6/+48
2014-02-13mwifiex: provision for holding and restoring packets during TDLS setupAvinash Patil4-0/+100
2014-02-13mwifiex: add cfg80211 change_station handler supportAvinash Patil6-1/+137
2014-02-13mwifiex: add cfg80211 add_station handler supportAvinash Patil4-0/+64
2014-02-13mwifiex: add cfg80211 tdls_oper handler supportAvinash Patil8-0/+246
2014-02-13mwifiex: parse TDLS action frames during RXAvinash Patil6-7/+160