summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c
AgeCommit message (Expand)Author
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-20net: dpaa2-mac: add 25gbase-r supportJosua Mayer
2023-06-08net: dpaa2: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)
2023-06-08net: dpaa2-mac: use lynx_pcs_create_fwnode()Russell King (Oracle)
2023-06-08net: dpaa2-mac: allow lynx PCS to manage mdiodev lifetimeRussell King (Oracle)
2023-05-29net: dpaa2-mac: use correct interface to free mdiodevRussell King (Oracle)
2023-03-22net: dpaa2-mac: use Autoneg bit rather than an_enabledRussell King (Oracle)
2022-12-01net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()Vladimir Oltean
2022-12-01net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()Vladimir Oltean
2022-12-01net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()Vladimir Oltean
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-10-31net: dpaa2: Add some debug prints on deferred probeSean Anderson
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-05-10eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski
2022-03-14dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei
2022-03-14dpaa2-mac: move setting up supported_interfaces into a functionIoana Ciornei
2022-03-14dpaa2-mac: retrieve API version and detect featuresIoana Ciornei
2022-01-26net: dpaa2-mac: use .mac_select_pcs() interfaceRussell King (Oracle)
2022-01-06dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...Ioana Ciornei
2022-01-06dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster
2021-11-18net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)
2021-11-18net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)
2021-11-18net: dpaa2-mac: populate supported_interfaces memberRussell King
2021-10-04net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)
2021-09-19net: dpaa2-mac: add support for more ethtool 10G link modesRussell King
2021-06-11net: dpaa2-mac: Add ACPI support for DPAA2 MAC driverCalvin Johnson
2021-05-21dpaa2-eth: setup the of_node field of the deviceIoana Ciornei
2021-02-06net: dpaa2-mac: add backplane link mode supportRussell King
2021-02-06net: dpaa2-mac: add 1000BASE-X supportRussell King
2021-01-09dpaa2-mac: remove a comment regarding pause settingsIoana Ciornei
2021-01-09dpaa2-mac: remove an unnecessary checkIoana Ciornei
2021-01-09dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei
2021-01-09dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei
2020-12-07dpaa2-mac: Add a missing of_node_put after of_device_is_availableChristophe JAILLET
2020-09-25dpaa2-mac: Fix potential null pointer dereferenceGustavo A. R. Silva
2020-09-25dpaa2-mac: do not check for both child and parent DTS nodesIoana Ciornei
2020-09-24dpaa2-mac: add PCS support through the Lynx moduleIoana Ciornei
2020-02-27net: dpaa2-mac: use resolved link config in mac_link_up()Russell King
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King
2019-11-07dpaa2-eth: add ethtool MAC countersIoana Ciornei
2019-11-06dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_modeIoana Ciornei
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-10-31dpaa2-eth: add MAC/PHY support through phylinkIoana Ciornei