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.13.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
/
stmicro
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-17
net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpart
LABBE Corentin
1
-28
/
+21
2016-11-17
net: stmmac: replace hardcoded function name by __func__
LABBE Corentin
1
-4
/
+3
2016-11-17
net: stmmac: replace all pr_xxx by their netdev_xxx counterpart
LABBE Corentin
2
-95
/
+123
2016-11-16
net: stmmac: Implement ethtool::nway_reset
Florian Fainelli
1
-0
/
+1
2016-11-16
net: ethernet: stmmac: change dma descriptors to __le32
Michael Weiser
8
-181
/
+195
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+7
2016-11-15
net: stmmac: Fix lack of link transition for fixed PHYs
Florian Fainelli
1
-0
/
+7
2016-11-09
Revert "net: stmmac: allow to split suspend/resume from init/exit callbacks"
Joachim Eastwood
1
-6
/
+2
2016-11-09
stmmac: dwmac-rk: absorb rk_gmac_init into probe
Joachim Eastwood
1
-9
/
+1
2016-11-09
stmmac: dwmac-rk: turn exit into standard driver remove callback
Joachim Eastwood
1
-9
/
+11
2016-11-09
stmmac: dwmac-rk: turn resume/suspend into standard PM callbacks
Joachim Eastwood
1
-27
/
+32
2016-11-07
stmmac: dwmac-sti: remove unused priv dev member
Joachim Eastwood
1
-2
/
+0
2016-11-07
stmmac: dwmac-sti: clean up and rename sti_dwmac_init
Joachim Eastwood
1
-6
/
+4
2016-11-07
stmmac: dwmac-sti: move clk_prepare_enable out of init and add error handling
Joachim Eastwood
1
-4
/
+15
2016-11-07
stmmac: dwmac-sti: move st, gmac_en parsing to sti_dwmac_parse_data
Joachim Eastwood
1
-3
/
+3
2016-11-07
stmmac: dwmac-sti: add PM ops and resume function
Joachim Eastwood
1
-10
/
+37
2016-11-07
stmmac: dwmac-sti: remove clk NULL checks
Joachim Eastwood
1
-6
/
+4
2016-11-07
stmmac: dwmac-sti: remove useless of_node check
Joachim Eastwood
1
-3
/
+0
2016-11-03
net: stmmac: Add OXNAS Glue Driver
Neil Armstrong
3
-0
/
+229
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-16
/
+12
2016-10-20
stmmac: display the descriptors if DES0 = 0
Giuseppe CAVALLARO
1
-4
/
+3
2016-10-19
stmmac: fix and review the ptp registration.
Giuseppe CAVALLARO
3
-14
/
+9
2016-10-18
ethernet: use core min/max MTU checking
Jarod Wilson
1
-16
/
+9
2016-10-16
stmmac: fix an error code in stmmac_ptp_register()
Dan Carpenter
1
-1
/
+3
2016-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-11
/
+20
2016-10-13
stmmac: fix error check when init ptp
Giuseppe CAVALLARO
2
-6
/
+8
2016-10-13
stmmac: fix ptp init for gmac4
Giuseppe CAVALLARO
1
-5
/
+12
2016-10-12
net: stmmac: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-41
/
+56
2016-10-12
net: stmmac: use phydev from struct net_device
Philippe Reynes
4
-33
/
+30
2016-10-08
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
5
-6
/
+338
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2016-09-22
ptp_clock: future-proofing drivers against PTP subsystem becoming optional
Nicolas Pitre
1
-1
/
+1
2016-09-19
stmmac: fix PWRDWN into the PMT register for global unicast.
Giuseppe CAVALLARO
2
-2
/
+2
2016-09-13
net: ethernet: dwmac: fix non static symbol warning
Wei Yongjun
1
-1
/
+2
2016-09-13
stmmac: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-09-08
net: stmmac: update the module description of the dwmac-meson driver
Martin Blumenstingl
1
-2
/
+2
2016-09-08
net: stmmac: add a glue driver for the Amlogic Meson 8b / GXBB DWMAC
Martin Blumenstingl
3
-4
/
+328
2016-09-08
stmmac: introduce get_stmmac_bsp_priv() helper
Joachim Eastwood
1
-0
/
+8
2016-09-03
net: stmmac: dwmac-rk: add pd_gmac support for rk3399
David Wu
1
-0
/
+9
2016-09-03
net: stmmac: dwmac-rk: fixes the gmac resume after PD on/off
Roger Chen
1
-9
/
+10
2016-09-03
net: stmmac: dwmac-rk: add rk3366 & rk3399 specific data
Roger Chen
1
-0
/
+226
2016-09-02
net: ethernet: stmmac: add support of Synopsys 3.50a MAC IP
Alexandre TORGUE
1
-0
/
+1
2016-09-02
net: ethernet: dwmac: add Ethernet glue logic for stm32 chip
Alexandre TORGUE
3
-0
/
+206
2016-08-31
drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"
Colin Ian King
1
-1
/
+1
2016-08-02
ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...
Peter Chen
2
-2
/
+6
2016-08-02
ethernet: stmicro: stmmac: dwmac-socfpga: add missing of_node_put after calli...
Peter Chen
1
-10
/
+26
2016-07-14
stmmac: dwmac-socfpga: remove redundant dev_err call in socfpga_dwmac_parse_d...
Wei Yongjun
1
-14
/
+3
2016-07-12
stmmac: dwmac-socfpga: fix wrong pointer passed to PTR_ERR()
Wei Yongjun
1
-1
/
+1
2016-07-11
net: ethernet: Add TSE PCS support to dwmac-socfpga
Tien Hock Loh
4
-22
/
+431
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
[next]