aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth/l2cap.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Bluetooth: L2CAP: Fix L2CAP_CR_SCID_IN_USE valueGravatar Marcin Kraglak 1-1/+1
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesGravatar Johan Hedberg 1-0/+6
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesGravatar Johan Hedberg 1-0/+2
2015-07-23Bluetooth: __l2cap_wait_ack() add defensive timeoutGravatar Dean Jenkins 1-0/+1
2015-07-23Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Gravatar Dean Jenkins 1-0/+1
2014-12-19Bluetooth: 6lowpan: Add IPSP PSM valueGravatar Jukka Rissanen 1-0/+1
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar David S. Miller 1-29/+0
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Gravatar Al Viro 1-29/+0
2014-12-09put iov_iter into msghdrGravatar Al Viro 1-1/+1
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrGravatar Al Viro 1-3/+3
2014-12-03Bluetooth: Add skeleton for BR/EDR SMP channelGravatar Johan Hedberg 1-0/+2
2014-12-02Bluetooth: Track both local and remote L2CAP fixed channel maskGravatar Johan Hedberg 1-2/+2
2014-11-13Bluetooth: Use proper nesting annotation for l2cap_chan lockGravatar Johan Hedberg 1-1/+14
2014-09-08Bluetooth: Move identity address update behind a workqueueGravatar Johan Hedberg 1-1/+2
2014-09-08Bluetooth: Remove unused l2cap_conn_shutdown APIGravatar Johan Hedberg 1-4/+0
2014-09-08Bluetooth: Improve *_get() functions to return the object typeGravatar Johan Hedberg 1-1/+1
2014-09-08Bluetooth: Fix hci_conn reference counting for fixed channelsGravatar Johan Hedberg 1-0/+1
2014-08-14Bluetooth: Remove unused l2cap_conn->security_timerGravatar Johan Hedberg 1-1/+0
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionGravatar Johan Hedberg 1-0/+4
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureGravatar Johan Hedberg 1-1/+0
2014-08-14Bluetooth: Add SMP L2CAP channel skeletonGravatar Johan Hedberg 1-0/+1
2014-08-14Bluetooth: Add more L2CAP convenience callbacksGravatar Johan Hedberg 1-0/+25
2014-08-14Bluetooth: Resume BT_CONNECTED state after LE security elevationGravatar Johan Hedberg 1-0/+1
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Gravatar Johan Hedberg 1-1/+1
2014-07-13Bluetooth: Convert L2CAP ident spinlock into a mutexGravatar Marcel Holtmann 1-2/+1
2014-07-11Bluetooth: Update the list of L2CAP fixed channelsGravatar Marcel Holtmann 1-1/+4
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneGravatar Jukka Rissanen 1-1/+0
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecGravatar Jukka Rissanen 1-0/+29
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationGravatar Marcel Holtmann 1-0/+1
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBGravatar Marcel Holtmann 1-2/+1
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldGravatar Marcel Holtmann 1-1/+1
2014-02-18Bluetooth: Fix updating Identity Address in L2CAP channelsGravatar Johan Hedberg 1-0/+1
2014-02-14Bluetooth: Enable LE L2CAP CoC support by defaultGravatar Johan Hedberg 1-1/+0
2014-02-13Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDGravatar Johan Hedberg 1-1/+1
2014-02-13Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reachedGravatar Johan Hedberg 1-0/+3
2014-02-13Bluetooth: Handle security level 4 for L2CAP connectionsGravatar Marcel Holtmann 1-0/+1
2013-12-11Bluetooth: Enable 6LoWPAN support for BT LE devicesGravatar Jukka Rissanen 1-0/+1
2013-12-05Bluetooth: Simplify l2cap_chan initialization for LE CoCGravatar Johan Hedberg 1-1/+0
2013-12-05Bluetooth: Fix CID ranges for LE CoC CID allocationsGravatar Johan Hedberg 1-0/+1
2013-12-05Bluetooth: Fix LE L2CAP Connect Request handling together with SMPGravatar Johan Hedberg 1-0/+1
2013-12-05Bluetooth: Introduce L2CAP channel callback for suspendingGravatar Johan Hedberg 1-0/+1
2013-12-05Bluetooth: Track LE L2CAP credits in l2cap_chanGravatar Johan Hedberg 1-0/+3
2013-12-05Bluetooth: Add LE L2CAP flow control modeGravatar Johan Hedberg 1-0/+7
2013-12-05Bluetooth: Add basic LE L2CAP connect request receiving supportGravatar Johan Hedberg 1-0/+1
2013-12-05Bluetooth: Add definitions for LE connection oriented channelsGravatar Johan Hedberg 1-0/+31
2013-12-05Bluetooth: Add module parameter to enable LE CoC supportGravatar Johan Hedberg 1-0/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-10-21Bluetooth: Remove sk member from struct l2cap_chanGravatar Gustavo Padovan 1-2/+0
2013-10-15Bluetooth: Add l2cap_chan_no_resume stub for A2MPGravatar Marcel Holtmann 1-0/+4
2013-10-15Bluetooth: Move l2cap_wait_ack() to l2cap_sock.cGravatar Gustavo Padovan 1-1/+0