summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2019-06-18net: stmmac: add sanity check to device_property_read_u32_array callColin Ian King
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17net: stmmac: fix unused-variable warningArnd Bergmann
2019-06-16Merge branch 'stmmac-cleanups-for-stmmac_mdio_reset'David S. Miller
2019-06-16net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_dataMartin Blumenstingl
2019-06-16net: stmmac: drop the reset delays from struct stmmac_mdio_bus_dataMartin Blumenstingl
2019-06-16net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_dataMartin Blumenstingl
2019-06-16net: stmmac: use device_property_read_u32_array to read the reset delaysMartin Blumenstingl
2019-06-16net: stmmac: drop redundant check in stmmac_mdio_resetMartin Blumenstingl
2019-06-15net: stmmac: Fix wrapper drivers not detecting PHYJose Abreu
2019-06-14net: stmmac: use GPIO descriptors in stmmac_mdio_resetMartin Blumenstingl
2019-06-13net: stmmac: Convert to phylink and remove phylib logicJose Abreu
2019-06-13net: stmmac: Start adding phylink supportJose Abreu
2019-06-13net: stmmac: Prepare to convert to phylinkJose Abreu
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-06net: stmmac: socfpga: fix phy and ptp_ref setup for Arria10/Stratix10Dinh Nguyen
2019-06-05net: stmmac: dwmac4: fix flow control issueBiao Huang
2019-06-05net: stmmac: modify default value of tx-framesBiao Huang
2019-06-05net: stmmac: dwmac-mediatek: disable rx watchdogBiao Huang
2019-06-05net: stmmac: dwmac-mediatek: enable Ethernet power domainBiao Huang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner
2019-06-04net: stmmac: socfpga: add RMII phy modeDinh Nguyen
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-30net: stmmac: selftests: Use kfree_skb() instead of kfree()Jose Abreu
2019-05-30net: stmmac: selftests: Fix sparse warningJose Abreu
2019-05-30net: stmmac: Switch to devm_alloc_etherdev_mqsJisheng Zhang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29net: stmmac: Fix build error without CONFIG_INETYueHaibing
2019-05-29net: stmmac: use dev_info() before netdev is registeredJisheng Zhang
2019-05-28net: stmmac: dwmac-meson8b: update with SPDX Licence identifierNeil Armstrong
2019-05-28net: stmmac: dwmac-meson: update with SPDX Licence identifierNeil Armstrong
2019-05-28net: stmmac: Do not output error on deferred probeThierry Reding
2019-05-25net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write failBiao Huang
2019-05-25net: stmmac: fix csr_clk can't be zero issueBiao Huang
2019-05-25net: stmmac: update rx tail pointer register to fix rx dma hang issue.Biao Huang
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-24net: stmmac: Prevent missing interrupts when running NAPIJose Abreu
2019-05-24net: stmmac: dwmac4/5: Clear unused address entriesJose Abreu
2019-05-24net: stmmac: dwxgmac2: Do not disable whole RX in dma_stop_rx()Jose Abreu
2019-05-24net: stmmac: dwmac4/5: Do not disable whole RX in dma_stop_rx()Jose Abreu
2019-05-24net: stmmac: dwmac4/5: Fix Hash FilterJose Abreu
2019-05-24net: stmmac: dwmac1000: Clear unused address entriesJose Abreu
2019-05-24net: stmmac: dwmac1000: Fix Hash FilterJose Abreu
2019-05-24net: stmmac: Introduce selftests supportJose Abreu