From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> This is just a rebase on top of lastest bluetooth-next tree, as the __constant_cpu_to_le patch from Andrei broke this patch series. Gustavo Padovan (12): Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED) Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c Bluetooth: Add l2cap_chan->ops->ready() Bluetooth: Use l2cap_chan_ready() in LE path Bluetooth: Use chan->state instead of sk->sk_state Bluetooth: Move check for backlog size to l2cap_sock.c Bluetooth: Create DEFER_SETUP flag in conf_state Bluetooth: Add chan->ops->defer() Bluetooth: check for already existent channel before create new one Bluetooth: Move bt_accept_enqueue() call to l2cap_sock.c Bluetooth: Remove parent socket usage from l2cap_core.c Bluetooth: Used void * as parameter in alloc_skb() include/net/bluetooth/l2cap.h | 8 ++- net/bluetooth/l2cap_core.c | 152 ++++++++++------------------------------- net/bluetooth/l2cap_sock.c | 129 ++++++++++++++++++++++++++++++++-- 3 files changed, 164 insertions(+), 125 deletions(-) -- 1.7.10.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html