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