aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth/l2cap.h
AgeCommit message (Expand)Author
2014-09-08Bluetooth: Move identity address update behind a workqueueJohan Hedberg
2014-09-08Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg
2014-09-08Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg
2014-08-14Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg
2014-08-14Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg
2014-08-14Bluetooth: Add more L2CAP convenience callbacksJohan Hedberg
2014-08-14Bluetooth: Resume BT_CONNECTED state after LE security elevationJohan Hedberg
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg
2014-07-13Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann
2014-07-11Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann
2014-02-18Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg
2014-02-14Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg
2014-02-13Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg
2014-02-13Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reachedJohan Hedberg
2014-02-13Bluetooth: Handle security level 4 for L2CAP connectionsMarcel Holtmann
2013-12-11Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen
2013-12-05Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg
2013-12-05Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg
2013-12-05Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg
2013-12-05Bluetooth: Introduce L2CAP channel callback for suspendingJohan Hedberg
2013-12-05Bluetooth: Track LE L2CAP credits in l2cap_chanJohan Hedberg
2013-12-05Bluetooth: Add LE L2CAP flow control modeJohan Hedberg
2013-12-05Bluetooth: Add basic LE L2CAP connect request receiving supportJohan Hedberg
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