summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fman/fman_memac.c
Commit message (Expand)AuthorAgeFilesLines
* net: fman_memac: remove the now unnecessary checking for fixed-linkRussell King (Oracle)2024-05-301-9/+5
* net: phylink: rename ovr_an_inband to default_an_inbandRussell King (Oracle)2024-05-301-1/+1
* net: fman: Remove some unused fields in some structureChristophe JAILLET2024-04-031-1/+0
* net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device ...Vladimir Oltean2024-02-231-9/+9
* net: fman: convert to .mac_get_caps()Russell King (Oracle)2023-10-171-6/+5
* net: fman_memac: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)2023-06-081-1/+1
* net: fman_memac: use lynx_pcs_create_fwnode()Russell King (Oracle)2023-06-081-9/+4
* net: fman_memac: allow lynx PCS to handle mdiodev lifetimeRussell King (Oracle)2023-06-081-6/+1
* Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2023-02-241-5/+4
|\
| * net: fman: memac: Convert to devm_of_phy_optional_get()Geert Uytterhoeven2023-02-031-5/+4
* | net: fman: memac: free mdio device if lynx_pcs_create() failsVladimir Oltean2023-01-311-0/+3
|/
* net: dpaa: Convert to phylinkSean Anderson2022-10-191-265/+282
* net: fman: memac: Use lynx pcs driverSean Anderson2022-10-191-156/+102
* net: fman: memac: Add serdes supportSean Anderson2022-10-191-2/+47
* net: dpaa: Adjust queue depth on rate changeSean Anderson2022-09-051-0/+1
* net: fman: Change return type of disable to voidSean Anderson2022-09-051-5/+3
* net: fman: Specify type of mac_dev for exception_cbSean Anderson2022-09-051-1/+1
* net: fman: Use mac_dev for some paramsSean Anderson2022-09-051-9/+8
* net: fman: Pass params directly to mac initSean Anderson2022-09-051-9/+5
* net: fman: Remove internal_phy_node from paramsSean Anderson2022-09-051-17/+17
* net: fman: Inline several functions into initializationSean Anderson2022-09-051-42/+5
* net: fman: Mark mac methods staticSean Anderson2022-09-051-21/+24
* net: fman: Move initialization to mac-specific filesSean Anderson2022-09-051-1/+112
* net: fman: Don't pass comm_mode to enable/disableSean Anderson2022-08-191-12/+4
* net: fman: Convert to SPDX identifiersSean Anderson2022-08-191-29/+2
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-4/+4
* fsl/fman: Add MII mode support.Maxim Kochetkov2021-01-121-0/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* fsl/fman: check dereferencing null pointerFlorinel Iordache2020-08-031-1/+1
* fsl/fman: fix unreachable codeFlorinel Iordache2020-08-031-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-1/+1
|\
| * net: fsl/fman: treat all RGMII modes in memac_adjust_link()Madalin Bucur2020-03-161-1/+1
* | fsl/fman: tolerate missing MAC address in device treeMadalin Bucur2020-03-081-6/+4
|/
* net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur2020-01-231-2/+2
* fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2018-12-281-1/+1
* fsl/fman: add set_tstamp interfaceYangbo Lu2018-06-261-0/+5
* dpaa_eth: Add allmulti optionRadu Bulie2018-02-271-2/+30
* fsl/fman: take into account all RGMII modesMadalin Bucur2017-04-011-1/+4
* net: fman: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+1
* net: fsl/fman: fix phydev reference leakJohan Hovold2016-11-271-0/+3
* fsl/fman: check pcsphy pointer before useMadalin Bucur2016-10-041-0/+3
* fsl/fman: MEMAC may use QSGMII PHY interface modeMadalin Bucur2016-10-041-1/+2
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-3/+3
* fsl/fman: Add FMan MAC supportIgal Liberman2015-12-271-0/+1170