summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini3-27/+27
2022-12-05net: xilinx_axi: check PCS/PMA PHY status in setup_phyAndy Chiu1-0/+44
2022-12-05net: xilinx_axi: add PCS/PMA PHYAndy Chiu1-2/+24
2022-11-28phy: add driver for Intel XWAY PHYTim Harvey4-0/+57
2022-11-28net: macb: Fix race caused by flushing unwanted descriptorsYaron Micher1-12/+39
2022-11-28drivers: net: aquantia: fix typosTim Harvey1-4/+4
2022-11-28net: dwc_eth_qos: Add support for bulk RX descriptor cleaningMarek Vasut2-23/+46
2022-11-28net: dwc_eth_qos: Split TX and RX DMA ringsMarek Vasut2-12/+24
2022-11-28liteeth: LiteX Ethernet deviceJoel Stanley3-0/+220
2022-11-22xilinx: common: Remove zynq_board_read_rom_ethaddr()Venkatesh Yadav Abbarapu1-16/+0
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini10-24/+24
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini9-31/+31
2022-11-07net: mvneta: Add support for AlleyCat5Chris Packham2-2/+43
2022-11-02treewide: Remove the unnecessary space before semicolonBin Meng1-2/+2
2022-10-21net/ftgmac100: Add NC-SI mode supportSamuel Mendoza-Jonas1-4/+10
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas2-1/+9
2022-10-11Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo...Tom Rini3-11/+16
2022-10-07net: ti: am65-cpsw-nuss: Enable MDIO manual modeRavi Gunasekaran1-1/+22
2022-10-07net: ti: cpsw-mdio: Add workaround for errata i2329Ravi Gunasekaran5-8/+258
2022-10-05net: Fix static checker warningsVenkatesh Yadav Abbarapu2-1/+6
2022-10-05net: emaclite: fix handling for IP packets with specific lengthsSamuel Obuch1-1/+3
2022-10-05net: emaclite: fix xemaclite_alignedread/write functionsSamuel Obuch1-5/+4
2022-10-05net: emaclite: enable for more architecturesSamuel Obuch1-4/+3
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass5-5/+5
2022-09-25blk: Rename if_type to uclass_idSimon Glass2-7/+7
2022-09-23net: mediatek: add support for MediaTek MT7981/MT7986Weijie Gao2-0/+32
2022-09-23net: mediatek: add support for PDMA v2Weijie Gao2-21/+86
2022-09-23net: mediatek: stop using bitfileds for DMA descriptorsWeijie Gao2-96/+80
2022-09-23net: mediatek: use a struct to cover variations of all SoCsWeijie Gao2-17/+64
2022-09-19Merge branch 'master' into nextTom Rini4-67/+29
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2-17/+17
2022-09-13net: gem: Check rate before setting it upMichal Simek1-4/+7
2022-09-07net: fm: Add support for FIT firmwareSean Anderson1-0/+18
2022-09-07net: Convert fit verification to use fit_get_data_*Sean Anderson2-66/+4
2022-09-06net: enetc: Fix use after free issue in fsl_enetc.cSiarhei Yasinski1-1/+7
2022-08-21net: Make DM_ETH be selected by NETDEVICETom Rini1-57/+21
2022-08-21net: ks8851_mll: Remove legacy non-DM_ETH code and callersTom Rini1-75/+0
2022-08-21fsl-mc: Update dependencies for DM_ETHTom Rini1-0/+2
2022-08-21net: lpc32xx_eth.c ethernet driverTom Rini3-657/+0
2022-08-12net: Remove smc91111 ethernet driverTom Rini3-1940/+0
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini1-0/+4
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32Patrice Chotard1-0/+1
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186Patrice Chotard1-0/+1
2022-08-08net: ave: Add capability of rgmii-id modeKunihiko Hayashi1-1/+13
2022-08-08net: phy: possible NULL dereference in fixed_phy_create()Heinrich Schuchardt1-3/+3
2022-08-08net: dwc_eth_qos: cosmetic: reorder include filesPatrick Delaunay1-1/+1
2022-08-08net: phy: Remove inline definitions from convinience functionsRamon Fried1-0/+174
2022-08-08net: ftgmac100: use bus name in mdio error messagesZev Weiss1-2/+2
2022-08-08net: nuvoton : Add NPCM7xx EMAC driverJim Liu3-0/+751