]> git.karo-electronics.de Git - karo-tx-linux.git/history - net/bluetooth/l2cap_sock.c
Bluetooth: l2cap: fix 1 byte infoleak to userspace
[karo-tx-linux.git] / net / bluetooth / l2cap_sock.c
2011-02-11 Vasiliy KulikovBluetooth: l2cap: fix 1 byte infoleak to userspace
2011-02-09 John W. LinvilleMerge branch 'for-linville' of git://git.kernel.org...
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.