summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp
AgeCommit message (Expand)Author
2012-03-16wctc4xxp: Replace 'ndo_set_multicast_list' with 'set_rx_mode'Shaun Ruffell
2011-10-12wctc4xxp: Allow G723 SID frames to pass to the hardware decoder.Shaun Ruffell
2011-08-11wctc4xxp, wcte12xp, wctdm24xxp: Remove check for HAVE_NETDEV_PRIVShaun Ruffell
2011-07-27wctc4xxp: Cleanup in-flight commands when halting due to hardware error.Shaun Ruffell
2011-01-21"struct pci_device_id[]" -> "DEFINE_PCI_DEVICE_TABLE"Shaun Ruffell
2011-01-21Remove mutex emulationShaun Ruffell
2010-07-28wctc4xxp: Add compile-time option to always poll the interface.Shaun Ruffell
2010-07-28wctc4xxp: Move from I/O space to memory-mapped registers.Shaun Ruffell
2010-07-28wctc4xxp: Do not ACK response packets without a corresponding request.Shaun Ruffell
2010-07-28wctc4xxp: Allow read to return more than one packet of data.Shaun Ruffell
2010-06-29wctc4xxp: Fix "operation on may be undefined" warning.Shaun Ruffell
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