summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: Remove ne2000 driverTom Rini2021-05-256-1576/+0
* net: mvpp2: add explicit sgmii-2500 supportMarcin Wojtas2021-05-201-16/+12
* net: mvpp2: allow MDIO registration for fixed linksStefan Chulski2021-05-201-4/+13
* net: mvpp2: fix missing switch case breakBen Peled2021-05-201-0/+2
* net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REGBen Peled2021-05-201-3/+0
* net: mvpp2: AN Bypass in 1000 and 2500 basex modeBen Peled2021-05-201-2/+4
* net: mvpp2: Fix 2.5G GMII_SPEED configurationsStefan Chulski2021-05-201-1/+2
* net: mvpp2: remove redundant SMI address configurationMarcin Wojtas2021-05-201-12/+0
* net: mvpp2: add 1000BaseX and 2500BaseX ppv2 supportStefan Chulski2021-05-201-5/+112
* net: mvpp2: add CP115 port1 10G/5G SFI supportStefan Chulski2021-05-201-58/+17
* net: designware: meson8b: add g12a compatibleNeil Armstrong2021-05-141-0/+1
* net: dwmac_meson8b: do not set TX delay in TXID & RXIDNeil Armstrong2021-05-141-4/+19
* Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-05-121-2/+3
|\
| * net: ti: am65-cpsw-nuss: Add a new compatible for AM64Vignesh Raghavendra2021-05-121-0/+1
| * net: ti: am65-cpsw-nuss: Don't cache disabled port IDVignesh Raghavendra2021-05-121-1/+1
| * net: ti: am65-cpsw-nuss: Prepare to support non primary ext portVignesh Raghavendra2021-05-121-1/+1
* | net: fec: Only unregister MII bus if we registered itSean Anderson2021-05-021-2/+6
* | net: fec: Don't use disabled physSean Anderson2021-05-021-6/+9
|/
* Merge tag 'dm-pull-29apr21' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-04-294-12/+4
|\
| * dm: core: Add address translation in fdt_get_resourcePatrick Delaunay2021-04-294-12/+4
* | Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini2021-04-291-2/+2
|\ \
| * | net: phy: xilinx: Break while loop over ethernet phyMichal Simek2021-04-291-2/+2
* | | net: designware: fix PHY reset with DM_MDIONeil Armstrong2021-04-281-4/+11
| |/ |/|
* | net: sun8i-emac: Fix pinmux setup for Allwinner H5Andre Przywara2021-04-261-2/+6
* | net: jr2: Fix Serdes6G configurationHoratiu Vultur2021-04-221-4/+23
* | net: jr2: Reset switchHoratiu Vultur2021-04-221-1/+15
|/
* net: calxedagmac: Convert to DM_ETHAndre Przywara2021-04-202-64/+135
* net: octeontx: smi: fix mii probeTim Harvey2021-04-201-0/+2
* drivers: net: octeontx: fix QSGMIITim Harvey2021-04-201-13/+7
* net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng2021-04-151-3/+27
* net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng2021-04-151-1/+3
* sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil2021-04-153-0/+189
* net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean2021-04-151-5/+1
* net: phy: fixed: Support the old DT bindingBin Meng2021-04-151-3/+23
* net: phy: fixed: Add the missing ending newlineBin Meng2021-04-151-1/+1
* net: phy: fixed: Make driver ops staticBin Meng2021-04-151-4/+4
* net: phy: Simplify the logic of phy_connect_fixed()Bin Meng2021-04-151-8/+8
* net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng2021-04-152-6/+1
* net: phy: xilinx: Be compatible with live OF treeBin Meng2021-04-152-44/+40
* net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean2021-04-151-6/+0
* net: phy: fixed: Be compatible with live OF treeVladimir Oltean2021-04-152-24/+32
* ppc: Remove Cyrus_P5020 and P5040 boardsTom Rini2021-04-102-2/+0
* ppc: Remove T2081QDS board and ARCH_T2081 supportTom Rini2021-04-102-2/+0
* net: designware: remove amlogic compatiblesNeil Armstrong2021-04-061-3/+0
* net: designware: add Amlogic Meson8b & later glue driverNeil Armstrong2021-04-063-0/+159
* net: add Amlogic Meson G12A MDIO MUX driverNeil Armstrong2021-04-063-0/+157
* net: designware: add DM_MDIO supportNeil Armstrong2021-04-061-1/+92
* net: add MMIO Register MDIO MUX driverNeil Armstrong2021-04-063-0/+137
* net: gem: Fix setting PCS auto-negotiation stateRobert Hancock2021-03-301-8/+17
* net: cortina_ni: buffer overrunHeinrich Schuchardt2021-02-241-1/+1