| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Increment unacked_frames count only the first transmit | Suraj Sumangala | 2011-03-24 | 1 | -1/+3 |
* | Bluetooth: Use ERR_PTR as return error from hci_connect | Ville Tervo | 2011-02-27 | 1 | -5/+6 |
* | Bluetooth: Remove duplicated BT_INFO() from L2CAP | Gustavo F. Padovan | 2011-02-25 | 1 | -2/+0 |
* | Bluetooth: fix errors reported by checkpatch.pl | Gustavo F. Padovan | 2011-02-17 | 1 | -7/+3 |
* | Bluetooth: Send LE Connection Update Command | Claudio Takahasi | 2011-02-16 | 1 | -1/+7 |
* | Bluetooth: Add connection parameter update response | Claudio Takahasi | 2011-02-16 | 1 | -1/+58 |
* | Bluetooth: Add LE signaling commands handling | Claudio Takahasi | 2011-02-16 | 1 | -52/+90 |
* | Bluetooth: Add server socket support for LE connection | Ville Tervo | 2011-02-16 | 1 | -3/+91 |
* | Bluetooth: Add LE connection support to L2CAP | Ville Tervo | 2011-02-16 | 1 | -4/+19 |
* | Bluetooth: Add L2CAP mode to debugfs output | Gustavo F. Padovan | 2011-02-15 | 1 | -2/+3 |
* | Bluetooth: remove l2cap_load() hack | Gustavo F. Padovan | 2011-02-15 | 1 | -8/+0 |
* | Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko | Gustavo F. Padovan | 2011-02-14 | 1 | -14/+2 |
* | Bluetooth: move __l2cap_sock_close() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -83/+2 |
* | Bluetooth: move l2cap_sock_kill() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -16/+0 |
* | Bluetooth: move L2CAP sock timers function to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -13/+0 |
* | Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -109/+7 |
* | Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -33/+2 |
* | Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -46/+3 |
* | Bluetooth: move l2cap_sock_connect() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -86/+1 |
* | Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -145/+0 |
* | Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -174/+0 |
* | Bluetooth: move l2cap_sock_getname() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -23/+0 |
* | Bluetooth: move l2cap_sock_accept() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -56/+0 |
* | Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -134/+0 |
* | Bluetooth: move l2cap_sock_release() to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -17/+0 |
* | Bluetooth: move l2cap_sock_ops to l2cap_sock.c | Gustavo F. Padovan | 2011-02-08 | 1 | -31/+11 |
* | Bluetooth: Initial work for L2CAP split. | Gustavo F. Padovan | 2011-02-08 | 1 | -176/+11 |
* | Bluetooth: Rename l2cap.c to l2cap_core.c | Gustavo F. Padovan | 2011-02-08 | 1 | -0/+4984 |