summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-02Reduce the rate for a potentially annoying messageTzafrir Cohen
2009-04-02ensure that the structure being returned by DAHDI_GET_BUFINFO is completely i...Kevin P. Fleming
2009-04-02correct minor spacing issueKevin P. Fleming
2009-03-26Fixes DAHDI-214 crash on driver unload. Affects wcte12xp and wctdm24xxp modules.Wendell Thompson
2009-03-24Eliminate unnecessary checks for NULL before freeing memory.Shaun Ruffell
2009-03-24Do not allocate more memory than is needed when sending packets.Shaun Ruffell
2009-03-24Block runt packets from the transcoder.Shaun Ruffell
2009-03-24Do not define the debug flags if CONFIG_SLUB is not set.Shaun Ruffell
2009-03-24Make sure the requested echo canceller name is NULL-terminated.Tzafrir Cohen
2009-03-23Make some messages debug messages and minor formatting adjustment.Shaun Ruffell
2009-03-23Verify checksum on the RTP IP header before queueing.Shaun Ruffell
2009-03-23Poll the card in a kernel timer when several channels are open.Shaun Ruffell
2009-03-23Optionally show total number of packets dropped when channel is closed.Shaun Ruffell
2009-03-23Do not handle duplicate reponses.Shaun Ruffell
2009-03-23Create our own free list for commands instead of using kmem_cache.Shaun Ruffell
2009-03-23Set TX_COMPLETE atomically with changes to the waiting_for_response_list.Shaun Ruffell
2009-03-23split send_trans_connect into a connect / disconnect pair.Shaun Ruffell
2009-03-23If the driver fails to register, make sure we cleanup the command cache.Shaun Ruffell
2009-03-23Setup the TC400M to poll the own bit on the descriptor ring.Shaun Ruffell
2009-03-23Make sure that messages sitting in the outbound queue cause the timer toShaun Ruffell
2009-03-23Refactor channel command handling.Shaun Ruffell
2009-03-18Fix a typoJason Parker
2009-03-17xpp USB_FW.hex rev 6885: fixes reading label from USBTzafrir Cohen
2009-03-16Move dahdi_config.h to be under include/dahdi/Tzafrir Cohen
2009-03-16Make ecdis.h used by dahdi-base.h aloneTzafrir Cohen
2009-03-13Fix handling of 'w' in a pulse dial stringTzafrir Cohen
2009-03-12A better sample xpp.confTzafrir Cohen
2009-03-12xpp init_card_* scripts now less verboseTzafrir Cohen
2009-03-12Fix handling of DAHDI_GETGAINS_V1 missing from r6124 .Tzafrir Cohen
2009-03-11Allow 10ms for voicebus hardware to settle after reset.Shaun Ruffell
2009-03-11Relax ident wheel requirements.Shaun Ruffell
2009-03-11Fix direction bits on several ioctls.Shaun Ruffell
2009-03-11Adding spaces around some other operators and moving 'inline' keyword.Shaun Ruffell
2009-03-11No need to assign 0 to static variables.Shaun Ruffell
2009-03-11Removing assignement in condition.Shaun Ruffell
2009-03-11Removed braces around single line statements in accordance with kernel codingShaun Ruffell
2009-03-11Adding required spaces after semicolons.Shaun Ruffell
2009-03-11Moving the pointer specifier away from the type.Shaun Ruffell
2009-03-11Fixed up spacing around parenthesis.Shaun Ruffell
2009-03-11Remove trailing whitespace.Shaun Ruffell
2009-03-11Adding spaces after commas.Shaun Ruffell
2009-03-11Keep transcoders on a list in registration order.Shaun Ruffell
2009-03-11Eliminating an unused parameter to dahdi_specchan_open.Shaun Ruffell
2009-03-06Workarounds for SLUB sysfs problems in kernel 2.6.22 with CONFIG_SLUB and CON...Wendell Thompson
2009-03-05xpp: FPGA firmwares 6799Tzafrir Cohen
2009-03-01New XPP code: xpp rev 6795:Tzafrir Cohen
2009-02-11Use the proper pci_device when handling dma buffers.Shaun Ruffell
2009-02-10Set default alarm debounce time to 500ms to debounce NT L1 deactivationsMatthew Fredrickson
2009-02-09Fix building DAHDI with module unloading disabledTzafrir Cohen
2009-02-04Undoing commit for revision 5944. This still needs more testing beforeShaun Ruffell