summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp
AgeCommit message (Expand)Author
2011-04-04wctdm24xxp, wcte12xp, wct4xxp, wcb4xxp, wctdm: Do not support suspend.Shaun Ruffell
2011-02-28wctc4xxp: Minor fixes for big endian host architectures.Shaun Ruffell
2011-01-03"struct pci_device_id[]" -> "DEFINE_PCI_DEVICE_TABLE"Shaun Ruffell
2010-12-15wctc4xxp: Make the "mode" module parameter read-only in sysfs.Shaun Ruffell
2010-11-04Remove mutex emulationShaun Ruffell
2010-10-20wctc4xxp: Space required after ','.Shaun Ruffell
2010-10-20wctc4xxp: Remove trailing whitespace.Shaun Ruffell
2010-10-20wctc4xxp: Cannot print the encoder/decoder channels before we know them.Shaun Ruffell
2010-10-20wctc4xxp: 'WARN_ON(1)' -> 'dev_info(...' on channel creation failure.Shaun Ruffell
2010-10-20wctc4xxp: Drop 'DTE_PRINTK' macro in favor of standard 'dev_xxx'Shaun Ruffell
2010-10-20wctc4xxp: Remove 'service_dte' function and a few inline keywords.Shaun 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