aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/davinci_cpdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-08net: ethernet: ti: cpdma: remove used_desc counterGrygorii Strashko1-11/+7
2016-07-30net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()Grygorii Strashko1-3/+0
2016-07-25net: davinci_cpdma: remove excessive dump of register values to kernel logUwe Kleine-König1-121/+0
2016-06-29net: ethernet: ti: cpdma: switch to use genallocGrygorii Strashko1-72/+59
2016-06-17net: ethernet: ti: cpsw: remove rx_descs propertyIvan Khoronzhuk1-0/+6
2016-01-29net: davinci_cpdma: use dma_addr_t for DMA addressArnd Bergmann1-6/+6
2014-10-14drivers: net: davinci_cpdma: remove spinlock as SOFTIRQ-unsafe lock order detectedMugunthan V N1-4/+0
2014-10-14drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apisMugunthan V N1-1/+0
2014-06-11drivers: net: davinci_cpdma: double free on errorDan Carpenter1-3/+1
2014-05-15drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc().George Cherian1-23/+12
2014-03-24net: davinci_emac: Fix rollback of emac_dev_open()Christian Riesch1-2/+2
2013-12-11net: eth: davinci_cpdma: Mark a local variable staticOlof Johansson1-1/+1
2013-12-11net: eth: davinci_cpdma: 64-bit phys/dma_addr_t cleanupOlof Johansson1-3/+2
2013-08-22net: ethernet: davinci_cpdma: export cpdma_chan_get_statsDaniel Mack1-0/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-06-24net: eth: davicnci_cpdma: check dma map errorSebastian Siewior1-0/+7
2013-05-31drivers: net: davinci_cpdma: remove CRC bytes from skb added by CPDMAMugunthan V N1-0/+5
2013-04-25net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior1-0/+2
2013-04-25net/cpsw: redo rx skb allocation in rx pathSebastian Siewior1-1/+6
2013-04-25net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior1-1/+1
2013-04-25net/davinci_cpdma: don't check for jiffies with interruptsSebastian Siewior1-8/+12
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+3
2013-02-18drivers: net: davinci_cpdma: acknowledge interrupt properlyMugunthan V N1-2/+2
2013-02-15net: cwdavinci_cpdma: export symbols for cpswArnd Bergmann1-0/+3
2013-02-13net: ethernet: ti: remove redundant NULL check.Cyril Roelandt1-4/+2
2013-02-12driver: net: ethernet: davinci_cpdma: add support for directed packet and source port detectionMugunthan V N1-2/+15
2013-01-18net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptorsMugunthan V N1-7/+40
2012-10-02net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the remaining packetshtbegin1-0/+1
2012-08-14drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereferenceJulia Lawall1-1/+2
2012-06-28davinci_cpdma: include linux/module.hDaniel Mack1-0/+1
2012-04-21davinci_cpdma: export symbols used by other driversArnd Bergmann1-1/+12
2012-02-24davinci_cpdma: Fix channel number written to teardown registersChristian Riesch1-1/+1
2011-12-19davinci-cpdma: fix locking issue in cpdma_chan_stopIlya Yanok1-0/+2
2011-08-12davinci*/tlan/cpmac: Move the Texas Instruments (TI) driversJeff Kirsher1-0/+970