aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Bluetooth: Remove struct del_listGustavo F. Padovan2011-04-071-17/+7
* | Bluetooth: Use struct list_head for L2CAP channels listGustavo F. Padovan2011-04-071-103/+85
* | Bluetooth: Create struct l2cap_chanGustavo F. Padovan2011-04-071-87/+160
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-03-311-1/+3
|\ \
| * | Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala2011-03-311-1/+3
| |/
* | Bluetooth: check L2CAP info_rsp ident and stateAndrei Emeltchenko2011-03-311-0/+5
* | Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_addGustavo F. Padovan2011-03-311-9/+10
* | Bluetooth: Improve error message on wrong link typeGustavo F. Padovan2011-03-311-1/+2
|/
* Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo2011-02-271-5/+6
* Bluetooth: Remove duplicated BT_INFO() from L2CAPGustavo F. Padovan2011-02-251-2/+0
* Bluetooth: fix errors reported by checkpatch.plGustavo F. Padovan2011-02-171-7/+3
* Bluetooth: Send LE Connection Update CommandClaudio Takahasi2011-02-161-1/+7
* Bluetooth: Add connection parameter update responseClaudio Takahasi2011-02-161-1/+58
* Bluetooth: Add LE signaling commands handlingClaudio Takahasi2011-02-161-52/+90
* Bluetooth: Add server socket support for LE connectionVille Tervo2011-02-161-3/+91
* Bluetooth: Add LE connection support to L2CAPVille Tervo2011-02-161-4/+19
* Bluetooth: Add L2CAP mode to debugfs outputGustavo F. Padovan2011-02-151-2/+3
* Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-8/+0
* Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan2011-02-141-14/+2
* Bluetooth: move __l2cap_sock_close() to l2cap_sock.cGustavo F. Padovan2011-02-081-83/+2
* Bluetooth: move l2cap_sock_kill() to l2cap_sock.cGustavo F. Padovan2011-02-081-16/+0
* Bluetooth: move L2CAP sock timers function to l2cap_sock.cGustavo F. Padovan2011-02-081-13/+0
* Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.cGustavo F. Padovan2011-02-081-109/+7
* Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.cGustavo F. Padovan2011-02-081-33/+2
* Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.cGustavo F. Padovan2011-02-081-46/+3
* Bluetooth: move l2cap_sock_connect() to l2cap_sock.cGustavo F. Padovan2011-02-081-86/+1
* Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.cGustavo F. Padovan2011-02-081-145/+0
* Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.cGustavo F. Padovan2011-02-081-174/+0
* Bluetooth: move l2cap_sock_getname() to l2cap_sock.cGustavo F. Padovan2011-02-081-23/+0
* Bluetooth: move l2cap_sock_accept() to l2cap_sock.cGustavo F. Padovan2011-02-081-56/+0
* Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.cGustavo F. Padovan2011-02-081-134/+0
* Bluetooth: move l2cap_sock_release() to l2cap_sock.cGustavo F. Padovan2011-02-081-17/+0
* Bluetooth: move l2cap_sock_ops to l2cap_sock.cGustavo F. Padovan2011-02-081-31/+11
* Bluetooth: Initial work for L2CAP split.Gustavo F. Padovan2011-02-081-176/+11
* Bluetooth: Rename l2cap.c to l2cap_core.cGustavo F. Padovan2011-02-081-0/+4984