summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: 6lowpan: Add IPSP PSM valueJukka Rissanen2014-12-191-0/+1
* Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-101-29/+0Star
|\
| * first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-091-29/+0Star
| * put iov_iter into msghdrAl Viro2014-12-091-1/+1
| * switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2014-12-091-3/+3
* | Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg2014-12-031-0/+2
* | Bluetooth: Track both local and remote L2CAP fixed channel maskJohan Hedberg2014-12-021-2/+2
|/
* Bluetooth: Use proper nesting annotation for l2cap_chan lockJohan Hedberg2014-11-131-1/+14
* Bluetooth: Move identity address update behind a workqueueJohan Hedberg2014-09-081-1/+2
* Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg2014-09-081-4/+0Star
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-081-1/+1
* Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg2014-09-081-0/+1
* Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg2014-08-141-1/+0Star
* Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg2014-08-141-0/+4
* Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg2014-08-141-1/+0Star
* Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg2014-08-141-0/+1
* Bluetooth: Add more L2CAP convenience callbacksJohan Hedberg2014-08-141-0/+25
* Bluetooth: Resume BT_CONNECTED state after LE security elevationJohan Hedberg2014-08-141-0/+1
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-171-1/+1
* Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann2014-07-131-2/+1Star
* Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann2014-07-111-1/+4
* Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen2014-07-031-1/+0Star
* Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen2014-07-031-0/+29
* Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann2014-07-031-0/+1
* Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann2014-07-031-2/+1Star
* Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann2014-07-031-1/+1
* Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg2014-02-181-0/+1
* Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg2014-02-141-1/+0Star
* Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg2014-02-131-1/+1
* Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reachedJohan Hedberg2014-02-131-0/+3
* Bluetooth: Handle security level 4 for L2CAP connectionsMarcel Holtmann2014-02-131-0/+1
* Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen2013-12-111-0/+1
* Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2013-12-051-1/+0Star
* Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg2013-12-051-0/+1
* Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg2013-12-051-0/+1
* Bluetooth: Introduce L2CAP channel callback for suspendingJohan Hedberg2013-12-051-0/+1
* Bluetooth: Track LE L2CAP credits in l2cap_chanJohan Hedberg2013-12-051-0/+3
* Bluetooth: Add LE L2CAP flow control modeJohan Hedberg2013-12-051-0/+7
* Bluetooth: Add basic LE L2CAP connect request receiving supportJohan Hedberg2013-12-051-0/+1
* Bluetooth: Add definitions for LE connection oriented channelsJohan Hedberg2013-12-051-0/+31
* Bluetooth: Add module parameter to enable LE CoC supportJohan Hedberg2013-12-051-0/+1
* 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