aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
AgeCommit message (Expand)Author
2013-12-05Bluetooth: Add definitions for LE connection oriented channelsJohan Hedberg
2013-12-05Bluetooth: Add module parameter to enable LE CoC supportJohan Hedberg
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-10-21Bluetooth: Remove sk member from struct l2cap_chanGustavo Padovan
2013-10-15Bluetooth: Add l2cap_chan_no_resume stub for A2MPMarcel Holtmann
2013-10-15Bluetooth: Move l2cap_wait_ack() to l2cap_sock.cGustavo Padovan
2013-10-15Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan
2013-10-15Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan
2013-10-15Bluetooth: Extend state_change() call to report errors tooGustavo Padovan
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat
2013-10-14Bluetooth: Introduce L2CAP channel callback for resumingMarcel Holtmann
2013-10-14Bluetooth: Introduce L2CAP channel flag for defer setupMarcel Holtmann
2013-10-13Bluetooth: Return the correct address type for L2CAP socketsMarcel Holtmann
2013-10-13Bluetooth: Store address information in L2CAP channel structureMarcel Holtmann
2013-10-13Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointersMarcel Holtmann
2013-10-12Bluetooth: The L2CAP fixed channel connectionless data is supportedMarcel Holtmann
2013-10-12Bluetooth: Allow 3D profile to use security mode 4 level 0Marcel Holtmann
2013-10-02Bluetooth: Provide high speed configuration optionMarcel Holtmann
2013-06-23Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg
2013-04-17Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann
2013-04-17Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann
2013-04-05Bluetooth: hidp: verify l2cap socketsDavid Herrmann
2013-01-09Bluetooth: remove an unused variable in a header fileRami Rosen
2012-12-03Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCSAndrei Emeltchenko
2012-11-19Bluetooth: Refactor locking in amp_physical_cfmAndrei Emeltchenko
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko
2012-11-01Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko
2012-11-01Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko
2012-10-24Bluetooth: Start channel move when socket option is changedMat Martineau
2012-10-24Bluetooth: Move channel responseMat Martineau
2012-10-23Bluetooth: Add new l2cap_chan struct members for high speed channelsMat Martineau
2012-10-15Bluetooth: Add chan->ops->defer()Gustavo Padovan
2012-10-08Bluetooth: L2CAP: Fix using default Flush Timeout for EFSAndrei Emeltchenko
2012-10-08Bluetooth: Adjust L2CAP Max PDU size for AMP packetsAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko
2012-09-27Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko
2012-08-21Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery
2012-07-15Bluetooth: Use tx window from config response for ack timingMat Martineau
2012-07-11Bluetooth: debug: Print l2cap_chan refcountAndrei Emeltchenko
2012-06-05Bluetooth: Create empty l2cap ops functionGustavo Padovan
2012-06-05Bluetooth: Rename L2CAP_LE_DEFAULT_MTUAndre Guedes
2012-06-05Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko
2012-06-05Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko
2012-06-05Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko
2012-06-05Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan
2012-06-05Bluetooth: Define and use PSM identifiersAndrei Emeltchenko