summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fman/fman_memac.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-31net: fman_memac: remove the now unnecessary checking for fixed-linkRussell King (Oracle)1-9/+5
2024-05-31net: phylink: rename ovr_an_inband to default_an_inbandRussell King (Oracle)1-1/+1
2024-04-04net: fman: Remove some unused fields in some structureChristophe JAILLET1-1/+0
2024-02-23net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device ...Vladimir Oltean1-9/+9
2023-10-18net: fman: convert to .mac_get_caps()Russell King (Oracle)1-6/+5
2023-06-09net: fman_memac: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)1-1/+1
2023-06-09net: fman_memac: use lynx_pcs_create_fwnode()Russell King (Oracle)1-9/+4
2023-06-09net: fman_memac: allow lynx PCS to handle mdiodev lifetimeRussell King (Oracle)1-6/+1
2023-02-25Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds1-5/+4
2023-02-03net: fman: memac: Convert to devm_of_phy_optional_get()Geert Uytterhoeven1-5/+4
2023-02-01net: fman: memac: free mdio device if lynx_pcs_create() failsVladimir Oltean1-0/+3
2022-10-19net: dpaa: Convert to phylinkSean Anderson1-265/+282
2022-10-19net: fman: memac: Use lynx pcs driverSean Anderson1-156/+102
2022-10-19net: fman: memac: Add serdes supportSean Anderson1-2/+47
2022-09-05net: dpaa: Adjust queue depth on rate changeSean Anderson1-0/+1
2022-09-05net: fman: Change return type of disable to voidSean Anderson1-5/+3
2022-09-05net: fman: Specify type of mac_dev for exception_cbSean Anderson1-1/+1
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson1-9/+8
2022-09-05net: fman: Pass params directly to mac initSean Anderson1-9/+5
2022-09-05net: fman: Remove internal_phy_node from paramsSean Anderson1-17/+17
2022-09-05net: fman: Inline several functions into initializationSean Anderson1-42/+5
2022-09-05net: fman: Mark mac methods staticSean Anderson1-21/+24
2022-09-05net: fman: Move initialization to mac-specific filesSean Anderson1-1/+112
2022-08-20net: fman: Don't pass comm_mode to enable/disableSean Anderson1-12/+4
2022-08-20net: fman: Convert to SPDX identifiersSean Anderson1-29/+2
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-4/+4
2021-01-13fsl/fman: Add MII mode support.Maxim Kochetkov1-0/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-04fsl/fman: check dereferencing null pointerFlorinel Iordache1-1/+1
2020-08-04fsl/fman: fix unreachable codeFlorinel Iordache1-1/+0
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-17net: fsl/fman: treat all RGMII modes in memac_adjust_link()Madalin Bucur1-1/+1
2020-03-09fsl/fman: tolerate missing MAC address in device treeMadalin Bucur1-6/+4
2020-01-23net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur1-2/+2
2018-12-29fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood1-1/+1
2018-06-26fsl/fman: add set_tstamp interfaceYangbo Lu1-0/+5
2018-02-27dpaa_eth: Add allmulti optionRadu Bulie1-2/+30
2017-04-01fsl/fman: take into account all RGMII modesMadalin Bucur1-1/+4
2017-02-10net: fman: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2016-11-28net: fsl/fman: fix phydev reference leakJohan Hovold1-0/+3
2016-10-04fsl/fman: check pcsphy pointer before useMadalin Bucur1-0/+3
2016-10-04fsl/fman: MEMAC may use QSGMII PHY interface modeMadalin Bucur1-1/+2
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-3/+3
2015-12-28fsl/fman: Add FMan MAC supportIgal Liberman1-0/+1170