Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / net / bluetooth / l2cap_sock.c
2011-03-31 Lucas De MarchiFix common misspellings
2011-02-17 Gustavo F. PadovanBluetooth: fix errors reported by checkpatch.pl
2011-02-16 Ville TervoBluetooth: Do not send disconn comand over LE links
2011-02-16 Ville TervoBluetooth: Add server socket support for LE connection
2011-02-16 Ville TervoBluetooth: Add LE connection support to L2CAP
2011-02-11 Vasiliy KulikovBluetooth: l2cap: fix 1 byte infoleak to userspace
2011-02-08 Gustavo F. PadovanBluetooth: move __l2cap_sock_close() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_kill() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move L2CAP sock timers function to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_shutdown() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_connect() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_getname() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_accept() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_release() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_ops to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: Initial work for L2CAP split.