netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/28] MISDN patchset for net-next
@ 2012-04-23 16:03 Karsten Keil
  2012-04-23 19:19 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Karsten Keil @ 2012-04-23 16:03 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, isdn4linux

Hello David,

please include thes patches into netnext.

This patch collection contains bugfixes and enhancemets to make
the mISDN stack ready for Fax G3 support in CAPI20 (in userspace).

Tested against net-next from today.

Andreas Eversberg (7):
  mISDN: Fix NULL pointer bug in if-condition of mISDN_dsp
  mISDN: Fixed hardware bridging/conference check routine of
    mISDN_dsp.ko.
  mISDN: Fixed false interruption of audio during bridging change.
  mISDN: Added PH_* state info to tei manager.
  mISDN: Using FLG_ACTIVE flag to determine if layer 1 is active or
    not.
  mISDN: Rework of LED status display for HFC-4S/8S/E1 cards.
  mISDN: Added support for fragmentation of E1 interfaces of hfcmulti
    driver.

Karsten Keil (20):
  mISDN: Fix division by zero
  mISDN: Fix refcounting bug
  mISDN: Add interface for PCM only access
  mISDN: Add PCM only B-channel protocol to socket functions
  mISDN: L2 timeouts need to be queued as L2 event
  mISDN: Make layer1 timer 3 value configurable
  mISDN: Layer1 statemachine fix
  mISDN: DSP scheduling fix
  mISDN: Help to identify L2 issues
  mISDN: Add 2MBit mode for HFC E1 card
  mISDN: Cleanup channel also if it already was deactivated
  mISDN: Early confirm for transparent data
  mISDN: Allow the driver to set a minimum length for transparent data
  mISDN: Add interface to allow upper layers to modify RX buffer limits
  mISDN: More support for MISDN_CTRL_FILL_EMPTY and MISDN_CTRL_RX_OFF
  mISDN: Fix compiler warnings
  mISDN: Bufferlimits for hfcmulti
  mISDN: Enhance hfcsusb driver
  mISDN: Add X-Tensions USB ISDN TA XC-525
  mISDN: Remove additonal PH_DATA confirm for raw data

Martin Bachem (1):
  mISDN: Bugfix hfcsusb: usb endpoint activation/deactivation

 drivers/isdn/hardware/mISDN/avmfritz.c  |  254 ++++++--
 drivers/isdn/hardware/mISDN/hfc_multi.h |   94 ++--
 drivers/isdn/hardware/mISDN/hfcmulti.c  | 1059 +++++++++++++++++++++----------
 drivers/isdn/hardware/mISDN/hfcpci.c    |   12 +-
 drivers/isdn/hardware/mISDN/hfcsusb.c   |  224 ++++---
 drivers/isdn/hardware/mISDN/hfcsusb.h   |   16 +-
 drivers/isdn/hardware/mISDN/mISDNipac.c |   62 ++-
 drivers/isdn/hardware/mISDN/mISDNisar.c |   22 +-
 drivers/isdn/hardware/mISDN/netjet.c    |   21 +-
 drivers/isdn/hardware/mISDN/w6692.c     |   22 +-
 drivers/isdn/mISDN/core.c               |   16 +
 drivers/isdn/mISDN/dsp.h                |    4 +-
 drivers/isdn/mISDN/dsp_cmx.c            |   19 +-
 drivers/isdn/mISDN/dsp_dtmf.c           |   19 +-
 drivers/isdn/mISDN/hwchannel.c          |    9 +-
 drivers/isdn/mISDN/l1oip_core.c         |    2 +-
 drivers/isdn/mISDN/layer1.c             |   37 +-
 drivers/isdn/mISDN/layer2.c             |  119 +++-
 drivers/isdn/mISDN/socket.c             |    3 +
 drivers/isdn/mISDN/tei.c                |   71 ++-
 include/linux/mISDNhw.h                 |   13 +-
 include/linux/mISDNif.h                 |   88 ++-
 22 files changed, 1485 insertions(+), 701 deletions(-)

-- 
1.7.3.4

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

* Re: [PATCH 00/28] MISDN patchset for net-next
  2012-04-23 16:03 [PATCH 00/28] MISDN patchset for net-next Karsten Keil
@ 2012-04-23 19:19 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-04-23 19:19 UTC (permalink / raw)
  To: isdn; +Cc: netdev, isdn4linux

From: Karsten Keil <isdn@linux-pingi.de>
Date: Mon, 23 Apr 2012 18:03:51 +0200

> please include thes patches into netnext.

Please submit smaller, reasonable, amounts of patches at one time.
Say 10 or so.

Coming out of the blue with a 28 entry patch bomb is not acceptable.

Also, please do not let whatever you're using to submit these patches
take the email date from the commit timestamp in your local tree.

This makes no sense when your submitting patches for someone to apply,
and utterly screws up the order in which the patches show up in
patchwork:

http://patchwork.ozlabs.org/project/netdev/list/

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

end of thread, other threads:[~2012-04-23 19:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 16:03 [PATCH 00/28] MISDN patchset for net-next Karsten Keil
2012-04-23 19:19 ` David Miller

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).