aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini2022-11-1010-24/+24
* global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini2022-11-109-31/+31
* net: mvneta: Add support for AlleyCat5Chris Packham2022-11-072-2/+43
* treewide: Remove the unnecessary space before semicolonBin Meng2022-11-021-2/+2
* net/ftgmac100: Add NC-SI mode supportSamuel Mendoza-Jonas2022-10-211-4/+10
* net: NC-SI setup and handlingSamuel Mendoza-Jonas2022-10-212-1/+9
* Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo...WIP/11Oct2022Tom Rini2022-10-113-11/+16
|\
| * net: Fix static checker warningsVenkatesh Yadav Abbarapu2022-10-052-1/+6
| * net: emaclite: fix handling for IP packets with specific lengthsSamuel Obuch2022-10-051-1/+3
| * net: emaclite: fix xemaclite_alignedread/write functionsSamuel Obuch2022-10-051-5/+4
| * net: emaclite: enable for more architecturesSamuel Obuch2022-10-051-4/+3
* | net: ti: am65-cpsw-nuss: Enable MDIO manual modeRavi Gunasekaran2022-10-061-1/+22
* | net: ti: cpsw-mdio: Add workaround for errata i2329Ravi Gunasekaran2022-10-065-8/+258
|/
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-295-5/+5
* blk: Rename if_type to uclass_idSimon Glass2022-09-252-7/+7
* net: mediatek: add support for MediaTek MT7981/MT7986Weijie Gao2022-09-232-0/+32
* net: mediatek: add support for PDMA v2Weijie Gao2022-09-232-21/+86
* net: mediatek: stop using bitfileds for DMA descriptorsWeijie Gao2022-09-232-96/+80
* net: mediatek: use a struct to cover variations of all SoCsWeijie Gao2022-09-232-17/+64
* Merge branch 'master' into nextTom Rini2022-09-194-67/+29
|\
| * net: fm: Add support for FIT firmwareSean Anderson2022-09-071-0/+18
| * net: Convert fit verification to use fit_get_data_*Sean Anderson2022-09-072-66/+4
| * net: enetc: Fix use after free issue in fsl_enetc.cSiarhei Yasinski2022-09-061-1/+7
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-182-17/+17
* | net: gem: Check rate before setting it upMichal Simek2022-09-131-4/+7
|/
* net: Make DM_ETH be selected by NETDEVICEWIP/2022-08-20-enforce-DM_ETH-migrationTom Rini2022-08-201-57/+21
* net: ks8851_mll: Remove legacy non-DM_ETH code and callersTom Rini2022-08-201-75/+0
* fsl-mc: Update dependencies for DM_ETHTom Rini2022-08-201-0/+2
* net: lpc32xx_eth.c ethernet driverTom Rini2022-08-203-657/+0
* net: Remove smc91111 ethernet driverWIP/2022-08-12-assorted-updatesTom Rini2022-08-123-1940/+0
* Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini2022-08-121-0/+4
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32WIP/2022-08-08-networking-updatesPatrice Chotard2022-08-081-0/+1
* net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186Patrice Chotard2022-08-081-0/+1
* net: ave: Add capability of rgmii-id modeKunihiko Hayashi2022-08-081-1/+13
* net: phy: possible NULL dereference in fixed_phy_create()Heinrich Schuchardt2022-08-081-3/+3
* net: dwc_eth_qos: cosmetic: reorder include filesPatrick Delaunay2022-08-081-1/+1
* net: phy: Remove inline definitions from convinience functionsRamon Fried2022-08-081-0/+174
* net: ftgmac100: use bus name in mdio error messagesZev Weiss2022-08-081-2/+2
* net: nuvoton : Add NPCM7xx EMAC driverJim Liu2022-08-083-0/+751
* net: mpc8xx_fec: Migrate to DM_ETHChristophe Leroy2022-08-082-91/+99
* net: dwc_eth_qos: remove use of DWC_NET_PHYADDRRasmus Villemoes2022-08-081-3/+0
* net: dwc_eth_qos: lift parsing of max-speed DT property to common codeRasmus Villemoes2022-08-081-2/+2
* net: dwc_eth_qos: fix double resource leak in eqos_remove()Rasmus Villemoes2022-08-081-1/+1
* net: dm9000: Correctly handle empty FIFOMarek Vasut2022-08-081-2/+2
* net: phy: marvell: Add support for 88E1240 PHYStefan Roese2022-08-081-0/+21
* net: phy: marvell: Support reg config via "marvell, reg-init" DT propertyStefan Roese2022-08-081-0/+100
* Convert CONFIG_FSL_MEMAC et al to KconfigTom Rini2022-08-043-1/+8
* Convert CONFIG_SYS_FMAN_V3 to KconfigTom Rini2022-08-041-0/+8
* net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddrPeng Fan2022-07-263-4/+18