summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
2008-09-06Fix class_simple on old 2.6.9 kernelsMatthew Fredrickson
2008-08-29Remove useless kzallocMatthew Fredrickson
2008-08-24Add support for 56 KB HDLC as well as selectable rate via ioctlMatthew Fredrickson
2008-08-20improve compatibility with 2.6.26 and 2.6.27 kernelsKevin P. Fleming
2008-08-06last round of license header updates hereKevin P. Fleming
2008-08-06A significant change to the DAHDI transcoder interface and the wctc4xxpShaun Ruffell
2008-08-05Fix a small regression from r4667: Please don't NULL a good pointer.Tzafrir Cohen
2008-08-05In the function start_digit(), the same logic was replicated 3 times; one timeRussell Bryant
2008-08-04 - Tweak some formatting to match coding guidelinesRussell Bryant
2008-08-04Fix small regression from r4690: do use channo for printing channelTzafrir Cohen
2008-08-04Tweak spacing and reduce indentationRussell Bryant
2008-08-03Re-work a for loop in proc_read. This loop traversed the array of all DAHDIRussell Bryant
2008-08-03Do use printk-s without a priority when continuing previous printk.Tzafrir Cohen
2008-08-03Strip trailing whitespaceRussell Bryant
2008-08-03Change all instances of printk in DAHDI to include a priorityRussell Bryant
2008-08-03reduce indentation and tweak formatting of a for loop in proc_readRussell Bryant
2008-08-03Get rid of dahdi_rxsig_t typedefRussell Bryant
2008-08-03Get rid of another typedef, sf_detect_state_t, and fix referencesRussell Bryant
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-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-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-02Linux kernel 2.6.26 is going to change the sysfs registration/destruction met...Kevin P. Fleming
2008-07-02break up large memory allocations made by digital span drivers into smaller o...Kevin P. Fleming
2008-06-29Fix crash in dahdi-base on channel close. From Zaptel r4348.Tzafrir Cohen
2008-06-25String fixes: dahdi.conf -> /etc/dahdi/system.conf .Tzafrir Cohen
2008-06-22fixing damage caused by r4445... the unregister_chrdev() call was *not* remov...Kevin P. Fleming
2008-06-22Slightly better error hadling: if we failed to register a major deviceTzafrir Cohen
2008-06-22Add the class_unregioster that was dropped in r4435 to allow unloadingTzafrir Cohen
2008-06-20merge modular_ec branch, which adds modular echocan support and lots of minor...Kevin P. Fleming
2008-06-17commit a bunch of stuff, primarily basic support for allowing drivers/dahdi a...Kevin P. Fleming
2008-05-22fix device names, udev rules, sysfs class name, proc directory nameKevin P. Fleming
2008-05-22remove compatibility mode ioctls, since they are not needed hereKevin P. Fleming
2008-05-22and with another fell swoop... 2.4 kernel support is gone tooKevin P. Fleming