summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-11-29net: phy: motorcomm: Move ytphy_of_config function call to startup functionYanhong Wang1-4/+8
2023-11-29net: dwc_eth_qos: Add StarFive VisionFive 2 board supportHal Feng1-0/+13
2023-04-20net: phy: motorcomm: add Pad Drive Strength CfgSamin Guo1-2/+20
2023-02-22net: rtl8169: Add one more device IDMason Huo1-0/+3
2022-11-01net:phy:motorcomm: Support modifying RGMII_TX_CLK delay train from dtsSamin Guo1-173/+269
2022-10-18net:phy:YUTAI: change tx delay configyanhong.wang1-1/+1
2022-10-18net:dwc_eth_qos:starfive: remove phy-reset-gpio setyanhong.wang1-18/+1
2022-10-18net: dwc_eth_qos:starfive: update clk inityanhong.wang1-96/+23
2022-10-18net:phy:YUTAI: Add delay chainyanhong.wang1-12/+26
2022-10-18net:phy:YUTAI: Add YT8511/yt8521 phy inityanhong.wang1-0/+3
2022-10-18net:phy:YUTAI: Add YT8511/yt8521 phy driveryanhong.wang3-0/+292
2022-10-18net:phy: add 10/100M register configurationyanhong.wang2-0/+14
2022-10-18net: dwc_eth_qos:starfive: add jh7110 supportyanhong.wang2-0/+290
2021-09-14pci: Drop DM_PCISimon Glass2-5/+3
2021-09-14net: Drop DM_PCI check from designware driverSimon Glass1-12/+10
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-24board: 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
2021-07-22net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: eth-phy: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay1-75/+22
2021-07-22net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay2-50/+1
2021-07-22net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay1-5/+0
2021-07-22net: eth-phy: manage subnode mdio0Patrick Delaunay1-2/+8
2021-07-22net: eth-phy: use dev_dbg and log_noticePatrick Delaunay1-9/+11
2021-07-22net: eth-phy: add support of device tree configuration for gpio resetPatrick Delaunay1-0/+56
2021-07-22net: Use phys_addr_t for SMC net device addressesPeter Hoyes2-2/+2
2021-07-19m68k: Remove M54451EVB boardTom Rini1-6/+0
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini5-2/+574
2021-07-16sandbox: net: Ensure host name is always a valid stringSimon Glass1-1/+1
2021-07-10net: add support for KSZ9477/KSZ9897/KSZ9567 GbE switchTim Harvey3-0/+554
2021-07-10net: fec: add set_promisc functionTim Harvey2-0/+14
2021-07-10net: fec: set phy_of_node properly for fixed-link phyTim Harvey1-1/+5
2021-07-10net: fec: use device sequence vs index when fetching fecTim Harvey1-1/+1
2021-07-08ppc: Remove T4160RDB boardTom Rini2-2/+0
2021-07-08ppc: Remove T1023RBD boards and T1024RDB_SECURE_BOOTTom Rini2-2/+0
2021-07-08m68k: Remove M5475x boardsTom Rini1-4/+0
2021-07-06net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay1-2/+0
2021-07-06net: enetc: propagate the return code from phy_startup() to eth_ops::startVladimir Oltean1-3/+1
2021-07-06net: enetc: force the RGMII MAC speed/duplex instead of using in-band signalingVladimir Oltean2-12/+39
2021-07-06net: enetc: require a PHY device when probingVladimir Oltean1-9/+6
2021-07-06net: smc911x: Determine bus width at runtimeAndre Przywara1-13/+20
2021-07-06net: smc911x: Drop redundant CONFIG_SMC911X_16_BIT Kconfig symbolAndre Przywara2-22/+7
2021-07-06phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)4-0/+358