summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
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
2009-03-11Fix direction bits on several ioctls.Shaun Ruffell
2009-03-11Eliminating an unused parameter to dahdi_specchan_open.Shaun Ruffell
2009-02-02Array-style echo canceller updates first appeared in Zaptel, because HPEC onl...Kevin P. Fleming
2009-01-26Manipulate the REGISTERED flag with atomic bitops now since the bit is setShaun Ruffell
2009-01-26If an execution context has already disabled interrupts on the localShaun Ruffell
2009-01-26Ensure the channel is in a good state before placing it on the chans arrays.Shaun Ruffell
2008-12-19Add support for new half full buffer policy. This significantly improves per...Matthew Fredrickson
2008-12-12use a format string for request_module, so the compiler will do the right thingKevin P. Fleming
2008-12-11Fixed a typo that broke building dahdi-base with kernels < 2.6.13Tzafrir Cohen
2008-11-21Fix a think-o in numeric comparison. Swap order to make it more clear.Jason Parker
2008-11-21Convert some uses of sprintf to snprintf in dahdi_proc_read in order toShaun Ruffell
2008-11-10- Do not hold any locks while calling close_channel, which can result in callsShaun Ruffell
2008-11-09We only use print_debug_writebuf when CONFIG_DAHDI_NET or CONFIG_DAHDI_PPP ar...Sean Bright