linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 00/16] Completely remove socket dependency from l2cap_core.c
@ 2012-12-12  4:13 Gustavo Padovan
  2012-12-12  4:13 ` [RFC 01/16] Bluetooth: Add src and dst info to struct l2cap_chan Gustavo Padovan
                   ` (15 more replies)
  0 siblings, 16 replies; 22+ messages in thread
From: Gustavo Padovan @ 2012-12-12  4:13 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Gustavo Padovan

From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

This is the last series of patches to completely remove the l2cap socket usage
in the l2cap_core.c file. We now have a C API to access L2CAP and as a next
step we should convert RFCOMM to use this API.

Gustavo Padovan (16):
  Bluetooth: Add src and dst info to struct l2cap_chan
  Bluetooth: Remove sk_sndtimeo from l2cap_core.c
  Bluetooth: extend state_change() call to report errors too
  Bluetooth: add l2cap_state_change_and_error()
  Bluetooth: Add missing braces to an "else if"
  Bluetooth: use l2cap_chan_ready() instead of duplicate code
  Bluetooth: duplicate DEFER_SETUP flag on l2cap_chan
  Bluetooth: Improving locking in l2cap_conn_start()
  Bluetooth: lock socket in defer_cb call
  Bluetooth: Remove socket lock from state_change() in l2cap_core
  Bluetooth: remove parent socket usage from l2cap_core.c
  Bluetooth: Use abstract chan->data in comparison
  Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c
  Bluetooth: Create l2cap->ops->resume()
  Bluetooth: Create l2cap->ops->set_shutdown()
  Bluetooth: Remove sk member from struct l2cap_chan

 include/net/bluetooth/l2cap.h |  20 ++++-
 net/bluetooth/a2mp.c          |   4 +-
 net/bluetooth/l2cap_core.c    | 200 ++++++++++++------------------------------
 net/bluetooth/l2cap_sock.c    |  95 +++++++++++++++++---
 4 files changed, 159 insertions(+), 160 deletions(-)

-- 
1.7.11.7


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2012-12-12 19:57 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-12  4:13 [RFC 00/16] Completely remove socket dependency from l2cap_core.c Gustavo Padovan
2012-12-12  4:13 ` [RFC 01/16] Bluetooth: Add src and dst info to struct l2cap_chan Gustavo Padovan
2012-12-12  4:13 ` [RFC 02/16] Bluetooth: Remove sk_sndtimeo from l2cap_core.c Gustavo Padovan
2012-12-12  4:13 ` [RFC 03/16] Bluetooth: extend state_change() call to report errors too Gustavo Padovan
2012-12-12 13:25   ` Anderson Lizardo
2012-12-12  4:13 ` [RFC 04/16] Bluetooth: add l2cap_state_change_and_error() Gustavo Padovan
2012-12-12 13:40   ` Anderson Lizardo
2012-12-12 19:26     ` Gustavo Padovan
2012-12-12  4:13 ` [RFC 05/16] Bluetooth: Add missing braces to an "else if" Gustavo Padovan
2012-12-12  4:13 ` [RFC 06/16] Bluetooth: use l2cap_chan_ready() instead of duplicate code Gustavo Padovan
2012-12-12  4:13 ` [RFC 07/16] Bluetooth: duplicate DEFER_SETUP flag on l2cap_chan Gustavo Padovan
2012-12-12  4:13 ` [RFC 08/16] Bluetooth: Improving locking in l2cap_conn_start() Gustavo Padovan
2012-12-12  4:13 ` [RFC 09/16] Bluetooth: lock socket in defer_cb call Gustavo Padovan
2012-12-12  4:13 ` [RFC 10/16] Bluetooth: Remove socket lock from state_change() in l2cap_core Gustavo Padovan
2012-12-12  4:13 ` [RFC 11/16] Bluetooth: remove parent socket usage from l2cap_core.c Gustavo Padovan
2012-12-12  4:13 ` [RFC 12/16] Bluetooth: Use abstract chan->data in comparison Gustavo Padovan
2012-12-12  8:20   ` Andrei Emeltchenko
2012-12-12 19:57     ` Gustavo Padovan
2012-12-12  4:13 ` [RFC 13/16] Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c Gustavo Padovan
2012-12-12  4:13 ` [RFC 14/16] Bluetooth: Create l2cap->ops->resume() Gustavo Padovan
2012-12-12  4:13 ` [RFC 15/16] Bluetooth: Create l2cap->ops->set_shutdown() Gustavo Padovan
2012-12-12  4:13 ` [RFC 16/16] Bluetooth: Remove sk member from struct l2cap_chan Gustavo Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).