aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-01-17net: gem: Workaround gmii2rgmii bridge DT node issueAshok Reddy Soma
2022-01-17Revert "net: gem: Disable broadcast setting"Michal Simek
2022-01-05net: gem: Reduce timeout of mdio phy idle status checkAshok Reddy Soma
2022-01-05net: zynq: Add support for PHY configuration in SGMII modeMichal Simek
2022-01-05net: zynq: Add support for GEM resetMichal Simek
2022-01-05net: zynq: Add support for mdio bus address decodingMichal Simek
2021-11-16Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-11-12Convert CONFIG_MACB to KconfigTom Rini
2021-11-09configs: fsl: migrate FMAN/QE specific defines to KconfigRajesh Bhagat
2021-11-09drivers: net: fsl-mc: add a command which dumps the MC logCosmin-Florin Aluchenesei
2021-10-21net: gem: Disable broadcast settingMichal Simek
2021-10-20net: macb: Fix -Wint-to-pointer-cast warningsBin Meng
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland
2021-10-01arm: Remove zmx25 board and ARCH_MX25Tom Rini
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-09-28net: dsa: felix: check return code of mdio_alloc and mdio_registerVladimir Oltean
2021-09-28net: davinci_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LE...Vladimir Oltean
2021-09-28net: smc911x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean
2021-09-28net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean
2021-09-28net: mvgbe: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunc...Vladimir Oltean
2021-09-28net: dsa: felix: ensure mii_bus->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean
2021-09-28net: mpc8xx_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean
2021-09-28net: macb: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunca...Vladimir Oltean
2021-09-28net: lpc32xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean
2021-09-28net: ftmac110: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean
2021-09-28net: mcdmafec: ensure bus->name is NULL terminated after MDIO_NAME_LEN trunca...Vladimir Oltean
2021-09-28net: enetc: ensure imdio.name is NULL terminated after MDIO_NAME_LEN truncationVladimir Oltean
2021-09-28net: ep93xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean
2021-09-28net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean
2021-09-28net: bcm-sf2: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean
2021-09-28net: at91_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN t...Vladimir Oltean
2021-09-28net: armada100_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_L...Vladimir Oltean
2021-09-28net: tsec: read the phy-mode property as fallback to phy-connection-typeVladimir Oltean
2021-09-28net: tsec: only call tsec_get_interface as fallback to DT-specified PHY modeVladimir Oltean
2021-09-28net: dsa: felix: remove "xgmii" phy-modeVladimir Oltean
2021-09-28net: enetc: remove support for "xgmii" phy-modeVladimir Oltean
2021-09-28net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean
2021-09-28net: phy: genphy_init can be staticVladimir Oltean
2021-09-28net: update NXP copyright textVladimir Oltean
2021-09-28net: dsa: felix: propagate the error code from phy_startup()Vladimir Oltean
2021-09-28net: dsa: felix: call phy_config at .port_probe() timeVladimir Oltean
2021-09-28net: dsa: felix: felix_init() can be staticVladimir Oltean
2021-09-28net: tsec: Mark tsec_get_interface as __maybe_unusedRamon Fried
2021-09-21net: remove unused CONFIG_DRIVER_AT91EMAC_*Eugen Hristev
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini