index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-29
net: stmmac: Fix error path after register_netdev move
Florian Fainelli
1
-1
/
+8
2016-12-28
net: stmmac: Fix race between stmmac_drv_probe and stmmac_open
Florian Fainelli
1
-10
/
+6
2016-12-19
stmmac: fix memory barriers
Pavel Machek
1
-4
/
+4
2016-12-11
net: ethernet: stmmac: remove private tx queue lock
Lino Sanfilippo
1
-22
/
+6
2016-12-08
net: stmmac: stmmac_platform: fix parsing of DT binding
Niklas Cassel
1
-2
/
+2
2016-12-08
net: stmmac: simplify the common DMA init API
Niklas Cassel
1
-5
/
+1
2016-12-08
net: stmmac: return error if no DMA configuration is found
Niklas Cassel
1
-9
/
+9
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2016-12-02
net: ethernet: stmmac: fix of-node and fixed-link-phydev leaks
Johan Hovold
1
-1
/
+0
2016-11-30
stmmac: fix comments, make debug output consistent
Pavel Machek
1
-7
/
+9
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-45
/
+48
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
1
-88
/
+116
2016-11-16
net: ethernet: stmmac: change dma descriptors to __le32
Michael Weiser
1
-26
/
+25
2016-11-16
stmmac: fix PTP support for GMAC4
Giuseppe CAVALLARO
1
-47
/
+50
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-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2016-10-19
stmmac: fix and review the ptp registration.
Giuseppe CAVALLARO
1
-2
/
+4
2016-10-18
ethernet: use core min/max MTU checking
Jarod Wilson
1
-16
/
+9
2016-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+14
2016-10-13
stmmac: fix error check when init ptp
Giuseppe CAVALLARO
1
-2
/
+2
2016-10-13
stmmac: fix ptp init for gmac4
Giuseppe CAVALLARO
1
-5
/
+12
2016-10-12
net: stmmac: use phydev from struct net_device
Philippe Reynes
1
-21
/
+19
2016-08-02
ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...
Peter Chen
1
-0
/
+1
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-07-02
net: stmmac: Fix null-function call in ISR on stmmac1000
Matt Corallo
1
-1
/
+1
2016-06-28
drivers: net: stmmac: add port selection programming
Giuseppe CAVALLARO
1
-1
/
+14
2016-06-28
drivers: net: stmmac: rework core ISR to better manage PCS and PMT
Giuseppe CAVALLARO
1
-12
/
+17
2016-06-28
drivers: net: stmmac: reworking the PCS code.
Giuseppe CAVALLARO
1
-2
/
+10
2016-06-02
stmmac: do not sleep in atomic context for mdio_reset
Vincent Palatin
1
-2
/
+4
2016-05-17
stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is set
Ezequiel Garcia
1
-1
/
+6
2016-05-03
stmmac: let remove/resume/suspend functions take device pointer
Joachim Eastwood
1
-6
/
+9
2016-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+10
2016-04-06
stmmac: fix adjust link call in case of a switch is attached
Giuseppe CAVALLARO
1
-12
/
+10
2016-04-03
stmmac: support new GMAC4
Alexandre TORGUE
1
-52
/
+431
2016-04-03
stmmac: enhance mmc counter management
Alexandre TORGUE
1
-3
/
+5
2016-04-03
stmmac: rework synopsys id read, moved to dwmac setup
Alexandre TORGUE
1
-28
/
+3
2016-04-03
stmmac: rework the routines to show the ring status
Alexandre TORGUE
1
-50
/
+23
2016-04-03
stmmac: rework get_hw_feature function
Alexandre TORGUE
1
-43
/
+7
2016-04-01
stmmac: fix MDIO settings
Giuseppe CAVALLARO
1
-11
/
+5
2016-03-02
stmmac: tune rx copy via threshold.
Giuseppe Cavallaro
1
-2
/
+24
2016-03-02
stmmac: do not perform zero-copy for rx frames
Giuseppe Cavallaro
1
-15
/
+46
2016-03-02
stmmac: fix phy init when attached to a phy
Fabrice Gasnier
1
-2
/
+3
2016-03-02
stmmac: do not poll phy handler when attach a switch
Giuseppe Cavallaro
1
-0
/
+5
2016-03-02
stmmac: first frame prep at the end of xmit routine
Giuseppe Cavallaro
1
-48
/
+66
2016-03-02
stmmac: set dirty index out of the loop
Giuseppe Cavallaro
1
-4
/
+1
2016-03-02
stmmac: optimize tx clean function
Fabrice Gasnier
1
-14
/
+13
2016-03-02
stmmac: optimize tx desc management
Giuseppe Cavallaro
1
-10
/
+6
[next]