summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-15net: ti: am65-cpsw-nuss: fix error handling for "RX dma add buf failed"Matthias Schiffer
2024-05-15net: ti: am65-cpsw-nuss: avoid errors due to imbalanced start()/stop()Matthias Schiffer
2024-05-08net: Add drivers for Sysnopsys Ethernet 10G deviceBoon Khai Ng
2024-05-07net: Remove <common.h> and add needed includesTom Rini
2024-05-01board: milkv_duo: Add init code for Milk-V Duo ethernetKongyang Liu
2024-04-26rockchip: rk3308: Move cru and grf include files to arch-rockchipJonas Karlman
2024-04-26rockchip: rk3308: Sync device tree from linux v6.8Jonas Karlman
2024-04-19Merge tag 'u-boot-stm32-20240419' of https://source.denx.de/u-boot/custodians...Tom Rini
2024-04-19net: dwc_eth_qos: Add support for st, ext-phyclk propertyMarek Vasut
2024-04-19net: dwc_eth_qos: Add support of STM32MP13xx platformChristophe Roullier
2024-04-19net: dwc_eth_qos: Add DT parsing for STM32MP13xx platformChristophe Roullier
2024-04-19net: dwc_eth_qos: Constify st, eth-* values parsed out of DTMarek Vasut
2024-04-19net: dwc_eth_qos: Use consistent logging printsMarek Vasut
2024-04-19net: dwc_eth_qos: Move log_debug statements on top of case blockMarek Vasut
2024-04-19net: dwc_eth_qos: Use FIELD_PREP for ETH_SEL bitfieldMarek Vasut
2024-04-19net: dwc_eth_qos: Scrub ifdefferyMarek Vasut
2024-04-19net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue codeMarek Vasut
2024-04-19net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_configMarek Vasut
2024-04-19net: dwc_eth_qos: Split STM32 glue into separate fileMarek Vasut
2024-04-12net: designware: Pass all multicast frames in designware driverJim Liu
2024-04-12net: designware: Invalidate RX buffer cache before freeing the DMA descriptorJim Liu
2024-04-12net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()Patrice Chotard
2024-04-12Merge patch series "Introduce ICSSG Ethernet driver"Tom Rini
2024-04-12net: ti: icssg: Add support sending FDB command to update rx_flow_idMD Danish Anwar
2024-04-12net: ti: icssg: Add ICSSG ethernet driverMD Danish Anwar
2024-04-12net: ti: icssg: Add icssg queues APIs and macrosMD Danish Anwar
2024-04-12net: ti: icssg: Add Firmware config and classification APIs.MD Danish Anwar
2024-04-12net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver.MD Danish Anwar
2024-04-11net: ti: am65-cpsw: Fix buffer overflowMichael Walle
2024-04-10net: dw_eth_qos: Add missing \n in error messages.Heinrich Schuchardt
2024-03-30net: fec_mxc: Avoid enable regulator failureYe Li
2024-03-26net: phy: Factor out PHY GPIO reset codeMarek Vasut
2024-03-26e1000: add support for i225-ITMarjolaine Amate
2024-03-26net: phy: ncsi: reslove the unaligned access issueJacky Chou
2024-03-26net: phy: ncsi: Correct the endian of the checksumJacky Chou
2024-03-26net: hifemac: make some functions staticYang Xiwen
2024-03-26net: hifemac: implement `net stats` needed opsYang Xiwen
2024-03-26net: hifemac: register MDIO bus device for subnodeYang Xiwen
2024-03-26net: hifemac: fix log reportingYang Xiwen
2024-03-26net: hifemac_mdio: use log_msg_ret() correctly, report error by dev_err()Yang Xiwen
2024-03-26net: phy: the NC-SI phy device do not require mdio busJacky Chou
2024-03-26net: phy: Fix signed shift overflowEugeniu Rosca
2024-03-26net: phy: broadcom: Configure LEDs on BCM54210EMarek Vasut
2024-03-26net: phy: ncsi: fixed not nullify the pointers after freeJacky Chou
2024-03-13rockchip: include asm/io.h directly in asm/arch-rockchip/hardware.hQuentin Schulz
2024-03-11Merge tag 'v2024.04-rc4' into nextTom Rini
2024-03-09net: phy: Use PHY MDIO address from DT if availableMarek Vasut