summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-03net: mediatek: add support for MediaTek MT7988 SoCWeijie Gao2-1/+177
2023-08-03net: mediatek: add support for NETSYS v3Weijie Gao2-12/+44
2023-08-03net: mediatek: add USXGMII supportWeijie Gao2-3/+251
2023-08-03net: mediatek: add support for GMAC/USB3 PHY mux mode for MT7981Weijie Gao2-1/+48
2023-08-03net: mediatek: add support for SGMII 1Gbps auto-negotiation modeWeijie Gao2-6/+42
2023-08-03net: mediatek: add missing static qualifierWeijie Gao1-2/+3
2023-08-03net: mediatek: fix direct MDIO clause 45 access via SoCWeijie Gao1-2/+2
2023-08-03net: mediatek: optimize the switch reset delay wait timeWeijie Gao1-2/+5
2023-08-03net: mediatek: connect switch to PSE only when starting eth is requestedWeijie Gao1-3/+41
2023-08-02net: rtl8169: Add one device ID 0x8161Minda Chen1-2/+4
2023-08-02net: rtl8169: Fix DMA minimal aligned compile warning in RISC-VMinda Chen1-1/+3
2023-08-02net: rtl8169: Fix compile warning in rtl8169Minda Chen1-6/+6
2023-07-28net: ti: am65-cpsw-nuss: Get port mode register from standard "phys" propertyRoger Quadros1-26/+37
2023-07-28net: ti: am65-cpsw-nuss: Use approved property to get efuse addressRoger Quadros2-16/+37
2023-07-28net: ti: am65-cpsw-nuss: Enforce pinctrl state on the MDIO child nodeMaxime Ripard2-0/+61
2023-07-27phy: adin: add readext and writeext support for mdio cmdNate Drude1-0/+14
2023-07-27net: ksz9477: add support for KSZ9893 GbE switchKarsten Wiese1-14/+89
2023-07-21net: axi_emac: Change return value to -EAGAIN if RX is not readyMaksim Kiselev1-1/+1
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek2-2/+2
2023-07-21net: zynq_gem: Don't hardcode the MDC clock divisorVenkatesh Yadav Abbarapu1-8/+49
2023-07-14net: ti: am65-cpsw-nuss: Use dedicated port mode control registersAndreas Dannenberg1-3/+6
2023-07-12net: dwc_eth_qos: Add StarFive ethernet driver glue layerYanhong Wang5-0/+264
2023-07-12net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phyYanhong Wang3-0/+444
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini1-0/+1
2023-06-15net: fsl-mc: sync remaining MC commandsIoana Ciornei3-16/+34
2023-06-15net: fsl-mc: sync DPIO MC APIsIoana Ciornei1-42/+137
2023-06-15net: fsl-mc: sync DPSPARSER MC APIsIoana Ciornei1-29/+95
2023-06-15net: fsl-mc: sync DPNI MC APIsIoana Ciornei3-146/+472
2023-06-15net: fsl-mc: sync DPRC MC APIsIoana Ciornei1-53/+179
2023-06-15net: fsl-mc: sync DPMAC MC APIsIoana Ciornei1-53/+132
2023-06-15net: fsl-mc: sync DPBP MC APIsIoana Ciornei1-51/+129
2023-06-15net: fsl-mc: remove unused MC APIsIoana Ciornei4-377/+0
2023-06-14net: rtl8169: add depends on PCIEugen Hristev1-0/+1
2023-06-14net: ldpaa_eth: export DPNI and DPMAC counters through 'net stats'Ioana Ciornei1-4/+40
2023-06-14net: ldpaa_eth: extend debug capabilities with DPMAC statisticsIoana Ciornei2-76/+72
2023-06-14net: ldpaa_eth: extend debug capabilities with DPNI statisticsIoana Ciornei2-54/+82
2023-06-14net: ldpaa_eth: transform dpni_statistics from a struct to a unionIoana Ciornei2-3/+3
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-1/+1
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini5-17/+17
2023-06-12global: Use proper project name U-BootMichal Simek1-1/+1
2023-06-10net: sh_eth: Fix RX error handlingValentine Barshak1-9/+7
2023-06-10net: sh_eth: Workaround cache issuesValentine Barshak1-4/+6
2023-06-10net: sh_eth: Drop reset GPIO handling in favor of common codeMarek Vasut2-17/+1
2023-06-10net: ravb: Drop reset GPIO handling in favor of common codeMarek Vasut2-22/+1
2023-06-10net: phy: Handle reset-delay-us/reset-post-delay-us propertiesMarek Vasut1-0/+8
2023-06-10net: phy: Bind ETH_PHY uclass driver to each new PHYMarek Vasut1-0/+17
2023-06-10net: phy: Unpublish phy_connect_dev()Marek Vasut1-2/+2
2023-06-10net: sunxi_emac: Switch to new U-Boot PHY APIMarek Vasut1-4/+3
2023-06-10net: sh_eth: Switch to new U-Boot PHY APIMarek Vasut1-4/+1
2023-06-10net: pch_gbe: Switch to new U-Boot PHY APIMarek Vasut1-4/+1