summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-07dpaa2-mac: Add a missing of_node_put after of_device_is_availableChristophe JAILLET1-0/+1
2020-09-25dpaa2-mac: Fix potential null pointer dereferenceGustavo A. R. Silva1-1/+1
2020-09-25dpaa2-mac: do not check for both child and parent DTS nodesIoana Ciornei1-2/+1
2020-09-24dpaa2-mac: add PCS support through the Lynx moduleIoana Ciornei1-1/+88
2020-02-27net: dpaa2-mac: use resolved link config in mac_link_up()Russell King1-22/+32
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-2/+5
2019-11-07dpaa2-eth: add ethtool MAC countersIoana Ciornei1-0/+68
2019-11-06dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_modeIoana Ciornei1-5/+10
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+4
2019-10-31dpaa2-eth: add MAC/PHY support through phylinkIoana Ciornei1-0/+301