summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
2012-04-11dahdi: Fix compilation when CONFIG_DAHDI_WATCHDOG is defined.Shaun Ruffell
2012-04-03dahdi: Fix compilation when CONFIG_DAHDI_ECHOCAN_PROCESS_TX is defined.Shaun Ruffell
2011-11-02dahdi: First span registered becomes master by default.Shaun Ruffell
2011-09-23dahdi: Check for master in DAHDI_STARTUP / resolves MeetMe regression.Shaun Ruffell
2011-09-13dahdi: Decrease the initial coretimer delay to 4ms from 1 second.Shaun Ruffell
2011-07-21dahdi: Drivers that do not support hwec should not report hwec is available.Shaun Ruffell
2011-07-20get registration_mutex at free_pseudoTzafrir Cohen
2011-07-12dahdi: Add dynamic dahdi parameter hwec_overrides_swec.Tzafrir Cohen
2011-06-28dahdi: Always attach hwec to a channel if available.Shaun Ruffell
2011-06-28Revert "dahdi: Group dahdi timers into "rates" for improved CPU utilization."Shaun Ruffell
2011-06-28Revert "dahdi: If a timer is not configured then we should block indefinitely."Shaun Ruffell
2011-06-02dahdi: Do not allow 'hwec' to be attached to channels that do not have one.Shaun Ruffell
2011-06-02dahdi: Provide notification when preechocan buffer is created and destroyed.Shaun Ruffell
2011-06-02dahdi: Update the dahdi_ec_chunk interface to support preec streams.Shaun Ruffell
2011-06-02dahdi: Allow dahdi_span_ops.[chan|span]config and startup to block.Shaun Ruffell
2011-06-02dahdi: Do not release the echocan under lock.Shaun Ruffell
2011-06-02dahdi: If a timer is not configured then we should block indefinitely.Shaun Ruffell
2011-06-02dahdi: Make tone zone registration messages debug only.Shaun Ruffell
2011-06-02dahdi: Propagate shutdown returncode to user space.Shaun Ruffell
2011-06-02dahdi: Fix compilation on Linux 2.6.26 w/CONFIG_DAHDI_NET.Shaun Ruffell
2011-06-02Remove unused variables.Shaun Ruffell
2011-04-25dahdi: Enable DTMF A,B,C, and D digits.Shaun Ruffell
2011-04-15dahdi: Bug fix for enabling buffer eventsKinsey Moore
2011-04-15dahdi: Add capability to generate events on buffer underruns and overrunsKinsey Moore
2011-04-04dahdi: Group dahdi timers into "rates" for improved CPU utilization.Shaun Ruffell
2011-04-04dahdi: Add in-hardirq versions of the dahdi_receive/transmit/ec_span.Shaun Ruffell
2011-04-04dahdi: Do not enable interrupts before processing entire span.Shaun Ruffell
2011-04-04core timer: don't hang when the clock goes back.Shaun Ruffell
2011-02-28dahdi: Do not rebuild dahdi-base.c when only updating the version.Shaun Ruffell
2011-02-20replace old proc interface by modern seq_fileTzafrir Cohen
2011-02-02dahdi: Analog spans do not have to be marked RUNNING to become master.Shaun Ruffell
2011-01-31dahdi: Experimentally remove dependency on the Big Kernel Lock.Shaun Ruffell
2011-01-18dahdi: Constify the data parameter to __buf_push.Shaun Ruffell
2011-01-18dahdi: Trivial. Move process_masterspan description.Shaun Ruffell
2011-01-18dahdi: Fix recent regression with native bridging.Shaun Ruffell
2011-01-17dahdi: Permit open pseudo channels before spans are registered.Shaun Ruffell
2011-01-16Refactor SysFS code to dahdi-sysfs.cTzafrir Cohen
2011-01-10cleaner error handling in dahdi_registerTzafrir Cohen
2011-01-10span_sysfs_{create,remove}Tzafrir Cohen
2011-01-10Pass error val from dahdi_register_echocan_factoryTzafrir Cohen
2011-01-10separate device init functionsTzafrir Cohen
2011-01-06dahdi: Do not call dahdi_check_conf under lock.Shaun Ruffell
2011-01-05dahdi: Ensure we have room to keep all span channels contiguous.Shaun Ruffell
2011-01-05dahdi: Move the default tone lengths into include/dahdi/dahdi_config.hShaun Ruffell
2011-01-03dahdi: Also use constant for DAHDI_TRANSCODETzafrir Cohen
2011-01-03dahdi: Break the dahdi_ctl_ioctl handlers into separate functions.Shaun Ruffell
2011-01-03dahdi: Do not locate new master in interrupt context.Shaun Ruffell
2011-01-03dahdi: Add module parameter to limit number of pseudo channels.Shaun Ruffell
2011-01-03dahdi: Remove 'chans' array from reg/unreg. Now completely removed.Shaun Ruffell
2011-01-03dahdi: Remove three maxchans/DAHDI_MAX_CHANNELS references.Shaun Ruffell