aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28net: stmmac: Fix case when PHY handle is not presentJose Abreu1-2/+6
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+15
2019-06-26net: stmmac: Fix crash observed if PHY does not support EEEJon Hunter1-4/+6
2019-06-26net: stmmac: Fix possible deadlock when disabling EEE supportJon Hunter1-0/+1
2019-06-24net: stmmac: sun8i: force select external PHY when no internal oneIcenowy Zheng1-0/+5
2019-06-24net: stmmac: sun8i: add support for Allwinner H6 EMACIcenowy Zheng1-0/+16
2019-06-22net: stmmac: set IC bit when transmitting frames with HW timestampRoland Hii1-8/+14
2019-06-22net: stmmac: fixed new system time seconds value calculationRoland Hii1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-36/+3
2019-06-19net: stmmac: initialize the reset delay arrayMartin Blumenstingl1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner3-36/+3
2019-06-18net: stmmac: add sanity check to device_property_read_u32_array callColin Ian King1-3/+10
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-342/+38
2019-06-17net: stmmac: fix unused-variable warningArnd Bergmann1-2/+2
2019-06-16Merge branch 'stmmac-cleanups-for-stmmac_mdio_reset'David S. Miller2-37/+16
2019-06-16net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_dataMartin Blumenstingl1-6/+0
2019-06-16net: stmmac: drop the reset delays from struct stmmac_mdio_bus_dataMartin Blumenstingl1-7/+8
2019-06-16net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_dataMartin Blumenstingl1-20/+9
2019-06-16net: stmmac: use device_property_read_u32_array to read the reset delaysMartin Blumenstingl1-5/+4
2019-06-16net: stmmac: drop redundant check in stmmac_mdio_resetMartin Blumenstingl1-3/+0
2019-06-15net: stmmac: Fix wrapper drivers not detecting PHYJose Abreu2-3/+10
2019-06-14net: stmmac: use GPIO descriptors in stmmac_mdio_resetMartin Blumenstingl1-14/+13
2019-06-13net: stmmac: Convert to phylink and remove phylib logicJose Abreu5-339/+132
2019-06-13net: stmmac: Start adding phylink supportJose Abreu3-0/+53
2019-06-13net: stmmac: Prepare to convert to phylinkJose Abreu1-41/+72
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-42/+6
2019-06-06net: stmmac: socfpga: fix phy and ptp_ref setup for Arria10/Stratix10Dinh Nguyen1-13/+104
2019-06-05net: stmmac: dwmac4: fix flow control issueBiao Huang1-2/+6
2019-06-05net: stmmac: modify default value of tx-framesBiao Huang1-1/+1
2019-06-05net: stmmac: dwmac-mediatek: disable rx watchdogBiao Huang1-0/+1
2019-06-05net: stmmac: dwmac-mediatek: enable Ethernet power domainBiao Huang1-0/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446Thomas Gleixner4-28/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner7-29/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner27-297/+27
2019-06-04net: stmmac: socfpga: add RMII phy modeDinh Nguyen1-0/+3
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-9/+16
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-42/+6
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-8/+15
2019-05-30net: stmmac: selftests: Use kfree_skb() instead of kfree()Jose Abreu1-1/+1
2019-05-30net: stmmac: selftests: Fix sparse warningJose Abreu1-1/+1
2019-05-30net: stmmac: Switch to devm_alloc_etherdev_mqsJisheng Zhang1-8/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner3-30/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-29net: stmmac: Fix build error without CONFIG_INETYueHaibing1-0/+1
2019-05-29net: stmmac: use dev_info() before netdev is registeredJisheng Zhang1-2/+2
2019-05-28net: stmmac: dwmac-meson8b: update with SPDX Licence identifierNeil Armstrong1-7/+1
2019-05-28net: stmmac: dwmac-meson: update with SPDX Licence identifierNeil Armstrong1-7/+1
2019-05-28net: stmmac: Do not output error on deferred probeThierry Reding1-1/+5
2019-05-25net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write failBiao Huang1-2/+0