summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/l2cap.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()Gustavo F. Padovan1-1/+1
2011-04-28Bluetooth: Move conf_state to struct l2cap_chanGustavo F. Padovan1-2/+1
2011-04-28Bluetooth: Refactor L2CAP channel allocationGustavo F. Padovan1-1/+2
2011-04-13Bluetooth: Move tx queue to struct l2cap_chanGustavo F. Padovan1-2/+2
2011-04-13Bluetooth: Move SREJ list to struct l2cap_chanGustavo F. Padovan1-7/+6
2011-04-08Bluetooth: Move busy workqueue to struct l2cap_chanGustavo F. Padovan1-1/+1
2011-04-08Bluetooth: Move srej and busy queues to struct l2cap_chanGustavo F. Padovan1-4/+2
2011-04-08Bluetooth: Move ERTM timers to struct l2cap_chanGustavo F. Padovan1-7/+8
2011-04-08Bluetooth: Move remote info to struct l2cap_chanGustavo F. Padovan1-5/+5
2011-04-08Bluetooth: Move SDU related vars to struct l2cap_chanGustavo F. Padovan1-4/+4
2011-04-08Bluetooth: Move more ERTM stuff to struct l2cap_chanGustavo F. Padovan1-5/+5
2011-04-08Bluetooth: Move of ERTM *_seq vars to struct l2cap_chanGustavo F. Padovan1-10/+10
2011-04-08Bluetooth: Move conn_state to struct l2cap_chanGustavo F. Padovan1-2/+3
2011-04-08Bluetooth: clean up l2cap_sock_recvmsg()Gustavo F. Padovan1-2/+1
2011-04-08Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chanGustavo F. Padovan1-5/+6
2011-04-08Bluetooth: Move ident to struct l2cap_chanGustavo F. Padovan1-2/+2
2011-04-08Bluetooth: Remove struct del_listGustavo F. Padovan1-5/+0
2011-04-08Bluetooth: Use struct list_head for L2CAP channels listGustavo F. Padovan1-9/+3
2011-04-08Bluetooth: Create struct l2cap_chanGustavo F. Padovan1-6/+12
2011-03-31Bluetooth: Remove unused struct l2cap_conn itemGustavo F. Padovan1-1/+0
2011-03-31Bluetooth: Remove unused struct itemGustavo F. Padovan1-1/+0
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