summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-13net: ravb: Support multiple clocksAdam Ford1-5/+5
2021-12-03Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-11/+7
2021-12-02net: macb: Remove Microchip compatible stringPadmarao Begari1-11/+7
2021-12-02net: dwc_eth_qos: Enable clock in probeMarek Vasut1-11/+11
2021-12-02net: eth-phy: Handle gpio_request_by_name() return valueMarek Vasut1-1/+1
2021-11-16Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+2
2021-11-12Convert CONFIG_MACB to KconfigTom Rini1-1/+0
2021-11-09configs: fsl: migrate FMAN/QE specific defines to KconfigRajesh Bhagat1-0/+10
2021-11-09drivers: net: fsl-mc: add a command which dumps the MC logCosmin-Florin Aluchenesei1-1/+88
2021-10-21net: gem: Disable broadcast settingMichal Simek1-0/+2
2021-10-20net: macb: Fix -Wint-to-pointer-cast warningsBin Meng1-8/+3
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland1-4/+1
2021-10-02arm: Remove zmx25 board and ARCH_MX25Tom Rini2-3/+3
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk5-7/+7
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-4/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk7-7/+0
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini26-73/+83
2021-09-28net: dsa: felix: check return code of mdio_alloc and mdio_registerVladimir Oltean1-1/+9
2021-09-28net: davinci_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LE...Vladimir Oltean1-1/+1
2021-09-28net: smc911x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean1-1/+1
2021-09-28net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean1-1/+1
2021-09-28net: mvgbe: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunc...Vladimir Oltean1-1/+1
2021-09-28net: dsa: felix: ensure mii_bus->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean1-2/+2
2021-09-28net: mpc8xx_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean1-1/+1
2021-09-28net: macb: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunca...Vladimir Oltean1-2/+2
2021-09-28net: lpc32xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean1-1/+1
2021-09-28net: ftmac110: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean1-1/+1
2021-09-28net: mcdmafec: ensure bus->name is NULL terminated after MDIO_NAME_LEN trunca...Vladimir Oltean1-1/+1
2021-09-28net: enetc: ensure imdio.name is NULL terminated after MDIO_NAME_LEN truncationVladimir Oltean1-1/+1
2021-09-28net: ep93xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean1-1/+1
2021-09-28net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean1-1/+1
2021-09-28net: bcm-sf2: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean1-1/+1
2021-09-28net: at91_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN t...Vladimir Oltean1-1/+1
2021-09-28net: armada100_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_L...Vladimir Oltean1-1/+1
2021-09-28net: tsec: read the phy-mode property as fallback to phy-connection-typeVladimir Oltean1-0/+2
2021-09-28net: tsec: only call tsec_get_interface as fallback to DT-specified PHY modeVladimir Oltean1-6/+3
2021-09-28net: dsa: felix: remove "xgmii" phy-modeVladimir Oltean1-1/+0
2021-09-28net: enetc: remove support for "xgmii" phy-modeVladimir Oltean1-2/+0
2021-09-28net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean9-18/+18
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean5-13/+13
2021-09-28net: phy: genphy_init can be staticVladimir Oltean1-1/+1
2021-09-28net: update NXP copyright textVladimir Oltean2-2/+2
2021-09-28net: dsa: felix: propagate the error code from phy_startup()Vladimir Oltean1-3/+1
2021-09-28net: dsa: felix: call phy_config at .port_probe() timeVladimir Oltean1-7/+15
2021-09-28net: dsa: felix: felix_init() can be staticVladimir Oltean1-1/+1
2021-09-28net: tsec: Mark tsec_get_interface as __maybe_unusedRamon Fried1-1/+1
2021-09-21net: remove unused CONFIG_DRIVER_AT91EMAC_*Eugen Hristev2-520/+0
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini3-17/+13
2021-09-14pci: Drop DM_PCISimon Glass2-5/+3