summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()Vladimir Oltean2022-12-011-0/+5
* net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()Vladimir Oltean2022-12-011-3/+0
* net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()Vladimir Oltean2022-12-011-0/+8
* net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-081-1/+0
* net: dpaa2: Add some debug prints on deferred probeSean Anderson2022-11-011-1/+4
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski2022-05-101-3/+0
* dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei2022-03-141-0/+86
* dpaa2-mac: move setting up supported_interfaces into a functionIoana Ciornei2022-03-141-19/+24
* dpaa2-mac: retrieve API version and detect featuresIoana Ciornei2022-03-141-0/+30
* net: dpaa2-mac: use .mac_select_pcs() interfaceRussell King (Oracle)2022-01-261-3/+9
* dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...Ioana Ciornei2022-01-071-1/+14
* dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa2022-01-071-1/+4
* net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster2022-01-021-5/+8
* net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)2021-11-181-48/+5
* net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)2021-11-181-35/+0
* net: dpaa2-mac: populate supported_interfaces memberRussell King2021-11-181-0/+21
* net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)2021-10-041-6/+1
* net: dpaa2-mac: add support for more ethtool 10G link modesRussell King2021-09-191-0/+5
* net: dpaa2-mac: Add ACPI support for DPAA2 MAC driverCalvin Johnson2021-06-111-36/+52
* dpaa2-eth: setup the of_node field of the deviceIoana Ciornei2021-05-211-12/+13
* net: dpaa2-mac: add backplane link mode supportRussell King2021-02-061-2/+3
* net: dpaa2-mac: add 1000BASE-X supportRussell King2021-02-061-3/+17
* dpaa2-mac: remove a comment regarding pause settingsIoana Ciornei2021-01-101-3/+0
* dpaa2-mac: remove an unnecessary checkIoana Ciornei2021-01-101-24/+19
* dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei2021-01-101-26/+0
* dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei2021-01-101-27/+42
* dpaa2-mac: Add a missing of_node_put after of_device_is_availableChristophe JAILLET2020-12-081-0/+1
* dpaa2-mac: Fix potential null pointer dereferenceGustavo A. R. Silva2020-09-261-1/+1
* dpaa2-mac: do not check for both child and parent DTS nodesIoana Ciornei2020-09-261-2/+1
* dpaa2-mac: add PCS support through the Lynx moduleIoana Ciornei2020-09-251-1/+88
* net: dpaa2-mac: use resolved link config in mac_link_up()Russell King2020-02-271-22/+32
* net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-2/+5
* dpaa2-eth: add ethtool MAC countersIoana Ciornei2019-11-081-0/+68
* dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_modeIoana Ciornei2019-11-071-5/+10
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+4
* dpaa2-eth: add MAC/PHY support through phylinkIoana Ciornei2019-10-311-0/+301