aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-20154-149/+1735
* Merge tag 'v2024.07-rc3' into nextTom Rini2024-05-20154-1735/+149
|\
| * Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-19154-1735/+149
* | net: ti: am65-cpsw-nuss: fix error handling for "RX dma add buf failed"Matthias Schiffer2024-05-151-1/+1
* | net: ti: am65-cpsw-nuss: avoid errors due to imbalanced start()/stop()Matthias Schiffer2024-05-151-0/+9
|/
* net: Add drivers for Sysnopsys Ethernet 10G deviceBoon Khai Ng2024-05-085-0/+1709
* net: Remove <common.h> and add needed includesTom Rini2024-05-07149-149/+26
* board: milkv_duo: Add init code for Milk-V Duo ethernetKongyang Liu2024-05-011-0/+1
* rockchip: rk3308: Move cru and grf include files to arch-rockchipJonas Karlman2024-04-261-1/+1
* rockchip: rk3308: Sync device tree from linux v6.8Jonas Karlman2024-04-261-1/+1
* Merge tag 'u-boot-stm32-20240419' of https://source.denx.de/u-boot/custodians...Tom Rini2024-04-194-166/+333
|\
| * net: dwc_eth_qos: Add support for st, ext-phyclk propertyMarek Vasut2024-04-191-3/+27
| * net: dwc_eth_qos: Add support of STM32MP13xx platformChristophe Roullier2024-04-193-0/+16
| * net: dwc_eth_qos: Add DT parsing for STM32MP13xx platformChristophe Roullier2024-04-191-13/+28
| * net: dwc_eth_qos: Constify st, eth-* values parsed out of DTMarek Vasut2024-04-191-11/+7
| * net: dwc_eth_qos: Use consistent logging printsMarek Vasut2024-04-191-24/+28
| * net: dwc_eth_qos: Move log_debug statements on top of case blockMarek Vasut2024-04-191-4/+4
| * net: dwc_eth_qos: Use FIELD_PREP for ETH_SEL bitfieldMarek Vasut2024-04-191-17/+16
| * net: dwc_eth_qos: Scrub ifdefferyMarek Vasut2024-04-191-13/+12
| * net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue codeMarek Vasut2024-04-191-2/+84
| * net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_configMarek Vasut2024-04-193-3/+3
| * net: dwc_eth_qos: Split STM32 glue into separate fileMarek Vasut2024-04-194-165/+198
|/
* net: designware: Pass all multicast frames in designware driverJim Liu2024-04-121-0/+5
* net: designware: Invalidate RX buffer cache before freeing the DMA descriptorJim Liu2024-04-121-0/+5
* net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()Patrice Chotard2024-04-121-1/+1
* Merge patch series "Introduce ICSSG Ethernet driver"Tom Rini2024-04-1210-0/+2299
|\
| * net: ti: icssg: Add support sending FDB command to update rx_flow_idMD Danish Anwar2024-04-124-0/+98
| * net: ti: icssg: Add ICSSG ethernet driverMD Danish Anwar2024-04-124-0/+702
| * net: ti: icssg: Add icssg queues APIs and macrosMD Danish Anwar2024-04-122-0/+56
| * net: ti: icssg: Add Firmware config and classification APIs.MD Danish Anwar2024-04-125-0/+1234
| * net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver.MD Danish Anwar2024-04-121-0/+209
* | net: ti: am65-cpsw: Fix buffer overflowMichael Walle2024-04-111-2/+2
* | net: dw_eth_qos: Add missing \n in error messages.Heinrich Schuchardt2024-04-101-54/+54
|/
* net: fec_mxc: Avoid enable regulator failureYe Li2024-03-301-1/+1
* net: phy: Factor out PHY GPIO reset codeMarek Vasut2024-03-262-32/+60
* e1000: add support for i225-ITMarjolaine Amate2024-03-262-1/+16
* net: phy: ncsi: reslove the unaligned access issueJacky Chou2024-03-261-5/+5
* net: phy: ncsi: Correct the endian of the checksumJacky Chou2024-03-261-1/+1
* net: hifemac: make some functions staticYang Xiwen2024-03-261-2/+2
* net: hifemac: implement `net stats` needed opsYang Xiwen2024-03-261-0/+87
* net: hifemac: register MDIO bus device for subnodeYang Xiwen2024-03-261-0/+28
* net: hifemac: fix log reportingYang Xiwen2024-03-261-37/+73
* net: hifemac_mdio: use log_msg_ret() correctly, report error by dev_err()Yang Xiwen2024-03-261-3/+8
* net: phy: the NC-SI phy device do not require mdio busJacky Chou2024-03-261-1/+2
* net: phy: Fix signed shift overflowEugeniu Rosca2024-03-261-2/+2
* net: phy: broadcom: Configure LEDs on BCM54210EMarek Vasut2024-03-261-1/+16
* net: phy: ncsi: fixed not nullify the pointers after freeJacky Chou2024-03-261-1/+4
* rockchip: include asm/io.h directly in asm/arch-rockchip/hardware.hQuentin Schulz2024-03-131-1/+0
* Merge tag 'v2024.04-rc4' into nextWIP/11Mar2024-nextTom Rini2024-03-113-2/+13
|\
| * net: phy: Use PHY MDIO address from DT if availableWIP/09Mar2024Marek Vasut2024-03-091-0/+3