aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-30WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang 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...WIP/29Sep2021-nextTom 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-13pci: Drop DM_PCISimon Glass2-5/+3
2021-09-13net: Drop DM_PCI check from designware driverSimon Glass1-12/+10
2021-09-04net: Move network rules to drivers/netSimon Glass2-0/+6
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek2-6/+0
2021-08-30global: Remove dead code that starts with CONFIG_[0-9A]Tom Rini1-11/+2
2021-08-18net: cortina: Add support for tfa boot in cortina firmwareKuldeep Singh1-10/+69
2021-08-18configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to KconfigKuldeep Singh1-0/+10
2021-08-09net: fec_mxc: support i.MX8ULPPeng Fan2-2/+2
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass7-16/+16
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass6-18/+17
2021-07-26net: xilinx: axi_mrmac: Add MRMAC driverAshok Reddy Soma4-0/+777
2021-07-23board: synquacer: Initialize SCBM SMMU at board_init()Masami Hiramatsu1-7/+0
2021-07-22net: fsl-mc: fix logically dead codeCosmin-Florin Aluchenesei1-2/+2
2021-07-22drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei1-2/+3