Linux bluetooth development
 help / color / mirror / Atom feed
From: "Gustavo F. Padovan" <padovan@profusion.mobi>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH -v2 0/8] More l2cap rewrite
Date: Wed,  8 Jun 2011 12:18:51 -0300	[thread overview]
Message-ID: <1307546339-12035-1-git-send-email-padovan@profusion.mobi> (raw)


Second version of the patches that introduce an C API on l2cap_core.c.

-----
changes from v1
- changed function names as suggested by Mat.
- fixed a bug with the new API

Gustavo F. Padovan (8):
  Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()
  Bluetooth: Add l2cap_chan_ops abstraction
  Bluetooth: add recv() callback to l2cap_chan_ops
  Bluetooth: add close() callback to l2cap_chan_ops
  Bluetooth: Add state tracking to struct l2cap_chan
  Bluetooth: Add refcnt to struct l2cap_chan
  Bluetooth: Make timer functions generic
  Bluetooth: keep reference if any ERTM timer is enabled

 include/net/bluetooth/l2cap.h |   38 ++++--
 net/bluetooth/l2cap_core.c    |  303 +++++++++++++++++++++--------------------
 net/bluetooth/l2cap_sock.c    |   77 +++++++++--
 3 files changed, 245 insertions(+), 173 deletions(-)

-- 
1.7.5.1


             reply	other threads:[~2011-06-08 15:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-08 15:18 Gustavo F. Padovan [this message]
2011-06-08 15:18 ` [PATCH -v2 1/8] Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() Gustavo F. Padovan
2011-06-08 15:18   ` [PATCH -v2 2/8] Bluetooth: Add l2cap_chan_ops abstraction Gustavo F. Padovan
2011-06-08 15:18     ` [PATCH -v2 3/8] Bluetooth: add recv() callback to l2cap_chan_ops Gustavo F. Padovan
2011-06-08 15:18       ` [PATCH -v2 4/8] Bluetooth: add close() " Gustavo F. Padovan
2011-06-08 15:18         ` [PATCH -v2 5/8] Bluetooth: Add state tracking to struct l2cap_chan Gustavo F. Padovan
2011-06-08 15:18           ` [PATCH -v2 6/8] Bluetooth: Add refcnt " Gustavo F. Padovan
2011-06-08 15:18             ` [PATCH -v2 7/8] Bluetooth: Make timer functions generic Gustavo F. Padovan
2011-06-08 15:18               ` [PATCH -v2 8/8] Bluetooth: keep reference if any ERTM timer is enabled Gustavo F. Padovan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1307546339-12035-1-git-send-email-padovan@profusion.mobi \
    --to=padovan@profusion.mobi \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox