All of lore.kernel.org
 help / color / mirror / Atom feed
* More patches to eL2CAP
@ 2010-04-14 19:41 Gustavo F. Padovan
  2010-04-14 19:41 ` [PATCH 1/7] Bluetooth: Fix bug when retransmitting I-frames Gustavo F. Padovan
  0 siblings, 1 reply; 10+ messages in thread
From: Gustavo F. Padovan @ 2010-04-14 19:41 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, gustavo, jprvita, ulisses

Hi,

This set of patches fix two bugs, add L2CAP Extended Features to the Kconfig.
And as a RFC implements support for SOCK_STREAM and Local Busy condition
(patches 5 and 7). Comments are welcome. :)

The patchset is rebased against my last patchset sent to this mailing list.

Gustavo F. Padovan (7):
      Bluetooth: Fix bug when retransmitting I-frames
      Bluetooth: Fix Indentation on L2CAP
      Bluetooth: Fix crash when monitor timeout expires
      Bluetooth: Add Kconfig option for L2CAP Extended Features
      Bluetooth: Add SOCK_STREAM support to L2CAP
      Bluetooth: Implement missing parts of the Invalid Frame Detection
      Bluetooth: Implement Local Busy Condition handling

 include/net/bluetooth/l2cap.h |    6 +
 net/bluetooth/Kconfig         |   13 ++
 net/bluetooth/l2cap.c         |  331 +++++++++++++++++++++++++++++++++++++----
 3 files changed, 320 insertions(+), 30 deletions(-)

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

end of thread, other threads:[~2010-04-21  0:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-14 19:41 More patches to eL2CAP Gustavo F. Padovan
2010-04-14 19:41 ` [PATCH 1/7] Bluetooth: Fix bug when retransmitting I-frames Gustavo F. Padovan
2010-04-14 19:41   ` [PATCH 2/7] Bluetooth: Fix Indentation on L2CAP Gustavo F. Padovan
2010-04-14 19:41     ` [PATCH 3/7] Bluetooth: Fix crash when monitor timeout expires Gustavo F. Padovan
2010-04-14 19:41       ` [PATCH 4/7] Bluetooth: Add Kconfig option for L2CAP Extended Features Gustavo F. Padovan
2010-04-14 19:41         ` [PATCH 5/7] Bluetooth: Add SOCK_STREAM support to L2CAP Gustavo F. Padovan
2010-04-14 19:41           ` [PATCH 6/7] Bluetooth: Implement missing parts of the Invalid Frame Detection Gustavo F. Padovan
2010-04-14 19:41             ` [PATCH 7/7] Bluetooth: Implement Local Busy Condition handling Gustavo F. Padovan
2010-04-16  0:11               ` [PATCH] " Gustavo F. Padovan
2010-04-21  0:06                 ` Gustavo F. Padovan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.