summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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: Increase the number of conference buffers to eight.Russ Meyerriecks
2012-08-16dahdi: pci-aspm.h was included in 2.6.26 not 2.6.25.Shaun Ruffell
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-03dahdi_dynamic: Do not call into dahdi_dynamic without holding reference.Shaun Ruffell
2012-03-21dahdi_dynamic: Since dynamic devices are 'parentless' we must name them.Shaun Ruffell
2012-03-21dahdi: Update dev_set_name / dev_name for RHEL 5.6+.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-13Remove support for kernels < 2.6.18Tzafrir Cohen
2012-02-09code cleanup - refactor module_printk()Tzafrir Cohen
2012-01-25dev_set_name(): remove unneeded ';'Tzafrir Cohen
2012-01-25remove a duplicate dev_set_name()Tzafrir Cohen
2012-01-25better chan_printk() outputTzafrir Cohen
2011-12-02dahdi: #include <linux/module.h> in dahdi/kernel.h and GpakCust.hShaun Ruffell
2011-11-07Extra debugging aids and messagesTzafrir Cohen
2011-11-02dahdi: Define POLLRDHUP on kernels < 2.6.17Shaun Ruffell
2011-10-26dahdi: Allow 'spantype' to be changed before span assignement via sysfs.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-21dahdi: Move WARN_ON_ONCE from wctc4xxp driver to include/dahdi/kernel.hShaun Ruffell
2011-10-20dahdi: Add functions for determining spantype (E1/T1) to include/dahdi/kernel.hShaun Ruffell
2011-10-20dahdi: Define pr_xxx macros if not already defined.Shaun Ruffell
2011-08-10dahdi: Define HAVE_NET_DEVICE_OPS on kernels > 2.6.29Shaun Ruffell
2011-06-29Revert "dahdi: Use enumeration for maintenance modes."Shaun Ruffell
2011-06-28kernel.h: Define __packed if not already defined.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: Support "struct mutex" on pre 2.6.16 kernels.Shaun Ruffell
2011-06-02wctdm24xxp: Check if the FXS signaling setting is valid.Shaun Ruffell
2011-04-15dahdi: Add capability to generate events on buffer underruns and overrunsKinsey Moore
2011-04-11dahdi: Do not define dev_name if already backported.Shaun Ruffell
2011-04-04dahdi: Add in-hardirq versions of the dahdi_receive/transmit/ec_span.Shaun Ruffell
2011-04-04wctdm24xxp, wcte12xp, wct4xxp, wcb4xxp, wctdm: Do not support suspend.Shaun Ruffell
2011-04-04dahdi: Use enumeration for maintenance modes.Shaun Ruffell
2011-01-23dahdi: Add '#include <linux/kobject.h>' in dahdi/kernel.hShaun Ruffell
2011-01-10span_sysfs_{create,remove}Tzafrir Cohen
2011-01-05dahdi: Move the default tone lengths into include/dahdi/dahdi_config.hShaun Ruffell
2011-01-03dahdi: Save pointer to monitored channel in struct dahdi_chan.Shaun Ruffell
2011-01-03dahdi: When DACS is enabled, hold a pointer directly to the crossed channel.Shaun Ruffell
2011-01-03dahdi: Change dahdi_chan.nextslave from index to a pointer.Shaun Ruffell
2011-01-03dahdi: Remove arbitrary limit on number of spans in the kernel.Shaun Ruffell
2011-01-03dahdi: Change reference counting for tone zones.Shaun Ruffell
2011-01-03dahdi: Introduce dahdi_kasprintf for pre 2.6.12 kernels.Shaun Ruffell