summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp
AgeCommit message (Expand)Author
2012-04-02Remove Makefiles that are only needed on kernels < 2.6.9Shaun Ruffell
2012-03-21Update Digium copyright on files changed since beginning of the year.Shaun Ruffell
2012-03-13Remove support for kernels < 2.6.18Tzafrir Cohen
2011-12-02wctc4xxp: Replace 'ndo_set_multicast_list' with 'set_rx_mode'Shaun Ruffell
2011-10-21dahdi: Move WARN_ON_ONCE from wctc4xxp driver to include/dahdi/kernel.hShaun Ruffell
2011-09-30wctc4xxp: Allow G723 SID frames to pass to the hardware decoder.Shaun Ruffell
2011-08-15wctc4xxp: Fix lock imbalance in wctc4xxp_watchdog.Shaun Ruffell
2011-08-08wctc4xxp, wcte12xp, wctdm24xxp: Remove check for HAVE_NETDEV_PRIVShaun Ruffell
2011-07-26wctc4xxp: Cleanup in-flight commands when halting due to hardware error.Shaun Ruffell
2011-06-02Remove unused variables.Shaun Ruffell
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