index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
cpsw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-20
net: ethernet: ti: cpsw: clarify ethtool ops changing num of descs
Ivan Khoronzhuk
1
-73
/
+59
2017-01-20
net: ethernet: ti: cpsw: don't duplicate common res in rx handler
Ivan Khoronzhuk
1
-24
/
+16
2017-01-20
net: ethernet: ti: cpsw: don't duplicate ndev_running
Ivan Khoronzhuk
1
-14
/
+17
2017-01-20
net: ethernet: ti: cpsw: don't disable interrupts in ndo_open
Ivan Khoronzhuk
1
-2
/
+0
2017-01-20
net: ethernet: ti: cpsw: remove dual check from common res usage function
Ivan Khoronzhuk
1
-3
/
+0
2017-01-09
net: ethernet: ti: cpsw: extend limits for cpsw_get/set_ringparam
Ivan Khoronzhuk
1
-4
/
+3
2017-01-07
net: ethernet: ti: cpsw: add support for ringparam configuration
Grygorii Strashko
1
-0
/
+86
2017-01-07
net: ethernet: ti: cpsw: add support for descs pool size configuration
Grygorii Strashko
1
-3
/
+9
2016-12-10
net: ethernet: ti: cpsw: sync rates for channels in dual emac mode
Ivan Khoronzhuk
1
-1
/
+11
2016-12-10
net: ethernet: ti: cpsw: re-split res only when speed is changed
Ivan Khoronzhuk
1
-5
/
+59
2016-12-10
net: ethernet: ti: cpsw: combine budget and weight split and check
Ivan Khoronzhuk
1
-73
/
+34
2016-12-10
net: ethernet: ti: cpsw: don't start queue twice
Ivan Khoronzhuk
1
-2
/
+0
2016-12-10
net: ethernet: ti: cpsw: use same macros to get active slave
Ivan Khoronzhuk
1
-4
/
+1
2016-12-07
net: ethernet: ti: cpts: move dt props parsing to cpts driver
Grygorii Strashko
1
-15
/
+1
2016-12-07
net: ethernet: ti: cpts: rework initialization/deinitialization
Grygorii Strashko
1
-11
/
+13
2016-12-07
net: ethernet: ti: cpsw: minimize direct access to struct cpts
Grygorii Strashko
1
-13
/
+15
2016-12-07
net: ethernet: ti: allow cpts to be built separately
Grygorii Strashko
1
-5
/
+17
2016-12-06
net: ethernet: ti: cpsw: fix early budget split
Ivan Khoronzhuk
1
-77
/
+77
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+6
2016-11-30
net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resume
Grygorii Strashko
1
-0
/
+4
2016-11-30
net: ethernet: ti: cpsw: split tx budget according between channels
Ivan Khoronzhuk
1
-29
/
+130
2016-11-30
net: ethernet: ti: cpsw: optimize end of poll cycle
Ivan Khoronzhuk
1
-18
/
+6
2016-11-30
net: ethernet: ti: cpsw: add .ndo to set per-queue rate
Ivan Khoronzhuk
1
-0
/
+87
2016-11-30
cpsw: ethtool: add support for nway reset
Yegor Yefremov
1
-0
/
+13
2016-11-30
cpsw: ethtool: add support for getting/setting EEE registers
Yegor Yefremov
1
-0
/
+26
2016-11-29
of_mdio: add helper to deregister fixed-link PHYs
Johan Hovold
1
-14
/
+2
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+74
2016-11-18
net: ethernet: ti: cpsw: fix fixed-link phy probe deferral
Johan Hovold
1
-5
/
+7
2016-11-18
net: ethernet: ti: cpsw: add missing sanity check
Johan Hovold
1
-0
/
+3
2016-11-18
net: ethernet: ti: cpsw: fix secondary-emac probe error path
Johan Hovold
1
-1
/
+3
2016-11-18
net: ethernet: ti: cpsw: fix of_node and phydev leaks
Johan Hovold
1
-0
/
+35
2016-11-18
net: ethernet: ti: cpsw: fix deferred probe
Johan Hovold
1
-17
/
+24
2016-11-18
net: ethernet: ti: cpsw: fix mdio device reference leak
Johan Hovold
1
-0
/
+1
2016-11-18
net: ethernet: ti: cpsw: fix bad register access in probe error path
Johan Hovold
1
-4
/
+7
2016-11-13
net: ethernet: ti: davinci_cpdma: fix fixed prio cpdma ctlr configuration
Ivan Khoronzhuk
1
-4
/
+0
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-10-12
net: ti: cpsw: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-7
/
+10
2016-08-26
net: ethernet: ti: cpsw: fix error return code in cpsw_set_channels()
Wei Yongjun
1
-1
/
+2
2016-08-23
net: ethernet: ti: cpsw: add ethtool channels support
Ivan Khoronzhuk
1
-0
/
+180
2016-08-23
net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...
Ivan Khoronzhuk
1
-5
/
+2
2016-08-23
net: ethernet: ti: cpsw: add multi queue support
Ivan Khoronzhuk
1
-105
/
+196
2016-08-23
net: ethernet: ti: davinci_cpdma: split descs num between all channels
Ivan Khoronzhuk
1
-24
/
+38
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2016-08-10
net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_common
Ivan Khoronzhuk
1
-129
/
+106
2016-08-10
net: ethernet: ti: cpsw: move napi struct to cpsw_common
Ivan Khoronzhuk
1
-30
/
+22
2016-08-10
net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_common
Ivan Khoronzhuk
1
-128
/
+137
2016-08-10
net; ethernet: ti: cpsw: move irq stuff under cpsw_common
Ivan Khoronzhuk
1
-36
/
+29
2016-08-10
net: ethernet: ti: cpsw: move cpdma resources to cpsw_common
Ivan Khoronzhuk
1
-49
/
+48
2016-08-10
net: ethernet: ti: cpsw: move links on h/w registers to cpsw_common
Ivan Khoronzhuk
1
-44
/
+53
2016-08-10
net: ethernet: ti: cpsw: replace pdev on dev
Ivan Khoronzhuk
1
-31
/
+34
[next]