index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
davinci_cpdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-11
net: ethernet: ti: cpdma: do not enable host error misc irq
Grygorii Strashko
1
-4
/
+1
2017-01-19
net: ethernet: ti: davinci_cpdma: correct check on NULL in set rate
Ivan Khoronzhuk
1
-1
/
+2
2017-01-08
net: ethernet: ti: cpsw: add support for ringparam configuration
Grygorii Strashko
1
-8
/
+32
2017-01-08
net: ethernet: ti: cpsw: add support for descs pool size configuration
Grygorii Strashko
1
-0
/
+12
2017-01-08
net: ethernet: ti: cpdma: use devm_ioremap
Grygorii Strashko
1
-3
/
+2
2017-01-08
net: ethernet: ti: cpdma: minimize number of parameters in cpdma_desc_pool_cr...
Grygorii Strashko
1
-32
/
+30
2017-01-08
net: ethernet: ti: cpdma: fix desc re-queuing
Grygorii Strashko
1
-1
/
+1
2017-01-08
net: ethernet: ti: cpdma: am437x: allow descs to be plased in ddr
Grygorii Strashko
1
-18
/
+22
2016-12-03
net: ethernet: ti: davinci_cpdma: add missing EXPORTs
Paul Gortmaker
1
-0
/
+4
2016-11-30
net: ethernet: ti: davinci_cpdma: add set rate for a channel
Ivan Khoronzhuk
1
-45
/
+284
2016-11-30
net: ethernet: ti: davinci_cpdma: add weight function for channels
Ivan Khoronzhuk
1
-10
/
+114
2016-11-13
net: ethernet: ti: davinci_cpdma: don't stop ctlr if it was stopped
Ivan Khoronzhuk
1
-1
/
+1
2016-11-13
net: ethernet: ti: davinci_cpdma: fix fixed prio cpdma ctlr configuration
Ivan Khoronzhuk
1
-49
/
+53
2016-11-13
net: ethernet: ti: davinci_cpdma: free memory while channel destroy
Ivan Khoronzhuk
1
-1
/
+1
2016-08-23
net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...
Ivan Khoronzhuk
1
-2
/
+11
2016-08-23
net: ethernet: ti: cpsw: add multi queue support
Ivan Khoronzhuk
1
-0
/
+12
2016-08-23
net: ethernet: ti: davinci_cpdma: fix locking while ctrl_stop
Ivan Khoronzhuk
1
-0
/
+2
2016-08-23
net: ethernet: ti: davinci_cpdma: split descs num between all channels
Ivan Khoronzhuk
1
-2
/
+44
2016-08-09
net: ethernet: ti: cpdma: remove used_desc counter
Grygorii Strashko
1
-11
/
+7
2016-07-31
net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()
Grygorii Strashko
1
-3
/
+0
2016-07-26
net: davinci_cpdma: remove excessive dump of register values to kernel log
Uwe Kleine-König
1
-121
/
+0
2016-06-29
net: ethernet: ti: cpdma: switch to use genalloc
Grygorii Strashko
1
-72
/
+59
2016-06-18
net: ethernet: ti: cpsw: remove rx_descs property
Ivan Khoronzhuk
1
-0
/
+6
2016-01-30
net: davinci_cpdma: use dma_addr_t for DMA address
Arnd Bergmann
1
-6
/
+6
2014-10-14
drivers: net: davinci_cpdma: remove spinlock as SOFTIRQ-unsafe lock order det...
Mugunthan V N
1
-4
/
+0
2014-10-14
drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apis
Mugunthan V N
1
-1
/
+0
2014-06-12
drivers: net: davinci_cpdma: double free on error
Dan Carpenter
1
-3
/
+1
2014-05-15
drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc().
George Cherian
1
-23
/
+12
2014-03-24
net: davinci_emac: Fix rollback of emac_dev_open()
Christian Riesch
1
-2
/
+2
2013-12-12
net: eth: davinci_cpdma: Mark a local variable static
Olof Johansson
1
-1
/
+1
2013-12-12
net: eth: davinci_cpdma: 64-bit phys/dma_addr_t cleanup
Olof Johansson
1
-3
/
+2
2013-08-23
net: ethernet: davinci_cpdma: export cpdma_chan_get_stats
Daniel Mack
1
-0
/
+1
2013-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+7
2013-06-24
net: eth: davicnci_cpdma: check dma map error
Sebastian Siewior
1
-0
/
+7
2013-06-01
drivers: net: davinci_cpdma: remove CRC bytes from skb added by CPDMA
Mugunthan V N
1
-0
/
+5
2013-04-25
net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSE
Sebastian Siewior
1
-0
/
+2
2013-04-25
net/cpsw: redo rx skb allocation in rx path
Sebastian Siewior
1
-1
/
+6
2013-04-25
net/davinci_cpdma: remove unused argument in cpdma_chan_submit()
Sebastian Siewior
1
-1
/
+1
2013-04-25
net/davinci_cpdma: don't check for jiffies with interrupts
Sebastian Siewior
1
-8
/
+12
2013-02-22
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
1
-0
/
+3
2013-02-18
drivers: net: davinci_cpdma: acknowledge interrupt properly
Mugunthan V N
1
-2
/
+2
2013-02-15
net: cwdavinci_cpdma: export symbols for cpsw
Arnd Bergmann
1
-0
/
+3
2013-02-13
net: ethernet: ti: remove redundant NULL check.
Cyril Roelandt
1
-4
/
+2
2013-02-13
driver: net: ethernet: davinci_cpdma: add support for directed packet and sou...
Mugunthan V N
1
-2
/
+15
2013-01-18
net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptors
Mugunthan V N
1
-7
/
+40
2012-10-03
net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the re...
htbegin
1
-0
/
+1
2012-08-15
drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereference
Julia Lawall
1
-1
/
+2
2012-06-29
davinci_cpdma: include linux/module.h
Daniel Mack
1
-0
/
+1
2012-04-21
davinci_cpdma: export symbols used by other drivers
Arnd Bergmann
1
-1
/
+12
2012-02-24
davinci_cpdma: Fix channel number written to teardown registers
Christian Riesch
1
-1
/
+1
[next]