summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
2011-06-29dahdi: Fix compilation on Linux 2.6.26 w/CONFIG_DAHDI_NET.Shaun Ruffell
2011-05-27Move test for DEFINE_SPINLOCK into include/dahdi/kernel.hShaun Ruffell
2011-05-27dahdi: Enable DTMF A,B,C, and D digits.Shaun Ruffell
2011-01-31dahdi: Experimentally remove dependency on the Big Kernel Lock.Shaun Ruffell
2011-01-21dahdi: Add error if CONFIG_BKL is not definedShaun Ruffell
2011-01-21dahdi: Prevent unloadable module on failed open.Shaun Ruffell
2011-01-21dahdi: Anonymous member in dahdi_echocan_events union.Shaun Ruffell
2011-01-21dahdi: Fix 'void *' pointer arithmetic warnings.Shaun Ruffell
2011-01-21dahdi: Be more tolerant of surprise removal of channels.Shaun Ruffell
2011-01-21dahdi-base: All channels for a span are now unconfigured on shutdownShaun Ruffell
2011-01-21dahdi: Fix compilation error when CONFIG_DAHDI_NET is defined.Shaun Ruffell
2010-08-20dahdi: Uncross dest if dacs is not supported between two different chans.Russ Meyerriecks
2010-08-11dahdi: Do not error when uncrossing a channel if there is no 'dacs' callback.Shaun Ruffell
2010-08-10dahdi: "Unable" -> "Unable to".Shaun Ruffell
2010-08-10dahdi: Fix oops when trying to dacs channels with a null dacs function.Shaun Ruffell
2010-08-06dahdi: Trivial spelling change.Shaun Ruffell
2010-08-05don't crash on disconnecting of ABTzafrir Cohen
2010-07-29dahdi-base: display Reserved when a channel is unusable (has a sigcap of 0)Kinsey Moore
2010-07-28dahdi: Unlock the dahdi_span.lock when passed an invalid DAHDI_MAINT command.Shaun Ruffell
2010-07-26Added hardware transformer checkRuss Meyerriecks
2010-07-26Added card level event handlerRuss Meyerriecks
2010-07-26Added the ability to trigger alarm simulation states in theRuss Meyerriecks
2010-07-26dahdi: Move the 'owner' field from dahdi_span to dahdi_span_ops.Shaun Ruffell
2010-07-26dahdi: Move the callbacks in dahdi_span into its own structure.Shaun Ruffell
2010-07-12dahdi: Explicitly ensure we don't schedule a timer for the current tick.Shaun Ruffell
2010-04-26dahdi-base: Reverted a change from last patchRuss Meyerriecks
2010-04-23dahdi-base: wcte12xp: Fixed Clear/RBS channel mode issueRuss Meyerriecks
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