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