summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2010-09-29dahdi: Anonymous member in dahdi_echocan_events union.Shaun Ruffell
2010-09-24Move test for DEFINE_SPINLOCK into include/dahdi/kernel.hShaun Ruffell
2010-09-24dahdi: Allow core DAHDI software timing to work when DAHDI_CHUNKSIZE > 8.Shaun Ruffell
2010-09-23dahdi: trivial spelling 'implemnted' -> 'implemented'Shaun Ruffell
2010-09-21dahdi: Fix comment ZapRAS -> DAHDIRAS.Shaun Ruffell
2010-09-21dahdi: Make CONFIG_DAHDI_PPP off by default.Shaun Ruffell
2010-09-20dahdi: Remove redundant 'gainalloc' member from struct dahdi_chan.Shaun Ruffell
2010-09-20dahdi: Define psuedo channels as being without a span.Shaun Ruffell
2010-09-20dahdi: Embed the proc entries in struct dahdi_span.Shaun Ruffell
2010-09-14dahdi: Fix for when PPP support is compiled as a kernel module.Shaun Ruffell
2010-08-19dahdi: move 'dahdi_is_digital_span' back into wctdm24xp driver.Shaun Ruffell
2010-08-13dahdi: Make it clear that 'linecompat' can be used to identify analog spans.Shaun Ruffell
2010-08-09work around RHEL backport of strcasecmpTzafrir Cohen
2010-08-06dahdi: Backport strcasecmp for kernels < 2.6.22Russ Meyerriecks
2010-07-26wct4xxp: Removed card level event handlerRuss Meyerriecks
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-26dahdi: Remove the 'pvt' member from dahdi_span.Shaun Ruffell
2010-06-27chan_notice() now worksTzafrir Cohen