summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp
AgeCommit message (Expand)Author
2009-10-09wctc4xxp: Remove custom memory debugging code that is no longer necessary.Shaun Ruffell
2009-08-13wctc4xxp: Remove flag member that is not used.Shaun Ruffell
2009-07-27Replace typos "recieved" with "received".David Brooks
2009-07-13wctc4xxp: Remove deprecated DMA_xxBIT_MASK usage.Shaun Ruffell
2009-06-25wctc4xxp: Make the wctc4xxp_netdev_ops structure static.Shaun Ruffell
2009-06-25wctc4xxp: Update to use struct net_device_ops.Shaun Ruffell
2009-05-01wctc4xxp: spin_trylock_irqsave is not defined on some kernels.Shaun Ruffell
2009-05-01wctc4xxp: Defined gfp_t for earlier kernels.Shaun Ruffell
2009-05-01wctc4xxp: Fix inclusion of linux/io.h on 2.6.9 kernels.Shaun Ruffell
2009-04-29wctc4xxp: Change netif_rx_xxx to napi_xxxShaun Ruffell
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-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-06Workarounds for SLUB sysfs problems in kernel 2.6.22 with CONFIG_SLUB and CON...Wendell Thompson
2009-02-11Use the proper pci_device when handling dma buffers.Shaun Ruffell
2009-01-28Allow EXTRA_CFLAGS to propagate to builds in the subfolders for wct4xxp,Shaun Ruffell
2009-01-27And once again I'm reminded why I should always compile before committing.Shaun Ruffell
2009-01-27Small tweak to the alloc_netdev call again to use a less error-prone method ofShaun Ruffell
2009-01-27Passed wrong size to alloc_netdev.Shaun Ruffell
2009-01-27Updated wctc4xxp for kernel version 2.6.29.Shaun Ruffell
2009-01-27- When tearing down channels, use the channel's timeslot as the index into theShaun Ruffell
2009-01-05Even on older kernels, do not redefine WARN_ON_ONCE if it is already defined.Shaun Ruffell
2009-01-05Print more information to the kernel log when the transcoder sends us aShaun Ruffell
2008-12-11wctc4xxp: Fix compilation issues on 2.6.15 and below kernels. ThanksShaun Ruffell
2008-12-04Fix an erroneous warning and ensure that the sample size is set correctly whenShaun Ruffell
2008-12-01Fix issue with cut and paste that was preventing compilation.Shaun Ruffell
2008-12-01Service the transmit descriptor ring before the receive descriptor ring soShaun Ruffell
2008-11-17- Fix for race condition of encoder and decoder are allocated at the same timeShaun Ruffell
2008-11-05Fix warning messages in order to build on 2.6.27.Shaun Ruffell
2008-10-28fix a large number of warnings found by sparse, the kernel code sanity checki...Kevin P. Fleming
2008-10-10- Ensure that the source format is considered when selecting a transcoder.Shaun Ruffell
2008-10-06Embed room for the complete packet to the DTE in the transcoder bufferShaun Ruffell
2008-10-03There are two possible valid statues when booting the TC400M.Shaun Ruffell
2008-10-02Keep hold of the channel lock when setting the data_ready flag for the channelShaun Ruffell
2008-10-02wctc4xxp_cleanup_channel_private needs a pointer to the zt_transcoder_channelShaun Ruffell
2008-10-02Mark that there is not any data waiting whenever we cleanup the privateShaun Ruffell
2008-09-30Removing references to setup_timer in pre 2.6.18 kernels.Shaun Ruffell