aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-26net: hifemac: make some functions staticYang Xiwen1-2/+2
2024-03-26net: hifemac: implement `net stats` needed opsYang Xiwen1-0/+87
2024-03-26net: hifemac: register MDIO bus device for subnodeYang Xiwen1-0/+28
2024-03-26net: hifemac: fix log reportingYang Xiwen1-37/+73
2024-03-26net: hifemac_mdio: use log_msg_ret() correctly, report error by dev_err()Yang Xiwen1-3/+8
2024-03-26net: phy: the NC-SI phy device do not require mdio busJacky Chou1-1/+2
2024-03-26net: phy: Fix signed shift overflowEugeniu Rosca1-2/+2
2024-03-26net: phy: broadcom: Configure LEDs on BCM54210EMarek Vasut1-1/+16
2024-03-26net: phy: ncsi: fixed not nullify the pointers after freeJacky Chou1-1/+4
2024-03-13rockchip: include asm/io.h directly in asm/arch-rockchip/hardware.hQuentin Schulz1-1/+0
2024-03-11Merge tag 'v2024.04-rc4' into nextTom Rini3-2/+13
2024-03-09net: phy: Use PHY MDIO address from DT if availableWIP/09Mar2024Marek Vasut1-0/+3
2024-03-07net: am65-cpsw: cpsw_mdio: Switch to proper DM_MDIO frameworkRoger Quadros5-205/+196
2024-03-05net: mv88e6xxx: fix missing SMI address initializationMarek Mojík1-0/+8
2024-03-02ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_*Marek Vasut1-2/+2
2024-03-02ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type()Marek Vasut1-2/+2
2024-03-02net: macb: Add support for fixed linkBELOUARGA Mohamed1-72/+114
2024-03-01net: mediatek: add support for XGMII interfaceWeijie Gao2-9/+15
2024-03-01net: mediatek: add support for adjusting MDIO clockWeijie Gao2-0/+42
2024-02-12net: designware: Support high memory nodesNils Le Roux1-7/+9
2024-02-08net: phy: nxp-c45-tja11xx: add tja1120 supportRadu Pirea (NXP OSS)1-0/+14
2024-02-08net: phy: nxp-c45-tja11xx: rename nxp_c45_tja11xx structureRadu Pirea (NXP OSS)1-1/+1
2024-02-08net: phy: nxp-c45-tja11xx: read PHY the speed from hardwareRadu Pirea (NXP OSS)1-1/+21
2024-02-08net: phy: nxp-c45-tja11xx: use local definion of featuresRadu Pirea (NXP OSS)1-1/+4
2024-02-04net: designware: Reset eth phy before phy connectJonas Karlman1-0/+7
2024-01-31net: phy: motorcomm: configure pad drive strength registerLukasz Tekieli1-0/+130
2024-01-29treewide: Remove clk_freeSean Anderson9-71/+11
2024-01-29net: sun8i-emac: Add support for fixed-link phyMaksim Kiselev1-5/+2
2024-01-11Merge patch series "net fixes prior lwip"WIP/11Jan2024Tom Rini2-2/+2
2024-01-11driver/net/rtl8139: remove debug printMaxim Uvarov1-1/+1
2024-01-11net/smc911x: fix return from smc911x_sendMaxim Uvarov1-1/+1
2023-12-21global: Drop common.h inclusionTom Rini7-6/+3
2023-12-19net: Add Amlogic GXL MDIO Mux driverNeil Armstrong3-0/+146
2023-12-14Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/14Dec2023-nextTom Rini1-5/+4
2023-12-13net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CGSébastien Szymanski1-0/+14
2023-12-13net: dwc_eth_qos: add i.MX93 supportSébastien Szymanski2-0/+7
2023-12-13net: axi_emac: Use reg property for DMA registersMayuresh Chitale1-5/+4
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini7-16/+6
2023-11-12net: sun8i_emac: Drop DM_GPIO checksSamuel Holland1-10/+0
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon6-6/+6
2023-11-07fsl_qe: Drop common.hTom Rini2-2/+0
2023-11-07m68k: Remove CONFIG_FSLDMAFECTom Rini3-601/+0
2023-11-05net: designware: add DMA offset awarenessBaruch Siach2-11/+21
2023-11-05net: e1000: Drop e1000_eth_ids[]Bin Meng1-6/+0
2023-11-05net: phy: TI DP83869 fix invalid clock delay configurationFrank de Brabander1-21/+32
2023-11-05net: add hifemac_mdio MDIO bus driver for HiSilicon platformYang Xiwen3-0/+125
2023-11-05net: add hifemac Ethernet driver for HiSilicon platformYang Xiwen3-0/+491
2023-11-05net: mv88e6xxx: add Clause 45 supportRobert Marko1-2/+67
2023-11-05net: mv88e6xxx: use generic bitfield macros for MDIORobert Marko1-12/+13
2023-11-05net: ftgmac100: Add reset controlDylan Hung1-0/+12