aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-04-13driver: net: ti: keystone_net: Convert to ofnode functionsMarek Behún
2022-04-13driver: net: ti: keystone_net: Deduplicate codeMarek Behún
2022-04-10phy: adin: add driver for Analog Devices ADIN1300 PHYNate Drude
2022-04-10net: eth-phy: prevent undesired de-assertion of phy-reset on requestTim Harvey
2022-04-10net: fec: prevent undesired de-assertion of phy-reset on requestTim Harvey
2022-04-10net: phy: don't require PHY interface mode during PHY creationMarek Behún
2022-04-10bcmgenet, sun8i_emac: Don't connect PHY two timesMarek Behún
2022-04-10net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún
2022-04-10net: phy: xilinx: Check interface type in ->config(), not ->probe()Marek Behún
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún
2022-04-10treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-04-10net: phy: fix parsing wrong propertyMarek Behún
2022-04-10treewide: use dm_mdio_read/write/reset() wrappersMarek Behún
2022-04-10net: phy: dp83867: Fix a never true comparisonHaolin Li
2022-04-10net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF nodeVladimir Oltean
2022-04-10net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF nodeVladimir Oltean
2022-04-01Convert CONFIG_BITBANGMII_MULTI to KconfigTom Rini
2022-03-30net: bcm63xx: Don't check clk_freeSean Anderson
2022-03-25Convert CONFIG_MII_INIT to KconfigTom Rini
2022-03-25Convert CONFIG_PHY_RESET_DELAY to KconfigTom Rini
2022-03-25Convert CONFIG_LPC32XX_ETH to KconfigTom Rini
2022-03-25Convert CONFIG_RMII to KconfigTom Rini
2022-03-18net: fec_mxc: Drop CONFIG_FEC_XCV_TYPETom Rini
2022-03-18net: fec_mxc: Remove non-DM_ETH codeTom Rini
2022-03-09net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek
2022-03-09net: phy: Remove static return type for phy_device_create()Michal Simek
2022-02-25net: ravb: Add tx/rx delay flag checks and support for rgmii-rxidAdam Ford
2022-02-21Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2022-02-03net: ti: am65-cpsw: Cleanup resources before jump to kernelVignesh Raghavendra
2022-02-01net: xilinx: fix the wrong dma base address issueGreentime Hu
2022-01-28net: ti: am65-cpsw-nuss: Fix err msg for port bind failuresVignesh Raghavendra
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2022-01-18net: ftgmac100: Add Aspeed AST2600 supportDylan Hung
2022-01-18net: ftgmac100: Add DM_MDIO supportDylan Hung
2022-01-17Merge branch '2022-01-15-TI-platform-updates'Tom Rini
2022-01-17Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2022-01-17net: gem: Workaround gmii2rgmii bridge DT node issueAshok Reddy Soma
2022-01-17Revert "net: gem: Disable broadcast setting"Michal Simek
2022-01-15net: fsl: Fix busy flag polling registerMarkus Koch
2022-01-15net: eth-phy: Demote missing phy-handle log message to debugMarek Vasut
2022-01-15net: phy: add TI DP83869HM ethernet driverDominic Rath
2022-01-15net: dsa: sja1105: fix device id detectionVladimir Oltean
2022-01-15net: ti: am65-cpsw: Add support for multi port independent MAC modeVignesh Raghavendra
2022-01-13drivers/net/fec_mxc.c: Fix spelling of "resetting".Vagrant Cascadian
2022-01-05net: gem: Reduce timeout of mdio phy idle status checkAshok Reddy Soma