summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/davinci_cpdma.c
AgeCommit message (Expand)Author
2017-06-10net: ethernet: ti: cpdma: do not enable host error misc irqGrygorii Strashko
2017-01-18net: ethernet: ti: davinci_cpdma: correct check on NULL in set rateIvan Khoronzhuk
2017-01-07net: ethernet: ti: cpsw: add support for ringparam configurationGrygorii Strashko
2017-01-07net: ethernet: ti: cpsw: add support for descs pool size configurationGrygorii Strashko
2017-01-07net: ethernet: ti: cpdma: use devm_ioremapGrygorii Strashko
2017-01-07net: ethernet: ti: cpdma: minimize number of parameters in cpdma_desc_pool_cr...Grygorii Strashko
2017-01-07net: ethernet: ti: cpdma: fix desc re-queuingGrygorii Strashko
2017-01-07net: ethernet: ti: cpdma: am437x: allow descs to be plased in ddrGrygorii Strashko
2016-12-03net: ethernet: ti: davinci_cpdma: add missing EXPORTsPaul Gortmaker
2016-11-30net: ethernet: ti: davinci_cpdma: add set rate for a channelIvan Khoronzhuk
2016-11-30net: ethernet: ti: davinci_cpdma: add weight function for channelsIvan Khoronzhuk
2016-11-13net: ethernet: ti: davinci_cpdma: don't stop ctlr if it was stoppedIvan Khoronzhuk
2016-11-13net: ethernet: ti: davinci_cpdma: fix fixed prio cpdma ctlr configurationIvan Khoronzhuk
2016-11-12net: ethernet: ti: davinci_cpdma: free memory while channel destroyIvan Khoronzhuk
2016-08-23net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk
2016-08-23net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk
2016-08-23net: ethernet: ti: davinci_cpdma: fix locking while ctrl_stopIvan Khoronzhuk
2016-08-23net: ethernet: ti: davinci_cpdma: split descs num between all channelsIvan Khoronzhuk
2016-08-08net: ethernet: ti: cpdma: remove used_desc counterGrygorii Strashko
2016-07-30net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()Grygorii Strashko
2016-07-25net: davinci_cpdma: remove excessive dump of register values to kernel logUwe Kleine-König
2016-06-29net: ethernet: ti: cpdma: switch to use genallocGrygorii Strashko
2016-06-17net: ethernet: ti: cpsw: remove rx_descs propertyIvan Khoronzhuk
2016-01-29net: davinci_cpdma: use dma_addr_t for DMA addressArnd Bergmann
2014-10-14drivers: net: davinci_cpdma: remove spinlock as SOFTIRQ-unsafe lock order det...Mugunthan V N
2014-10-14drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apisMugunthan V N
2014-06-11drivers: net: davinci_cpdma: double free on errorDan Carpenter
2014-05-15drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc().George Cherian
2014-03-24net: davinci_emac: Fix rollback of emac_dev_open()Christian Riesch
2013-12-11net: eth: davinci_cpdma: Mark a local variable staticOlof Johansson
2013-12-11net: eth: davinci_cpdma: 64-bit phys/dma_addr_t cleanupOlof Johansson
2013-08-22net: ethernet: davinci_cpdma: export cpdma_chan_get_statsDaniel Mack
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-24net: eth: davicnci_cpdma: check dma map errorSebastian Siewior
2013-05-31drivers: net: davinci_cpdma: remove CRC bytes from skb added by CPDMAMugunthan V N
2013-04-25net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior
2013-04-25net/cpsw: redo rx skb allocation in rx pathSebastian Siewior
2013-04-25net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior
2013-04-25net/davinci_cpdma: don't check for jiffies with interruptsSebastian Siewior
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2013-02-18drivers: net: davinci_cpdma: acknowledge interrupt properlyMugunthan V N
2013-02-15net: cwdavinci_cpdma: export symbols for cpswArnd Bergmann
2013-02-13net: ethernet: ti: remove redundant NULL check.Cyril Roelandt
2013-02-12driver: net: ethernet: davinci_cpdma: add support for directed packet and sou...Mugunthan V N
2013-01-18net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptorsMugunthan V N
2012-10-02net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the re...htbegin
2012-08-14drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereferenceJulia Lawall
2012-06-28davinci_cpdma: include linux/module.hDaniel Mack
2012-04-21davinci_cpdma: export symbols used by other driversArnd Bergmann
2012-02-24davinci_cpdma: Fix channel number written to teardown registersChristian Riesch