summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fman/fman_memac.c
AgeCommit message (Expand)Author
2024-02-23net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device ...Vladimir Oltean
2023-10-17net: fman: convert to .mac_get_caps()Russell King (Oracle)
2023-06-08net: fman_memac: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)
2023-06-08net: fman_memac: use lynx_pcs_create_fwnode()Russell King (Oracle)
2023-06-08net: fman_memac: allow lynx PCS to handle mdiodev lifetimeRussell King (Oracle)
2023-02-24Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds
2023-02-03net: fman: memac: Convert to devm_of_phy_optional_get()Geert Uytterhoeven
2023-01-31net: fman: memac: free mdio device if lynx_pcs_create() failsVladimir Oltean
2022-10-19net: dpaa: Convert to phylinkSean Anderson
2022-10-19net: fman: memac: Use lynx pcs driverSean Anderson
2022-10-19net: fman: memac: Add serdes supportSean Anderson
2022-09-05net: dpaa: Adjust queue depth on rate changeSean Anderson
2022-09-05net: fman: Change return type of disable to voidSean Anderson
2022-09-05net: fman: Specify type of mac_dev for exception_cbSean Anderson
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson
2022-09-05net: fman: Pass params directly to mac initSean Anderson
2022-09-05net: fman: Remove internal_phy_node from paramsSean Anderson
2022-09-05net: fman: Inline several functions into initializationSean Anderson
2022-09-05net: fman: Mark mac methods staticSean Anderson
2022-09-05net: fman: Move initialization to mac-specific filesSean Anderson
2022-08-19net: fman: Don't pass comm_mode to enable/disableSean Anderson
2022-08-19net: fman: Convert to SPDX identifiersSean Anderson
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-01-12fsl/fman: Add MII mode support.Maxim Kochetkov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03fsl/fman: check dereferencing null pointerFlorinel Iordache
2020-08-03fsl/fman: fix unreachable codeFlorinel Iordache
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-16net: fsl/fman: treat all RGMII modes in memac_adjust_link()Madalin Bucur
2020-03-08fsl/fman: tolerate missing MAC address in device treeMadalin Bucur
2020-01-23net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur
2018-12-28fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood
2018-06-26fsl/fman: add set_tstamp interfaceYangbo Lu
2018-02-27dpaa_eth: Add allmulti optionRadu Bulie
2017-04-01fsl/fman: take into account all RGMII modesMadalin Bucur
2017-02-10net: fman: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2016-11-27net: fsl/fman: fix phydev reference leakJohan Hovold
2016-10-04fsl/fman: check pcsphy pointer before useMadalin Bucur
2016-10-04fsl/fman: MEMAC may use QSGMII PHY interface modeMadalin Bucur
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2015-12-27fsl/fman: Add FMan MAC supportIgal Liberman