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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-20
net: netcp: ethss: fix 10gbe host port tx pri map configuration
WingMan Kwok
1
-1
/
+2
2016-12-20
net: netcp: ethss: fix errors in ethtool ops
WingMan Kwok
1
-5
/
+16
2016-12-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2016-12-11
net: ethernet: ti: netcp: add support of cpts
WingMan Kwok
4
-14
/
+452
2016-12-11
net: ethernet: ti: cpsw: sync rates for channels in dual emac mode
Ivan Khoronzhuk
1
-1
/
+11
2016-12-11
net: ethernet: ti: cpsw: re-split res only when speed is changed
Ivan Khoronzhuk
1
-5
/
+59
2016-12-11
net: ethernet: ti: cpsw: combine budget and weight split and check
Ivan Khoronzhuk
1
-73
/
+34
2016-12-11
net: ethernet: ti: cpsw: don't start queue twice
Ivan Khoronzhuk
1
-2
/
+0
2016-12-11
net: ethernet: ti: cpsw: use same macros to get active slave
Ivan Khoronzhuk
1
-4
/
+1
2016-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+2
2016-12-09
net: ethernet: cpmac: Call SET_NETDEV_DEV()
Florian Fainelli
1
-0
/
+1
2016-12-07
drivers: net: cpsw-phy-sel: Clear RGMII_IDMODE on "rgmii" links
Alex
1
-0
/
+1
2016-12-07
net: ethernet: ti: cpts: fix overflow check period
Grygorii Strashko
2
-6
/
+8
2016-12-07
net: ethernet: ti: cpts: calc mult and shift from refclk freq
Grygorii Strashko
1
-7
/
+43
2016-12-07
net: ethernet: ti: cpts: move dt props parsing to cpts driver
Grygorii Strashko
4
-23
/
+34
2016-12-07
net: ethernet: ti: cpts: rework initialization/deinitialization
Grygorii Strashko
3
-57
/
+92
2016-12-07
net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regs
Grygorii Strashko
1
-2
/
+0
2016-12-07
net: ethernet: ti: cpts: clean up event list if event pool is empty
WingMan Kwok
1
-2
/
+24
2016-12-07
net: ethernet: ti: cpts: disable cpts when unregistered
Grygorii Strashko
1
-0
/
+4
2016-12-07
net: ethernet: ti: cpts: fix registration order
Grygorii Strashko
1
-10
/
+14
2016-12-07
net: ethernet: ti: cpts: fix unbalanced clk api usage in cpts_register/unregi...
Grygorii Strashko
1
-6
/
+8
2016-12-07
net: ethernet: ti: cpsw: minimize direct access to struct cpts
Grygorii Strashko
2
-13
/
+54
2016-12-07
net: ethernet: ti: allow cpts to be built separately
Grygorii Strashko
5
-19
/
+42
2016-12-07
net: ethernet: ti: cpts: switch to readl/writel_relaxed()
Grygorii Strashko
1
-2
/
+2
2016-12-06
net: ethernet: ti: cpsw: fix early budget split
Ivan Khoronzhuk
1
-77
/
+77
2016-12-03
net: ethernet: ti: davinci_cpdma: add missing EXPORTs
Paul Gortmaker
1
-0
/
+4
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-15
/
+15
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
net: ethernet: ti: davinci_cpdma: add set rate for a channel
Ivan Khoronzhuk
2
-45
/
+289
2016-11-30
net: ethernet: ti: davinci_cpdma: add weight function for channels
Ivan Khoronzhuk
2
-10
/
+115
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-30
net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaks
Johan Hovold
1
-1
/
+9
2016-11-30
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-17
net: netcp: replace IS_ERR_OR_NULL by IS_ERR
Julia Lawall
1
-3
/
+3
2016-11-16
ptp_clock: Allow for it to be optional
Nicolas Pitre
1
-1
/
+1
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+9
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
2
-53
/
+53
[next]