summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/l2cap.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi1-0/+15
2011-02-16Bluetooth: Add LE signaling commands handlingClaudio Takahasi1-0/+2
2011-02-16Bluetooth: Add server socket support for LE connectionVille Tervo1-0/+1
2011-02-16Bluetooth: Add LE connection support to L2CAPVille Tervo1-0/+3
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan1-2/+0
2011-02-08Bluetooth: move __l2cap_sock_close() to l2cap_sock.cGustavo F. Padovan1-0/+2
2011-02-08Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.cGustavo F. Padovan1-3/+8
2011-02-08Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.cGustavo F. Padovan1-1/+2
2011-02-08Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.cGustavo F. Padovan1-1/+4
2011-02-08Bluetooth: move l2cap_sock_connect() to l2cap_sock.cGustavo F. Padovan1-1/+1
2011-02-08Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.cGustavo F. Padovan1-1/+0
2011-02-08Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.cGustavo F. Padovan1-1/+0
2011-02-08Bluetooth: move l2cap_sock_getname() to l2cap_sock.cGustavo F. Padovan1-1/+0
2011-02-08Bluetooth: move l2cap_sock_accept() to l2cap_sock.cGustavo F. Padovan1-1/+0
2011-02-08Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.cGustavo F. Padovan1-2/+0
2011-02-08Bluetooth: move l2cap_sock_release() to l2cap_sock.cGustavo F. Padovan1-1/+0
2011-02-08Bluetooth: move l2cap_sock_ops to l2cap_sock.cGustavo F. Padovan1-0/+12
2011-02-08Bluetooth: Initial work for L2CAP split.Gustavo F. Padovan1-0/+15
2011-02-08Bluetooth: Use non-flushable by default L2CAP data packetsAndrei Emeltchenko1-0/+1
2010-12-02Bluetooth: clean up legal textAndrei Emeltchenko1-6/+6
2010-12-02Bluetooth: clean up l2cap codeAndrei Emeltchenko1-5/+5
2010-09-24net: return operator cleanupEric Dumazet1-1/+1
2010-08-10Bluetooth: Use 3-DH5 payload size for default ERTM max PDU sizeMat Martineau1-1/+1
2010-08-10Bluetooth: Change default L2CAP ERTM retransmit timeoutMat Martineau1-1/+1
2010-07-21Bluetooth: Use __packed annotationGustavo F. Padovan1-13/+13
2010-07-21Bluetooth: Add Google's copyright to L2CAPGustavo F. Padovan1-0/+1
2010-07-21Bluetooth: Add Copyright notice to L2CAPGustavo F. Padovan1-0/+1
2010-07-21Bluetooth: Remove the send_lock spinlock from ERTMGustavo F. Padovan1-1/+0
2010-07-21Bluetooth: Disconnect early if mode is not supportedGustavo F. Padovan1-0/+5
2010-05-10Bluetooth: Fix race condition on l2cap_ertm_send()Gustavo F. Padovan1-0/+1
2010-05-10Bluetooth: Implement Local Busy Condition handlingGustavo F. Padovan1-0/+6
2010-05-10Bluetooth: Enable option to configure Max Transmission value via sockoptGustavo F. Padovan1-0/+2
2010-05-10Bluetooth: Change acknowledgement to use the value of txWindowGustavo F. Padovan1-2/+1
2010-05-10Bluetooth: Add sockopt configuration for txWindow on L2CAPGustavo F. Padovan1-0/+2
2010-05-10Bluetooth: Fix configuration of the MPS valueGustavo F. Padovan1-1/+2
2010-05-10Bluetooth: Add timer to Acknowledge I-framesGustavo F. Padovan1-0/+4
2010-05-10Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan1-9/+11
2009-12-03Bluetooth: Implement RejActioned flagGustavo F. Padovan1-0/+1
2009-12-03Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan1-1/+0
2009-08-26Bluetooth: Handle L2CAP case when the remote receiver is busyGustavo F. Padovan1-0/+2
2009-08-23Bluetooth: Full support for receiving L2CAP SREJ framesGustavo F. Padovan1-0/+3
2009-08-23Bluetooth: Add support for L2CAP SREJ exceptionGustavo F. Padovan1-1/+13
2009-08-23Bluetooth: Add support for FCS option to L2CAPGustavo F. Padovan1-0/+2
2009-08-23Bluetooth: Add support for Retransmission and Monitor TimersGustavo F. Padovan1-3/+12
2009-08-23Bluetooth: Initial support for retransmission of packets with REJ framesGustavo F. Padovan1-0/+1
2009-08-23Bluetooth: Add support for Segmentation and Reassembly of SDUsGustavo F. Padovan1-1/+8
2009-08-23Bluetooth: Add initial support for ERTM packets transfersGustavo F. Padovan1-1/+53
2009-08-23Bluetooth: Add configuration support for ERTM and Streaming modeGustavo F. Padovan1-7/+21
2009-08-23Bluetooth: Allow setting of L2CAP ERTM via socket optionMarcel Holtmann1-3/+5
2009-06-08Bluetooth: Add basic constants for L2CAP ERTM support and use themMarcel Holtmann1-21/+42