Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux...
[pandora-kernel.git] / net / bluetooth / l2cap_sock.c
2011-03-17 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-03-17 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2011-03-17 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/fbdev-2.6
2011-03-17 Linus TorvaldsMerge branch 'drm-core-next' of git://git./linux/kernel...
2011-03-17 Paul MundtMerge branch 'master' of git://git./linux/kernel/git...
2011-03-17 Linus TorvaldsMerge branch 'mnt_devname' of git://git./linux/kernel...
2011-03-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-17 Linus TorvaldsMerge branch 'remove' of /home/rmk/linux-2.6-arm
2011-03-17 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2011-03-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-17 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2011-03-17 Linus TorvaldsMerge branch 'devicetree/next' of git://git.secretlab...
2011-03-17 Linus TorvaldsMerge branch 'config' of git://git./linux/kernel/git...
2011-03-16 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2011-03-16 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-03-16 David S. MillerMerge branch 'stable/backends' of git://git./linux...
2011-03-16 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-03-15 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-03-15 David S. MillerMerge branch 'irq/numa' of git://git./linux/kernel...
2011-03-15 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-03-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-03-07 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-03-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-03-02 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-02-25 David S. MillerMerge branch 'for-davem' of git://git./linux/kernel...
2011-02-22 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-02-18 John W. LinvilleMerge ssh:///linux/kernel/git/linville/wireless-2.6
2011-02-18 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
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-09 John W. LinvilleMerge branch 'for-linville' of git://git./linux/kernel...
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.