aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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...WIP/11Oct2022Tom Rini3-11/+16
2022-10-06net: ti: am65-cpsw-nuss: Enable MDIO manual modeRavi Gunasekaran1-1/+22
2022-10-06net: 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-20net: Make DM_ETH be selected by NETDEVICETom Rini1-57/+21
2022-08-20net: ks8851_mll: Remove legacy non-DM_ETH code and callersTom Rini1-75/+0
2022-08-20fsl-mc: Update dependencies for DM_ETHTom Rini1-0/+2
2022-08-20net: 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
2022-08-08net: mpc8xx_fec: Migrate to DM_ETHChristophe Leroy2-91/+99
2022-08-08net: dwc_eth_qos: remove use of DWC_NET_PHYADDRRasmus Villemoes1-3/+0
2022-08-08net: dwc_eth_qos: lift parsing of max-speed DT property to common codeRasmus Villemoes1-2/+2
2022-08-08net: dwc_eth_qos: fix double resource leak in eqos_remove()Rasmus Villemoes1-1/+1
2022-08-08net: dm9000: Correctly handle empty FIFOMarek Vasut1-2/+2
2022-08-08net: phy: marvell: Add support for 88E1240 PHYStefan Roese1-0/+21
2022-08-08net: phy: marvell: Support reg config via "marvell, reg-init" DT propertyStefan Roese1-0/+100
2022-08-04Convert CONFIG_FSL_MEMAC et al to KconfigTom Rini3-1/+8
2022-08-04Convert CONFIG_SYS_FMAN_V3 to KconfigTom Rini1-0/+8
2022-07-26net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddrPeng Fan3-4/+18