From: Karsten Keil <kkeil@linux-pingi.de>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH v2 0/8] mISDN: Fixes and enhancements for the data channels
Date: Wed, 16 May 2012 11:51:00 +0200 [thread overview]
Message-ID: <1337161868-19399-1-git-send-email-kkeil@linux-pingi.de> (raw)
Hello David,
Thanks for the detailed review.
v2: All fixes from Dave Millers review
- comment format
- use bool type for boolean parameter
- use (var == CONSTANT)
This series improve the stability of streaming raw voice data when the
system is under high load. With the fixes in place you can send and
receive multiple faximilies (using SPANDSP) in parallel
while compiling a kernel without a getting a transfer aborted.
for net-next
Karsten Keil (7):
mISDN: Cleanup channel also if it already was deactivated
mISDN: Early confirm for transparent data
mISDN: avmfritz use the bigger fifo of chip version 2
mISDN: Reduce RX buffer allocation for transparent data
mISDN: Allow to set a minimum length for transparent data
mISDN: Implement MISDN_CTRL_FILL_EMPTY for more drivers
mISDN: Implement MISDN_CTRL_RX_OFF for more drivers
Martin Bachem (1):
mISDN: Bugfix hfcsusb: usb endpoint activation/deactivation
drivers/isdn/hardware/mISDN/avmfritz.c | 223 +++++++++++++++++--------------
drivers/isdn/hardware/mISDN/hfcmulti.c | 117 +++++++----------
drivers/isdn/hardware/mISDN/hfcpci.c | 98 +++++---------
drivers/isdn/hardware/mISDN/hfcsusb.c | 137 ++++++++-----------
drivers/isdn/hardware/mISDN/mISDNipac.c | 128 ++++++++----------
drivers/isdn/hardware/mISDN/mISDNisar.c | 131 ++++++++-----------
drivers/isdn/hardware/mISDN/netjet.c | 213 +++++++++++++++---------------
drivers/isdn/hardware/mISDN/w6692.c | 135 +++++++++----------
drivers/isdn/mISDN/dsp_core.c | 1 +
drivers/isdn/mISDN/hwchannel.c | 162 ++++++++++++++++++++---
drivers/isdn/mISDN/l1oip_core.c | 2 +-
include/linux/mISDNhw.h | 22 +++-
include/linux/mISDNif.h | 9 +-
13 files changed, 711 insertions(+), 667 deletions(-)
--
1.7.3.4
next reply other threads:[~2012-05-16 10:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-16 9:51 Karsten Keil [this message]
2012-05-16 9:51 ` [PATCH v2 1/8] mISDN: Cleanup channel also if it already was deactivated Karsten Keil
2012-05-16 9:51 ` [PATCH v2 2/8] mISDN: Early confirm for transparent data Karsten Keil
2012-05-16 9:51 ` [PATCH v2 3/8] mISDN: avmfritz use the bigger fifo of chip version 2 Karsten Keil
2012-05-16 9:51 ` [PATCH v2 4/8] mISDN: Bugfix hfcsusb: usb endpoint activation/deactivation Karsten Keil
2012-05-16 9:51 ` [PATCH v2 5/8] mISDN: Reduce RX buffer allocation for transparent data Karsten Keil
2012-05-16 9:51 ` [PATCH v2 6/8] mISDN: Allow to set a minimum length " Karsten Keil
2012-05-16 9:51 ` [PATCH v2 7/8] mISDN: Implement MISDN_CTRL_FILL_EMPTY for more drivers Karsten Keil
2012-05-16 9:51 ` [PATCH v2 8/8] mISDN: Implement MISDN_CTRL_RX_OFF " Karsten Keil
2012-05-16 19:28 ` [PATCH v2 0/8] mISDN: Fixes and enhancements for the data channels David Miller
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=1337161868-19399-1-git-send-email-kkeil@linux-pingi.de \
--to=kkeil@linux-pingi.de \
--cc=davem@davemloft.net \
--cc=netdev@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;
as well as URLs for NNTP newsgroup(s).