summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-10net: ethoc: Switch to new U-Boot PHY APIMarek Vasut1-5/+3
2023-06-10net: ave: Switch to new U-Boot PHY APIMarek Vasut1-4/+2
2023-06-10net: altera_tsa: Switch to new U-Boot PHY APIMarek Vasut1-7/+1
2023-06-10net: eth-phy: staticize eth_phy_reset()Marek Vasut1-1/+1
2023-05-31arm: Remove ti816x_evm board and ti816x SoC supportTom Rini1-2/+2
2023-05-09Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodi...Tom Rini5-17/+17
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker1-12/+12
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2-2/+2
2023-05-06drivers: use dev_read_addr_index_ptr when cast to pointerJohan Jonker2-3/+3
2023-05-06net: phy: Request rgmii-id phy reset gpio as outputStefan Herbrechtsmeier1-1/+1
2023-05-06net: rtl8169: add minimal support for 8125B variantEugen Hristev1-15/+37
2023-05-06net: phy: dp83867: Explicitly check against sgmiiNishanth Menon1-1/+1
2023-05-06phy: realtek: don't duplicate genphy_startupRasmus Villemoes1-13/+2
2023-05-06phy: broadcom: don't duplicate genphy_startupRasmus Villemoes1-13/+1
2023-05-06net: phy: gmii2rgmii: Support external rgmii-id phyStefan Herbrechtsmeier1-1/+8
2023-05-06Let the EQoS in imx8mp handle fixed-phy too.Elmar Psilog1-3/+15
2023-05-05drivers: net: fsl-mc: fix MAC address fixup procedureIoana Ciornei1-18/+13