summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-05-23add "span_id" dahdi_span attribute. Calculated during device registration.sysfsOron Peled
2011-05-23add to dahdi_device a "hardware_id" attribute as an alternative to "location"Oron Peled
2011-05-23Allow low-level drivers to unregister a single span at a time:Oron Peled
2011-04-15dahdi: Do not save the irq information.Shaun Ruffell
2011-04-15dahdi: Move irq/irqmisses from dahdi_span into dahdi_device.Shaun Ruffell
2011-04-15dahdi: Expose dahdi devices in sysfs.Shaun Ruffell
2011-04-15dahdi: Expose spans in sysfs.Oron Peled
2011-04-15dahdi: register/unregister devices as opposed to individual spans.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
2011-01-03dahdi, xpp: dahdi_span_ops.sync_tick should return void.Shaun Ruffell
2011-01-03dahdi: Trivial move of sync_tick callback to inline function.Shaun Ruffell
2011-01-03"struct pci_device_id[]" -> "DEFINE_PCI_DEVICE_TABLE"Shaun Ruffell
2011-01-03dahdi: Allow spans to advertise if they can provide any timing.Shaun Ruffell
2011-01-03dahdi: If mutexes are not available use semaphores instead.Shaun Ruffell
2011-01-03dahdi_dynamic: Pass the dahdi_dynamic to create/destroy functions.Shaun Ruffell
2011-01-03dahdi_dynamic: constify the address parameter to create.Shaun Ruffell
2011-01-03dahdi_dynamic: dynamic drivers should not reference count themselves.Shaun Ruffell
2011-01-03dahdi_dynamic: "dahdi_dynamic_[un]register()" -> "dahdi_dynamic_[un]register_...Shaun Ruffell
2011-01-03dahdi_dynamic_[loc|eth|ethmf]: Remove unused return value from transmit callb...Shaun Ruffell
2011-01-03dahdi_dynamic: Use const pointers for dahdi_dynamic_driver strings.Shaun Ruffell
2011-01-03constants for ctl, transcode, timer, channel, pseudoTzafrir Cohen
2010-12-21dahdi: Use a single wait_queue_t for dahdi channels.Shaun Ruffell
2010-12-09dahdi-base, dahdi_echocan_*, wcb4xxp, wct4xxp, wctdm24xxp, wcte12xp, kernel: ...Kinsey Moore
2010-12-09dahdi-base, kernel, dahdi_echocan_*, wcb4xxp, wct4xxp, wctdm24xxp, wcte12xp: ...Kinsey Moore
2010-12-08dahdi: Removing loopstop maint functionRuss Meyerriecks
2010-12-08dahdi: Clean up an unused waitqueueRuss Meyerriecks
2010-12-08wcte12xp: Use interruptible waits to decrease impact on load average.Shaun Ruffell
2010-11-25dahdi: A little cleanup in the dahdi_ioctl_iomux function.Shaun Ruffell
2010-11-19dahdi: Stops junk data from overwriting the dahdi_mirror pseudo chansRuss Meyerriecks
2010-11-19dahdi: Moved the channel mirroring interface behind a build flagRuss Meyerriecks
2010-11-19dahdi: adding ss7 pcap support to dahdi.Russ Meyerriecks
2010-11-04dahdi: Constify the dahdi_txlevelnames and return of dahdi_lboname().Shaun Ruffell
2010-11-04Remove mutex emulationShaun Ruffell
2010-11-04dahdi: Remove DAHDI_CONFLINK functionality.Shaun Ruffell
2010-10-20dahdi: Remove CONFIG_OLD_HDLC_API since that is kernel 2.4 specific.Shaun Ruffell
2010-10-20dahdi: Atomically set/test if channel has associated network device.Shaun Ruffell
2010-10-20dahdi: Add compile time DAHDI_ECHOCAN_PROCESS_TX option.Shaun Ruffell