summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg2014-02-141-11/+0
* Bluetooth: Remove unnecessary check for chan->psmJohan Hedberg2014-02-131-4/+1
* 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-131-2/+0
* Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXEDJohan Hedberg2014-02-131-12/+9
* Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg2014-02-131-9/+6
* 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: Handle security level 4 for L2CAP connectionsMarcel Holtmann2014-02-131-3/+8
* 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
OpenPOWER on IntegriCloud