aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-05-10eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski1-3/+0
2022-03-14dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei1-0/+86
2022-03-14dpaa2-mac: move setting up supported_interfaces into a functionIoana Ciornei1-19/+24
2022-03-14dpaa2-mac: retrieve API version and detect featuresIoana Ciornei1-0/+30
2022-01-26net: dpaa2-mac: use .mac_select_pcs() interfaceRussell King (Oracle)1-3/+9
2022-01-06dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not setIoana Ciornei1-1/+14
2022-01-06dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa1-1/+4
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster1-5/+8
2021-11-18net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)1-48/+5
2021-11-18net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)1-35/+0
2021-11-18net: dpaa2-mac: populate supported_interfaces memberRussell King1-0/+21
2021-10-04net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)1-6/+1
2021-09-19net: dpaa2-mac: add support for more ethtool 10G link modesRussell King1-0/+5
2021-06-11net: dpaa2-mac: Add ACPI support for DPAA2 MAC driverCalvin Johnson1-36/+52
2021-05-21dpaa2-eth: setup the of_node field of the deviceIoana Ciornei1-12/+13
2021-02-06net: dpaa2-mac: add backplane link mode supportRussell King1-2/+3
2021-02-06net: dpaa2-mac: add 1000BASE-X supportRussell King1-3/+17
2021-01-09dpaa2-mac: remove a comment regarding pause settingsIoana Ciornei1-3/+0
2021-01-09dpaa2-mac: remove an unnecessary checkIoana Ciornei1-24/+19
2021-01-09dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei1-26/+0
2021-01-09dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei1-27/+42
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