aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-27Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo1-5/+6
2011-02-25Bluetooth: Remove duplicated BT_INFO() from L2CAPGustavo F. Padovan1-2/+0
2011-02-17Bluetooth: fix errors reported by checkpatch.plGustavo F. Padovan1-7/+3
2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi1-1/+7
2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi1-1/+58
2011-02-16Bluetooth: Add LE signaling commands handlingClaudio Takahasi1-52/+90
2011-02-16Bluetooth: Add server socket support for LE connectionVille Tervo1-3/+91
2011-02-16Bluetooth: Add LE connection support to L2CAPVille Tervo1-4/+19
2011-02-15Bluetooth: Add L2CAP mode to debugfs outputGustavo F. Padovan1-2/+3
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan1-8/+0
2011-02-14Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan1-14/+2
2011-02-08Bluetooth: move __l2cap_sock_close() to l2cap_sock.cGustavo F. Padovan1-83/+2
2011-02-08Bluetooth: move l2cap_sock_kill() to l2cap_sock.cGustavo F. Padovan1-16/+0
2011-02-08Bluetooth: move L2CAP sock timers function to l2cap_sock.cGustavo F. Padovan1-13/+0
2011-02-08Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.cGustavo F. Padovan1-109/+7
2011-02-08Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.cGustavo F. Padovan1-33/+2
2011-02-08Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.cGustavo F. Padovan1-46/+3
2011-02-08Bluetooth: move l2cap_sock_connect() to l2cap_sock.cGustavo F. Padovan1-86/+1
2011-02-08Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.cGustavo F. Padovan1-145/+0
2011-02-08Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.cGustavo F. Padovan1-174/+0
2011-02-08Bluetooth: move l2cap_sock_getname() to l2cap_sock.cGustavo F. Padovan1-23/+0
2011-02-08Bluetooth: move l2cap_sock_accept() to l2cap_sock.cGustavo F. Padovan1-56/+0
2011-02-08Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.cGustavo F. Padovan1-134/+0
2011-02-08Bluetooth: move l2cap_sock_release() to l2cap_sock.cGustavo F. Padovan1-17/+0
2011-02-08Bluetooth: move l2cap_sock_ops to l2cap_sock.cGustavo F. Padovan1-31/+11
2011-02-08Bluetooth: Initial work for L2CAP split.Gustavo F. Padovan1-176/+11
2011-02-08Bluetooth: Rename l2cap.c to l2cap_core.cGustavo F. Padovan1-0/+4984