summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
2012-10-04dahdi: Running without the Big Kernel Lock (BKL) is no longer experimental.Russ Meyerriecks
2012-10-04dahdi: Remove 'getlin_lastchunk' from struct dahdi_chan.Russ Meyerriecks
2012-10-04dahdi: Remove unused 'rxbufpolicy' and 'rxdisable' from dahdi_chan.Russ Meyerriecks
2012-10-04dahdi: Filter 'HWEC' from DAHDI_GETVERSION results if hwec is really not pres...Russ Meyerriecks
2012-09-21dahdi-base: Minor maint mode errorRuss Meyerriecks
2012-05-23dahdi_ioctl_spanstat() backward compat hackTzafrir Cohen
2012-05-23sysfs: refactor lineconfig string representationTzafrir Cohen
2012-05-23sysfs: add a linecompat span attributeTzafrir Cohen
2012-05-23convert span->spantype to enumerated typeTzafrir Cohen
2012-04-11dahdi: Fix compilation when CONFIG_DAHDI_WATCHDOG is defined.Shaun Ruffell
2012-04-03dahdi: Fix compilation when CONFIG_DAHDI_NET is defined.Shaun Ruffell
2012-04-03dahdi: Fix compilation when CONFIG_DAHDI_ECHOCAN_PROCESS_TX is defined.Shaun Ruffell
2012-04-03dahdi_dynamic: Do not call into dahdi_dynamic without holding reference.Shaun Ruffell
2012-03-21Update Digium copyright on files changed since beginning of the year.Shaun Ruffell
2012-03-21dahdi: Add dahdi_pci_disable_link_state for kernel < 2.6.25.Shaun Ruffell
2012-03-15dahdi: Use monotonic clock for coretimer.Shaun Ruffell
2012-03-13Remove support for kernels < 2.6.18Tzafrir Cohen
2012-02-22sysfs channels: cleanup device files handlingTzafrir Cohen
2012-02-09dahdi: build fix for Kernels < 2.6.16Tzafrir Cohen
2012-02-09code cleanup - refactor module_printk()Tzafrir Cohen
2012-01-25show Master change to/from core timerTzafrir Cohen
2012-01-25A channel-less span should not crash dahdiTzafrir Cohen
2012-01-25A parent-less device should not crash dahdiTzafrir Cohen
2011-12-14DAHDI-linux: Fix "surprise removal" problemsTzafrir Cohen
2011-12-14dahdi: Return dahdi_span_ops.startup callback errors to userspace.Shaun Ruffell
2011-11-07dahdi: Unregister dahdi_device from sysfs if we fail to auto assign spans.Shaun Ruffell
2011-11-07dahdi: Fix typo in previous commit which forced some spans to always fail ass...Shaun Ruffell
2011-11-07Extra debugging aids and messagesTzafrir Cohen
2011-11-07bugfix: off-by-one in span assignmentTzafrir Cohen
2011-11-02dahdi: First span registered becomes master by default.Shaun Ruffell
2011-10-26dahdi: Give userspace a chance to respond to surprise removal.Tzafrir Cohen
2011-10-26dahdi: Remove dahdi_span.irq and move dahdi_span.irqmisses into dahdi_device.Tzafrir Cohen
2011-10-26dahdi: Expose dahdi devices in sysfs.Tzafrir Cohen
2011-10-26dahdi: Expose spans in sysfs.Tzafrir Cohen
2011-10-26dahdi: Register devices instead of individual spans.Tzafrir Cohen
2011-10-26dahdi: dahdi_is_analog_span() -> dahdi_is_digital_span()Tzafrir Cohen
2011-10-26dahdi: Add error messages in dahdi_ioctl_chanconfig.Tzafrir Cohen
2011-10-26dahdi: start handling "surprise device removal".Tzafrir Cohen
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