summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\
| * treewide: Fix common typo in "identify"Maxime Jayat2013-10-141-1/+1
* | Bluetooth: Remove sk member from struct l2cap_chanGustavo Padovan2013-10-211-2/+0Star
* | Bluetooth: Add l2cap_chan_no_resume stub for A2MPMarcel Holtmann2013-10-161-0/+4
* | Bluetooth: Move l2cap_wait_ack() to l2cap_sock.cGustavo Padovan2013-10-161-1/+0Star
* | Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan2013-10-161-0/+5
* | Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan2013-10-161-0/+6
* | Bluetooth: Extend state_change() call to report errors tooGustavo Padovan2013-10-161-1/+1
* | Bluetooth: Introduce L2CAP channel callback for resumingMarcel Holtmann2013-10-141-0/+1
* | Bluetooth: Introduce L2CAP channel flag for defer setupMarcel Holtmann2013-10-141-0/+1
* | Bluetooth: Return the correct address type for L2CAP socketsMarcel Holtmann2013-10-131-2/+3
* | Bluetooth: Store address information in L2CAP channel structureMarcel Holtmann2013-10-131-0/+2
* | Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointersMarcel Holtmann2013-10-131-3/+0Star
* | Bluetooth: The L2CAP fixed channel connectionless data is supportedMarcel Holtmann2013-10-121-0/+1
* | Bluetooth: Allow 3D profile to use security mode 4 level 0Marcel Holtmann2013-10-121-0/+1
* | Bluetooth: Provide high speed configuration optionMarcel Holtmann2013-10-021-0/+1
|/
* Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg2013-06-231-1/+1
* Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann2013-04-171-0/+10
* Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann2013-04-171-0/+4
* Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-061-0/+1
* Bluetooth: remove an unused variable in a header fileRami Rosen2013-01-091-1/+0Star
* Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCSAndrei Emeltchenko2012-12-031-1/+1
* Bluetooth: Refactor locking in amp_physical_cfmAndrei Emeltchenko2012-11-191-1/+1
* Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko2012-11-011-2/+1Star
* Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko2012-11-011-0/+1
* Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko2012-11-011-0/+2
* Bluetooth: Start channel move when socket option is changedMat Martineau2012-10-241-0/+1
* Bluetooth: Move channel responseMat Martineau2012-10-241-0/+2
* Bluetooth: Add new l2cap_chan struct members for high speed channelsMat Martineau2012-10-241-0/+29
* Bluetooth: Add chan->ops->defer()Gustavo Padovan2012-10-151-0/+5
* Bluetooth: L2CAP: Fix using default Flush Timeout for EFSAndrei Emeltchenko2012-10-081-1/+2
* Bluetooth: Adjust L2CAP Max PDU size for AMP packetsAndrei Emeltchenko2012-10-081-1/+1
* Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko2012-09-271-0/+2
* Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko2012-09-271-0/+1
* Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko2012-09-271-0/+1
* Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan2012-08-211-2/+1Star
* Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery2012-08-061-1/+0Star
* Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery2012-08-061-14/+2Star
* Bluetooth: Use tx window from config response for ack timingMat Martineau2012-07-151-0/+1
* Bluetooth: debug: Print l2cap_chan refcountAndrei Emeltchenko2012-07-111-0/+4
* Bluetooth: Create empty l2cap ops functionGustavo Padovan2012-06-051-0/+12
* Bluetooth: Rename L2CAP_LE_DEFAULT_MTUAndre Guedes2012-06-051-1/+1
* Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko2012-06-051-0/+1
* Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko2012-06-051-0/+6
* Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko2012-06-051-0/+1
* Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko2012-06-051-0/+1
* Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan2012-06-051-4/+6
* Bluetooth: Define and use PSM identifiersAndrei Emeltchenko2012-06-051-0/+4
* Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko2012-06-051-0/+3
* Bluetooth: Remove unused ERTM control field macrosMat Martineau2012-06-051-168/+0Star