aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini154-1735/+149
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini154-1735/+149
2024-05-15net: ti: am65-cpsw-nuss: fix error handling for "RX dma add buf failed"Matthias Schiffer1-1/+1
2024-05-15net: ti: am65-cpsw-nuss: avoid errors due to imbalanced start()/stop()Matthias Schiffer1-0/+9
2024-05-08net: Add drivers for Sysnopsys Ethernet 10G deviceBoon Khai Ng5-0/+1709
2024-05-07net: Remove <common.h> and add needed includesTom Rini149-149/+26
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