summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini2021-09-2986-255/+277
|\
| * scripts: ensure the cocci script for miiphy_register does not leak the MDIO busVladimir Oltean2021-09-281-1/+1
| * arch: powerpc: mpc85xx: free MDIO bus if mdio_register failsVladimir Oltean2021-09-281-1/+3
| * net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH tr...Vladimir Oltean2021-09-281-2/+2
| * net: dsa: felix: check return code of mdio_alloc and mdio_registerVladimir Oltean2021-09-281-1/+9
| * scripts: ensure the cocci script for miiphy_register does not leave NULL-unte...Vladimir Oltean2021-09-281-1/+1
| * net: mdio-uclass: rewrite dm_mdio_post_probe using strlcpyVladimir Oltean2021-09-281-1/+1
| * net: qe: uec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean2021-09-281-1/+1
| * net: davinci_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LE...Vladimir Oltean2021-09-281-1/+1
| * net: smc911x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean2021-09-281-1/+1
| * net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean2021-09-281-1/+1
| * net: mvgbe: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunc...Vladimir Oltean2021-09-281-1/+1
| * net: dsa: felix: ensure mii_bus->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean2021-09-281-2/+2
| * net: mpc8xx_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean2021-09-281-1/+1
| * net: macb: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunca...Vladimir Oltean2021-09-281-2/+2
| * net: lpc32xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean2021-09-281-1/+1
| * net: ftmac110: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean2021-09-281-1/+1
| * net: mcdmafec: ensure bus->name is NULL terminated after MDIO_NAME_LEN trunca...Vladimir Oltean2021-09-281-1/+1
| * net: enetc: ensure imdio.name is NULL terminated after MDIO_NAME_LEN truncationVladimir Oltean2021-09-281-1/+1
| * net: ep93xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean2021-09-281-1/+1
| * net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean2021-09-281-1/+1
| * net: bcm-sf2: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean2021-09-281-1/+1
| * net: at91_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN t...Vladimir Oltean2021-09-281-1/+1
| * net: armada100_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_L...Vladimir Oltean2021-09-281-1/+1
| * board: gdsys: a38x: ensure mdiodev->name is NULL terminated after MDIO_NAME_L...Vladimir Oltean2021-09-281-3/+1
| * arch: powerpc: mpc85xx: ensure mdiodev->name is NULL terminated after MDIO_NA...Vladimir Oltean2021-09-281-1/+1
| * net: tsec: read the phy-mode property as fallback to phy-connection-typeVladimir Oltean2021-09-281-0/+2
| * net: tsec: only call tsec_get_interface as fallback to DT-specified PHY modeVladimir Oltean2021-09-281-6/+3
| * net: dsa: felix: remove "xgmii" phy-modeVladimir Oltean2021-09-281-1/+0
| * net: enetc: remove support for "xgmii" phy-modeVladimir Oltean2021-09-281-2/+0
| * net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean2021-09-2823-45/+45
| * net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean2021-09-2838-102/+111
| * net: phy: genphy_init can be staticVladimir Oltean2021-09-281-1/+1
| * net: dsa: remove unused variablesVladimir Oltean2021-09-281-13/+1
| * net: dsa: pass CPU port fixed PHY to .port_disableVladimir Oltean2021-09-281-1/+1
| * net: update NXP copyright textVladimir Oltean2021-09-2822-22/+22
| * net: dsa: felix: propagate the error code from phy_startup()Vladimir Oltean2021-09-281-3/+1
| * net: dsa: felix: call phy_config at .port_probe() timeVladimir Oltean2021-09-281-7/+15
| * net: dsa: introduce a .port_probe() method in struct dsa_opsVladimir Oltean2021-09-282-1/+12
| * net: dsa: refactor the code to set the port MAC address into a dedicated func...Vladimir Oltean2021-09-281-22/+28
| * net: dsa: use "err" instead of "ret" in dsa_port_probeVladimir Oltean2021-09-281-4/+4
| * net: dsa: felix: felix_init() can be staticVladimir Oltean2021-09-281-1/+1
| * net: tsec: Mark tsec_get_interface as __maybe_unusedRamon Fried2021-09-281-1/+1
| * Prepare v2021.10-rc5Tom Rini2021-09-281-1/+1
| * phy: marvell: cp110: Support SATA invert polarityDenis Odintsov2021-09-281-1/+6
| * arm: mvebu: turris_omnia: fix leaked mtd deviceMarek BehĂșn2021-09-281-0/+3
| * efi_loader: Fix spec ID event creationRuchika Gupta2021-09-282-23/+24
| * doc: Add mention of the /config bindingSimon Glass2021-09-282-0/+11
| * arm: orion5x: edminiv2: change maintainerSimon Guinot2021-09-281-1/+1
| * mtd: remove SPEAr flash driver st_smiPatrick Delaunay2021-09-285-668/+0