lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 19 May 2009 15:27:28 +0200
From:	Karsten Keil <keil@...systems.de>
To:	linux-kernel@...r.kernel.org
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	i4ldeveloper@...tserv.isdn4linux.de
Subject: [PATCH 00/19] mISDN update for linux-next

This is a update of the mISDN driver for linux-next.
It syncs the mISDN driver with the development on git.misdn.org.
More updates (new hardware support) will follow.

You can pull it from 
git://master.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6-next.git master


Andreas Eversberg (14):
  Add XHFC support for embedded Speech-Design board to hfcmulti
  Fix bug in XHFC registering
  Add PCI ID for Junghanns 8S card
  Add watchdog functionality to hfcmulti driver
  DSP now uses ring buffer for echo canceler
  Fix hfcmulti's PCI IRQ bug during init
  Echo canceler now gets delay information from hardware
  Fixed missing spin lock on pipeline process
  Added layer-1-hold feature
  Fix DTMF locking bug issue
  Hardware acceleration is now possible in conjunction with audio
    recording
  Fix TEI and SAPI handling
  Add "sapi" information to debug messages
  Added PCI ID for new Junghanns.net Single E1 cards.

Frank Seidel (2):
  Reduce stack size in dsp_cmx_send()
  Add allocation of recvbuf[1500] at run time to reduce stack size

Karsten Keil (2):
  Fix skb leak in error cases
  Cleanup debug messages

Roel Kluin (1):
  isdn: get_free_devid() failure ignored

 drivers/isdn/hardware/mISDN/hfc_multi.h |   75 +++-
 drivers/isdn/hardware/mISDN/hfcmulti.c  |  711 +++++++++++++++++++++++--------
 drivers/isdn/hardware/mISDN/hfcpci.c    |   98 +++--
 drivers/isdn/hardware/mISDN/hfcsusb.c   |    4 +-
 drivers/isdn/mISDN/core.c               |    8 +-
 drivers/isdn/mISDN/dsp.h                |   18 +-
 drivers/isdn/mISDN/dsp_audio.c          |    5 +-
 drivers/isdn/mISDN/dsp_cmx.c            |  115 ++++--
 drivers/isdn/mISDN/dsp_core.c           |   70 ++--
 drivers/isdn/mISDN/dsp_ecdis.h          |    2 +-
 drivers/isdn/mISDN/dsp_pipeline.c       |    5 +-
 drivers/isdn/mISDN/dsp_tones.c          |   23 +-
 drivers/isdn/mISDN/hwchannel.c          |    4 +-
 drivers/isdn/mISDN/l1oip_codec.c        |    1 +
 drivers/isdn/mISDN/l1oip_core.c         |   51 ++-
 drivers/isdn/mISDN/layer2.c             |   37 +-
 drivers/isdn/mISDN/layer2.h             |    2 +-
 drivers/isdn/mISDN/socket.c             |   45 ++-
 drivers/isdn/mISDN/tei.c                |   80 +++--
 drivers/isdn/mISDN/timerdev.c           |    2 +-
 include/linux/mISDNdsp.h                |    4 +-
 include/linux/mISDNhw.h                 |    2 +-
 include/linux/mISDNif.h                 |   19 +-
 include/linux/pci_ids.h                 |    2 +
 24 files changed, 965 insertions(+), 418 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ