summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
2010-04-19typos, mostly unkownTzafrir Cohen
2010-03-29dahdi-base: Fix a bug preventing clobbering maint stateRuss Meyerriecks
2010-03-21fix two cases of missing __user annotation (sparse)Tzafrir Cohen
2010-03-09dahdi-base: Minor bugfix for alarm state indicationRuss Meyerriecks
2010-03-08wct4xxp, wcte12xp: Fixed broken E1 and unsupported function bugsRuss Meyerriecks
2010-02-27dahdi: Add option to disable the EC disable tone detection algorithm.Shaun Ruffell
2010-02-26dahdi: Change 'struct dahdi_spaninfo' in order to maintain Asterisk API compa...Shaun Ruffell
2010-02-26dahdi: Add line options for BRI NT/TE mode and termination resistance.Shaun Ruffell
2010-02-22Branch merge from the maintenance modes projectRuss Meyerriecks
2010-02-22replace dahdi_dummy with internal timingTzafrir Cohen
2010-02-08dahdi: Update the Digium copyright on files changed since 2010-01-01.Shaun Ruffell
2010-02-08dahdi-base: Minor changes for sparse.Shaun Ruffell
2010-01-11Fail gracefully if we already have more than 1024 channels.Tzafrir Cohen
2010-01-06Use unlocked_ioctl and compat_ioctl instead of ioctl.Tzafrir Cohen
2010-01-06Remove some unused 'struct inode *' function parameters.Tzafrir Cohen
2009-12-14DAHDI_AUDIO_NOTIFY: Also pass DAHDI_AUDIOMODE to channel driverTzafrir Cohen
2009-12-11dahdi-base: Do not wait for impulse when echotraining.Shaun Ruffell
2009-12-11dahdi-base: Reduce the max allocation size in dahdi_reallocbufs.Shaun Ruffell
2009-10-29dahdi-base: Do not allow jumps in system time to lock up the system w/core_timerShaun Ruffell
2009-10-11Fix kernel-doc, add some more.Tzafrir Cohen
2009-10-11Add a few kernel-doc commentsTzafrir Cohen
2009-10-09dahdi-base: Include linux/sched.hShaun Ruffell
2009-09-21Mark some userspace parameters with __user . No functional change.Tzafrir Cohen
2009-09-21dahdi-base: dahdi_ioctl_[get|set]gains should return the res value.Shaun Ruffell
2009-09-15dahdi-base: Minor syntax change to meet style guidelinesRuss Meyerriecks
2009-09-14Fixed issue where the clear channel flags were not being set at the appropria...Russ Meyerriecks
2009-09-07dahdi-base: Fix flag check in dahdi_rbs_sethook.Shaun Ruffell
2009-09-07dahdi-base: Prevent compilation if both EMPULSE and EMFLASH are defined.Shaun Ruffell
2009-09-07dahdi-base: Reduce the stack usage of dahdi_common_ioctl.Shaun Ruffell
2009-08-24Don't dereference the span after a channel was closed.Tzafrir Cohen
2009-08-21Remove duplicate-ish code that has existed since r40 (committed 8 years ago).Jason Parker
2009-08-14dahdi-base: Add comment to explain why rxhooksig is reset on span start.Shaun Ruffell
2009-07-23dahdi-base: Update formatting in ioctl_load_zone.Shaun Ruffell
2009-07-23dahdi-base: Reduce the stack usage of ioctl_load_zone.Shaun Ruffell
2009-07-21dahdi-base: Add support for core timing.Shaun Ruffell
2009-06-30echocan: Do not go into PRETRAINING mode if not supported by the echocan.Shaun Ruffell
2009-06-30echocan: Do not call through NULL 'echocan_traintap' pointer.Shaun Ruffell
2009-06-29dahdi-base: Enable DAHDI to manage the reference counts for the board drivers.Shaun Ruffell
2009-06-29Improve MMX safety for DAHDI echo cancellers on 32-bit x86 systems.Kevin P. Fleming
2009-06-29echocan: Properly keep the reference counts for the echocan modules.Shaun Ruffell
2009-06-04dahdi-base: Fix bug in procfs handling.Shaun Ruffell
2009-05-01dahdi-base: define __RW_LOCK_UNLOCKED()Shaun Ruffell
2009-04-29echocan: Improve interface for echo cancelers.Shaun Ruffell
2009-04-22don't refer to macros from dahdi_config.h until after it has been includedKevin P. Fleming
2009-04-02ensure that the structure being returned by DAHDI_GET_BUFINFO is completely i...Kevin P. Fleming
2009-03-24Make sure the requested echo canceller name is NULL-terminated.Tzafrir Cohen
2009-03-16Move dahdi_config.h to be under include/dahdi/Tzafrir Cohen
2009-03-16Make ecdis.h used by dahdi-base.h aloneTzafrir Cohen
2009-03-13Fix handling of 'w' in a pulse dial stringTzafrir Cohen
2009-03-12Fix handling of DAHDI_GETGAINS_V1 missing from r6124 .Tzafrir Cohen