summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-08-03Rework the table of signalling bits for signalling types and hook statesRussell Bryant
2008-08-03 - Formatting changes to better conform to guidelinesRussell Bryant
2008-08-02Convert dahdi timers to a kernel list instead of an open coded listRussell Bryant
2008-08-02Rework free_tone_zone a bit to avoid a potential memory leak in a weird scena...Russell Bryant
2008-08-02 - use C99 instead of GNU initializersRussell Bryant
2008-08-02Use C99 instead of GNU style initializersRussell Bryant
2008-08-02 - simplify some code using ARRAY_SIZERussell Bryant
2008-08-02Update copyright, and fix a typo in some HDLC code that I wasn't buildingRussell Bryant
2008-08-02 - Define kzalloc() for kernel versions that don't have itRussell Bryant
2008-08-02kzalloc was introduced in later versions of 2.6, so use kcalloc insteadRussell Bryant
2008-08-02- align case with switchRussell Bryant
2008-08-02- use kzalloc instead of kmalloc+memsetRussell Bryant
2008-08-02convert a list of defines to an enumRussell Bryant
2008-08-02Space out the definition of an enum, and remove an unused typedefRussell Bryant
2008-08-01use correct logic to handle a slave channel being removed from a master chann...Kevin P. Fleming
2008-08-01fix a couple of places where the driver assumed 4 spans were present on the cardKevin P. Fleming
2008-08-01make skb_linearize() work for kernels <= 2.6.17 tooKevin P. Fleming
2008-08-01fix problem accepting non-linearized skbs from NIC driversKevin P. Fleming
2008-07-31would help if we didn't copy a NULL pointer and then try to dereference it...Kevin P. Fleming
2008-07-29make an initial split of dahdi/kernel.h into userspace- and kernelspace-speci...Kevin P. Fleming
2008-07-22from r4429 of zaptel... make battery loss to red alarm translation actually workKevin P. Fleming
2008-07-21Fixed typo where chan is cleared out accidentally.Shaun Ruffell
2008-07-09Undoing accidental commit to the trunk of dahdi/linux.Shaun Ruffell
2008-07-09Saving off some work in progress on half-full buffering. Still needs a methodShaun Ruffell
2008-07-09Revert optimization done in rev 4436 which broke the MTP2 signalling type.Matthew Fredrickson
2008-07-07wc->chans needs to be an array of pointers as struct dahdi_span expects.Shaun Ruffell
2008-07-07the initialization of wc->chans was done using NUM_CARDS in wc->cards, but th...Kevin P. Fleming
2008-07-07Fix accidental zeroing out of the chans member of struct wctdm.Shaun Ruffell
2008-07-07wctdm_initialize expects the channels to already be allocated.Shaun Ruffell
2008-07-07Default ring debounce timer should be higher to properly catch calleridMatthew Fredrickson
2008-07-06Fix yet another surviving place with CONFIG_ZAPATA_BRI_DCHANS .Tzafrir Cohen
2008-07-02fix typoKevin P. Fleming
2008-07-02perform an explicit check for the destination directories for hotplug firmwar...Kevin P. Fleming
2008-07-02fix a problem found by the kernel 2.6.26 build process (this function is call...Kevin P. Fleming
2008-07-02Linux kernel 2.6.26 is going to change the sysfs registration/destruction met...Kevin P. Fleming
2008-07-02fix up the last few drivers for the new single-allocation channel changesKevin P. Fleming
2008-07-02Only set the XSP registers from a single place.Tzafrir Cohen
2008-07-02Minor fixes following r4513:Tzafrir Cohen
2008-07-02fix remaining drivers broken by pointer type change in 'struct dahdi_span'......Kevin P. Fleming
2008-07-02break up large memory allocations made by digital span drivers into smaller o...Kevin P. Fleming
2008-07-02Remove unneeded case for #ifdef DAHDI_SPANSTAT_V2 - Tzafrir Cohen
2008-07-02there is no need for the top-level Makefile to be involved in the kernel's bu...Kevin P. Fleming
2008-07-01Fixes a problem where the first invocation of 'make install' will not downloadSean Bright
2008-07-01Make the bri module built.Tzafrir Cohen
2008-06-29Changes in XPP initialization and configuration:Tzafrir Cohen
2008-06-29Fix crash in dahdi-base on channel close. From Zaptel r4348.Tzafrir Cohen
2008-06-28Fixes building with kernel of RHEl 5.2. Closes issue #12889 .Tzafrir Cohen
2008-06-25Remove some more unused XPP code:Tzafrir Cohen
2008-06-25String fixes: dahdi.conf -> /etc/dahdi/system.conf .Tzafrir Cohen
2008-06-25Removed some old, unused XPP code.Tzafrir Cohen