aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-01board: milkv_duo: Add init code for Milk-V Duo ethernetKongyang Liu1-0/+1
2024-04-26rockchip: rk3308: Move cru and grf include files to arch-rockchipJonas Karlman1-1/+1
2024-04-26rockchip: rk3308: Sync device tree from linux v6.8Jonas Karlman1-1/+1
2024-04-19Merge tag 'u-boot-stm32-20240419' of https://source.denx.de/u-boot/custodians...Tom Rini4-166/+333
2024-04-19net: dwc_eth_qos: Add support for st, ext-phyclk propertyMarek Vasut1-3/+27
2024-04-19net: dwc_eth_qos: Add support of STM32MP13xx platformChristophe Roullier3-0/+16
2024-04-19net: dwc_eth_qos: Add DT parsing for STM32MP13xx platformChristophe Roullier1-13/+28
2024-04-19net: dwc_eth_qos: Constify st, eth-* values parsed out of DTMarek Vasut1-11/+7
2024-04-19net: dwc_eth_qos: Use consistent logging printsMarek Vasut1-24/+28
2024-04-19net: dwc_eth_qos: Move log_debug statements on top of case blockMarek Vasut1-4/+4
2024-04-19net: dwc_eth_qos: Use FIELD_PREP for ETH_SEL bitfieldMarek Vasut1-17/+16
2024-04-19net: dwc_eth_qos: Scrub ifdefferyMarek Vasut1-13/+12
2024-04-19net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue codeMarek Vasut1-2/+84
2024-04-19net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_configMarek Vasut3-3/+3
2024-04-19net: dwc_eth_qos: Split STM32 glue into separate fileMarek Vasut4-165/+198
2024-04-12net: designware: Pass all multicast frames in designware driverJim Liu1-0/+5
2024-04-12net: designware: Invalidate RX buffer cache before freeing the DMA descriptorJim Liu1-0/+5
2024-04-12net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()Patrice Chotard1-1/+1
2024-04-12Merge patch series "Introduce ICSSG Ethernet driver"Tom Rini10-0/+2299
2024-04-12net: ti: icssg: Add support sending FDB command to update rx_flow_idMD Danish Anwar4-0/+98
2024-04-12net: ti: icssg: Add ICSSG ethernet driverMD Danish Anwar4-0/+702
2024-04-12net: ti: icssg: Add icssg queues APIs and macrosMD Danish Anwar2-0/+56
2024-04-12net: ti: icssg: Add Firmware config and classification APIs.MD Danish Anwar5-0/+1234
2024-04-12net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver.MD Danish Anwar1-0/+209
2024-04-11net: ti: am65-cpsw: Fix buffer overflowMichael Walle1-2/+2
2024-04-10net: dw_eth_qos: Add missing \n in error messages.Heinrich Schuchardt1-54/+54
2024-03-30net: fec_mxc: Avoid enable regulator failureYe Li1-1/+1
2024-03-26net: phy: Factor out PHY GPIO reset codeMarek Vasut2-32/+60
2024-03-26e1000: add support for i225-ITMarjolaine Amate2-1/+16
2024-03-26net: phy: ncsi: reslove the unaligned access issueJacky Chou1-5/+5
2024-03-26net: phy: ncsi: Correct the endian of the checksumJacky Chou1-1/+1
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