summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2011-03-31Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala
2011-03-31Bluetooth: check L2CAP info_rsp ident and stateAndrei Emeltchenko
2011-03-31Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_addGustavo F. Padovan
2011-03-31Bluetooth: Improve error message on wrong link typeGustavo F. Padovan
2011-03-24Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala
2011-02-27Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo
2011-02-25Bluetooth: Remove duplicated BT_INFO() from L2CAPGustavo F. Padovan
2011-02-17Bluetooth: fix errors reported by checkpatch.plGustavo F. Padovan
2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi
2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi
2011-02-16Bluetooth: Add LE signaling commands handlingClaudio Takahasi
2011-02-16Bluetooth: Add server socket support for LE connectionVille Tervo
2011-02-16Bluetooth: Add LE connection support to L2CAPVille Tervo
2011-02-15Bluetooth: Add L2CAP mode to debugfs outputGustavo F. Padovan
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan
2011-02-14Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan
2011-02-08Bluetooth: move __l2cap_sock_close() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_kill() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move L2CAP sock timers function to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_connect() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_getname() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_accept() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_release() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_ops to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: Initial work for L2CAP split.Gustavo F. Padovan
2011-02-08Bluetooth: Rename l2cap.c to l2cap_core.cGustavo F. Padovan