summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-45/+45
* Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes2014-02-271-2/+10
* Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-271-4/+3Star
* Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg2014-02-261-1/+1
* Bluetooth: Fix NULL pointer dereference when sending dataAndrzej Kaczmarek2014-02-251-0/+16
* Bluetooth: Print error when dropping L2CAP dataSzymon Janc2014-02-181-1/+3
* Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg2014-02-181-0/+17
* Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg2014-02-141-11/+0Star
* Bluetooth: Remove unnecessary check for chan->psmJohan Hedberg2014-02-131-4/+1Star
* 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/+0Star
* Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXEDJohan Hedberg2014-02-131-12/+9Star
* Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg2014-02-131-9/+6Star
* Bluetooth: Remove useless l2cap_seq_list_remove functionJohan Hedberg2014-02-131-32/+8Star
* 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/+207Star
* 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-061-1/+1
* Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg2013-12-061-5/+1Star
* Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2013-12-051-23/+12Star
* 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/+2Star