summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
2009-12-28dahdi-base: change dahdi_kernel_fpu_end to kernel_fpu_endShaun Ruffell
2009-12-11Merged revisions 7682 via svnmerge from Shaun Ruffell
2009-12-11Merged revisions 7681 via svnmerge from Shaun Ruffell
2009-11-09Merged revisions 6699,6706,6714,6768,6771,6785,6812-6818,6821,6838,6928-6929,...Shaun Ruffell
2009-11-05backport a number of build fixes from trunk to 2.2Tzafrir Cohen
2009-08-06Merged revisions 6890-6891 via svnmerge from Shaun Ruffell
2009-07-21Merged revisions 6844,6852,6862-6863 via svnmerge from Shaun Ruffell
2009-07-21Merged revisions 6712,6776,6799,6801,6803 via svnmerge from 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
2008-11-09Add missing semi-colon.Sean Bright
2008-11-02dahdi-base: hw_echocancel_off: return 0 if no hardware ECTzafrir Cohen
2008-10-30Use correct length for the, well, dahdi transcoder device name.Tzafrir Cohen
2008-10-30Use ! to hint udev about directory separator.Tzafrir Cohen
2008-10-28fix a large number of warnings found by sparse, the kernel code sanity checki...Kevin P. Fleming
2008-10-09a micro-optimization found while creslin and i spent four or five hours track...Kevin P. Fleming
2008-10-06use the same logic here as elsewhere for releasing echocan module referencesKevin P. Fleming
2008-10-06Fix a few compile errors that only show up when CONFIG_DAHDI_PPP isSean Bright
2008-10-03Fix building with CONFIG_DAHDI_NET in kernel 2.6.22Tzafrir Cohen
2008-10-03Fix building with CONFIG_DAHDI_NET . It builds, but will it run?Tzafrir Cohen
2008-10-03Fix some compilation problems that show up when CONFIG_DAHDI_DEBUG is defined.Sean Bright
2008-10-01DAHDI should always make data received from the PSTN available to user modeShaun Ruffell
2008-09-28Fixes failure of modular echo cancelers in DAHDI.Shaun Ruffell
2008-09-26The channel master should not be set to 0, but rather should be 'cleared' byShaun Ruffell
2008-09-18close_channel is called with a spin_lock held, which means that GFP_KERNEL canShaun Ruffell
2008-09-17Turn off reference counting on the echo canceller modules in order to preventShaun Ruffell
2008-09-15Edit some comments and error strings.Shaun Ruffell
2008-09-11Fix a type used in nethdlc mode, as pointed out in #13427 .Tzafrir Cohen
2008-09-06Fix buglet in #define for 2.6.9Matthew Fredrickson