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
/
stmicro
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-24
net: stmmac: unify registers dumps methods
LABBE Corentin
9
-121
/
+71
2017-02-20
net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac support
david.wu
1
-0
/
+117
2017-02-15
net: stmmac: invert the logic for dumping regs
LABBE Corentin
1
-9
/
+9
2017-02-15
net: stmmac: reduce indentation by adding a continue
LABBE Corentin
1
-42
/
+40
2017-02-15
net: stmmac: split the stmmac_adjust_link 10/100 case
LABBE Corentin
1
-5
/
+9
2017-02-15
net: stmmac: run stmmac_hw_fix_mac_speed when speed is valid
LABBE Corentin
1
-3
/
+2
2017-02-15
net: stmmac: set speed at SPEED_UNKNOWN in case of broken speed
LABBE Corentin
1
-0
/
+1
2017-02-15
net: stmmac: use SPEED_UNKNOWN/DUPLEX_UNKNOWN
LABBE Corentin
1
-6
/
+6
2017-02-15
net: stmmac: likely is useless in occasional function
LABBE Corentin
1
-4
/
+4
2017-02-15
net: stmmac: remove useless parenthesis
LABBE Corentin
2
-5
/
+5
2017-02-08
net: stmmac: replace unsigned by u32
LABBE Corentin
1
-2
/
+2
2017-02-08
net: stmmac: remove unused variable in sysfs_display_ring
LABBE Corentin
1
-3
/
+0
2017-02-08
net: stmmac: remove dead code in stmmac_tx_clean
LABBE Corentin
1
-7
/
+0
2017-02-08
net: stmmac: print phy information
LABBE Corentin
1
-3
/
+1
2017-02-08
net: stmmac: rename rx_crc to rx_crc_errors
LABBE Corentin
5
-5
/
+5
2017-02-08
net: stmmac: Rewrite two test against NULL value
LABBE Corentin
1
-2
/
+2
2017-02-08
net: stmmac: Correct the error message about invalid speed
LABBE Corentin
1
-2
/
+1
2017-02-08
net: stmmac: replace ENOSYS by EINVAL
LABBE Corentin
1
-1
/
+1
2017-02-08
net: stmmac: Use readl_poll_timeout
LABBE Corentin
1
-8
/
+6
2017-02-08
net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeout
LABBE Corentin
1
-22
/
+11
2017-02-08
net: stmmac: fix some code style problem
LABBE Corentin
1
-3
/
+4
2017-02-08
net: stmmac: remplace asm/io.h by linux/io.h
LABBE Corentin
1
-3
/
+3
2017-02-08
net: stmmac: remove freesoftware address
LABBE Corentin
26
-104
/
+0
2017-02-08
net: stmmac: fix some typos in comments
LABBE Corentin
3
-12
/
+12
2017-02-08
net: stmmac: Remove the bus_setup function pointer
LABBE Corentin
1
-4
/
+0
2017-02-08
net: stmmac: fix the typo on MAC_RNABLE_RX
LABBE Corentin
2
-3
/
+3
2017-02-03
net: stmmac: Fix wrong message in stmmac_probe_config_dt
Heiner Kallweit
1
-1
/
+1
2017-02-03
net: stmmac: add separate warning for PTP not being supported by HW
Heiner Kallweit
1
-2
/
+4
2017-02-03
net: stmmac: don't set tx delay in RGMII_ID and RGMII_TXID mode
Heiner Kallweit
1
-7
/
+9
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-30
stmmac: Discard masked flags in interrupt status register
Alexey Brodkin
1
-0
/
+4
2017-01-24
net: stmmac: dwmac-meson8b: make the RGMII TX delay configurable
Martin Blumenstingl
1
-6
/
+14
2017-01-23
net: stmicro: fix LS field mask in EEE configuration
jpinto
1
-1
/
+1
2017-01-18
stmicro: add more information to Kconfig
jpinto
2
-9
/
+9
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-9
/
+11
2017-01-17
stmmac: add missing of_node_put
Julia Lawall
1
-0
/
+1
2017-01-16
net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registered
Heiner Kallweit
1
-9
/
+10
2017-01-16
stmmac: indent an if statement
Dan Carpenter
1
-1
/
+1
2017-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+15
2017-01-09
stmmac: adding new glue driver dwmac-dwc-qos-eth
jpinto
4
-3
/
+224
2017-01-09
stmmac: move stmmac_clk, pclk, clk_ptp_ref and stmmac_rst to platform structure
jpinto
5
-75
/
+65
2017-01-09
stmmac: adding DT parameter for LPI tx clock gating
jpinto
6
-4
/
+17
2017-01-09
net: stmmac: fix maxmtu assignment to be within valid range
Kweh, Hock Leong
2
-1
/
+15
2017-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-66
/
+46
2017-01-03
net: stmmac: dwmac-oxnas: use generic pm implementation
Johan Hovold
1
-33
/
+5
2017-01-03
net: stmmac: dwmac-oxnas: fix fixed-link-phydev leaks
Johan Hovold
1
-15
/
+26
2017-01-03
net: stmmac: dwmac-oxnas: fix of-node leak
Johan Hovold
1
-8
/
+2
2017-01-02
net: stmmac: remove unused duplicate property snps,axi_all
Niklas Cassel
1
-1
/
+0
2016-12-29
stmmac: adding EEE to GMAC4
jpinto
2
-0
/
+71
[next]