summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
AgeCommit message (Expand)AuthorLines
2014-12-19Bluetooth: 6lowpan: Add IPSP PSM valueJukka Rissanen-0/+1
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller-29/+0
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro-29/+0
2014-12-09put iov_iter into msghdrAl Viro-1/+1
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrAl Viro-3/+3
2014-12-03Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg-0/+2
2014-12-02Bluetooth: Track both local and remote L2CAP fixed channel maskJohan Hedberg-2/+2
2014-11-13Bluetooth: Use proper nesting annotation for l2cap_chan lockJohan Hedberg-1/+14
2014-09-08Bluetooth: Move identity address update behind a workqueueJohan Hedberg-1/+2
2014-09-08Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg-4/+0
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg-1/+1
2014-09-08Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg-0/+1
2014-08-14Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg-1/+0
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg-0/+4
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg-1/+0
2014-08-14Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg-0/+1
2014-08-14Bluetooth: Add more L2CAP convenience callbacksJohan Hedberg-0/+25
2014-08-14Bluetooth: Resume BT_CONNECTED state after LE security elevationJohan Hedberg-0/+1
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg-1/+1
2014-07-13Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann-2/+1
2014-07-11Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann-1/+4
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen-1/+0
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen-0/+29
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann-0/+1
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann-2/+1
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann-1/+1
2014-02-18Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg-0/+1
2014-02-14Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg-1/+0
2014-02-13Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg-1/+1
2014-02-13Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reachedJohan Hedberg-0/+3
2014-02-13Bluetooth: Handle security level 4 for L2CAP connectionsMarcel Holtmann-0/+1
2013-12-11Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen-0/+1
2013-12-05Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg-1/+0
2013-12-05Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg-0/+1
2013-12-05Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg-0/+1
2013-12-05Bluetooth: Introduce L2CAP channel callback for suspendingJohan Hedberg-0/+1
2013-12-05Bluetooth: Track LE L2CAP credits in l2cap_chanJohan Hedberg-0/+3
2013-12-05Bluetooth: Add LE L2CAP flow control modeJohan Hedberg-0/+7
2013-12-05Bluetooth: Add basic LE L2CAP connect request receiving supportJohan Hedberg-0/+1
2013-12-05Bluetooth: Add definitions for LE connection oriented channelsJohan Hedberg-0/+31
2013-12-05Bluetooth: Add module parameter to enable LE CoC supportJohan Hedberg-0/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-10-21Bluetooth: Remove sk member from struct l2cap_chanGustavo Padovan-2/+0
2013-10-15Bluetooth: Add l2cap_chan_no_resume stub for A2MPMarcel Holtmann-0/+4
2013-10-15Bluetooth: Move l2cap_wait_ack() to l2cap_sock.cGustavo Padovan-1/+0
2013-10-15Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan-0/+5
2013-10-15Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan-0/+6
2013-10-15Bluetooth: Extend state_change() call to report errors tooGustavo Padovan-1/+1
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat-1/+1
2013-10-14Bluetooth: Introduce L2CAP channel callback for resumingMarcel Holtmann-0/+1