summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-11Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen1-0/+12
2013-12-10Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg1-0/+26
2013-12-05Bluetooth: Fix valid LE PSM checkJohan Hedberg1-1/+1
2013-12-05Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg1-5/+1
2013-12-05Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg1-23/+12
2013-12-05Bluetooth: Add debugfs controls for LE CoC MPS and CreditsJohan Hedberg1-4/+12
2013-12-05Bluetooth: Fix validating LE PSM valuesJohan Hedberg1-2/+13
2013-12-05Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg1-2/+7
2013-12-05Bluetooth: Fix clearing of chan->omtu for LE CoC channelsJohan Hedberg1-4/+4
2013-12-05Bluetooth: Limit LE MPS to the MTU valueJohan Hedberg1-4/+14
2013-12-05Bluetooth: Fix suspending the L2CAP socket if we start with 0 creditsJohan Hedberg1-0/+3
2013-12-05Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg1-0/+3
2013-12-05Bluetooth: Implement LE L2CAP reassemblyJohan Hedberg1-3/+76
2013-12-05Bluetooth: Add LE L2CAP segmentation support for outgoing dataJohan Hedberg1-1/+126
2013-12-05Bluetooth: Reject LE CoC commands when the feature is not enabledJohan Hedberg1-0/+11
2013-12-05Bluetooth: Add LE flow control disciplineJohan Hedberg1-1/+66
2013-12-05Bluetooth: Implement returning of LE L2CAP creditsJohan Hedberg1-0/+26
2013-12-05Bluetooth: Track LE L2CAP credits in l2cap_chanJohan Hedberg1-5/+11
2013-12-05Bluetooth: Add LE L2CAP flow control modeJohan Hedberg1-0/+13
2013-12-05Bluetooth: Make l2cap_le_sig_cmd logic consistentJohan Hedberg1-8/+16
2013-12-05Bluetooth: Add L2CAP Disconnect suppport for LEJohan Hedberg1-0/+7
2013-12-05Bluetooth: Fix L2CAP channel closing for LE connectionsJohan Hedberg1-2/+4
2013-12-05Bluetooth: Add basic LE L2CAP connect request receiving supportJohan Hedberg1-0/+152
2013-12-05Bluetooth: Refactor L2CAP connect rejection to its own functionJohan Hedberg1-18/+24
2013-12-05Bluetooth: Add initial code for LE L2CAP Connect RequestJohan Hedberg1-8/+98
2013-12-05Bluetooth: Move LE L2CAP initiator procedure to its own functionJohan Hedberg1-1/+6
2013-12-05Bluetooth: Pass command length to LE signaling channel handlersJohan Hedberg1-6/+6
2013-12-05Bluetooth: Allow l2cap_chan_check_security() to be used for LE links.Johan Hedberg1-0/+3
2013-12-05Bluetooth: Update l2cap_global_chan_by_psm() to take a link typeJohan Hedberg1-3/+11
2013-12-05Bluetooth: Remove unnecessary braces from one-line if-statementJohan Hedberg1-3/+2
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-0/+3
2013-11-13Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_delSeung-Woo Kim1-0/+3
2013-10-21Bluetooth: Use bt_cb(skb)->chan to send raw data backGustavo Padovan1-4/+3
2013-10-21Bluetooth: Remove parent socket usage from l2cap_core.cGustavo Padovan1-10/+4
2013-10-21Bluetooth: Remove socket lock from l2cap_state_change()Gustavo Padovan1-24/+7
2013-10-21Bluetooth: Hold socket in defer callback in L2CAP socketGustavo Padovan1-12/+3
2013-10-21Bluetooth: Remove not used struct sockGustavo Padovan1-3/+1
2013-10-18Bluetooth: Block ATT connection on LE when device is blockedMarcel Holtmann1-5/+16
2013-10-18Bluetooth: Use hcon directly instead of conn->hcon where possibleMarcel Holtmann1-4/+3
2013-10-18Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann1-6/+5
2013-10-16Bluetooth: Remove useless l2cap_err_to_reason functionJohan Hedberg1-12/+2
2013-10-16Bluetooth: Remove unused command reject mapping for EMSGSIZEJohan Hedberg1-2/+0
2013-10-16Bluetooth: Fix L2CAP "Command Reject: Invalid CID" responseJohan Hedberg1-14/+23
2013-10-15Bluetooth: use l2cap_chan_ready() instead of duplicate codeGustavo Padovan1-6/+1
2013-10-15Bluetooth: Move l2cap_wait_ack() to l2cap_sock.cGustavo Padovan1-32/+0
2013-10-15Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan1-6/+1
2013-10-15Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan1-5/+3
2013-10-15Bluetooth: Add l2cap_state_change_and_error()Gustavo Padovan1-7/+9
2013-10-15Bluetooth: Extend state_change() call to report errors tooGustavo Padovan1-4/+2
2013-10-14Bluetooth: Introduce L2CAP channel callback for resumingMarcel Holtmann1-5/+1