summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-07-19m68k: Remove M54451EVB boardTom Rini1-6/+0
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini5-2/+574
2021-07-16sandbox: net: Ensure host name is always a valid stringSimon Glass1-1/+1
2021-07-10net: add support for KSZ9477/KSZ9897/KSZ9567 GbE switchTim Harvey3-0/+554
2021-07-10net: fec: add set_promisc functionTim Harvey2-0/+14
2021-07-10net: fec: set phy_of_node properly for fixed-link phyTim Harvey1-1/+5
2021-07-10net: fec: use device sequence vs index when fetching fecTim Harvey1-1/+1
2021-07-08ppc: Remove T4160RDB boardTom Rini2-2/+0
2021-07-08ppc: Remove T1023RBD boards and T1024RDB_SECURE_BOOTTom Rini2-2/+0
2021-07-08m68k: Remove M5475x boardsTom Rini1-4/+0
2021-07-06net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay1-2/+0
2021-07-06net: enetc: propagate the return code from phy_startup() to eth_ops::startVladimir Oltean1-3/+1
2021-07-06net: enetc: force the RGMII MAC speed/duplex instead of using in-band signalingVladimir Oltean2-12/+39
2021-07-06net: enetc: require a PHY device when probingVladimir Oltean1-9/+6
2021-07-06net: smc911x: Determine bus width at runtimeAndre Przywara1-13/+20
2021-07-06net: smc911x: Drop redundant CONFIG_SMC911X_16_BIT Kconfig symbolAndre Przywara2-22/+7
2021-07-06phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)4-0/+358
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-51/+142
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini12-35/+1237
2021-06-28net: xilinx: axi_emac: Add support for 10G/25G AXI ethernetAshok Reddy Soma1-44/+118
2021-06-28net: xilinx: axi_emac: Cleanup of of_to_plat()Ashok Reddy Soma1-15/+32
2021-06-18net: octeontx: smi: use dt live tree APITim Harvey1-13/+11
2021-06-18net: sun8i-emac: fix MDIO frequencyHeinrich Schuchardt1-2/+6
2021-06-18net: synquacer: Add netsec driverJassi Brar3-0/+1143
2021-06-18net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7bDaniil Stas1-12/+1
2021-06-18net: dwc_eth_qos: Fix needless phy auto-negotiation restartsDaniil Stas1-3/+3
2021-06-18net: e1000: do not attempt to set hwaddr for i210 without FLASHTim Harvey2-0/+5
2021-06-18Fix a memory leak issue in the RX port initialization.Hou Zhiqiang1-1/+3
2021-06-17net: tsec: add option to set device max-speed via dtsAleksandar Gerasimovski1-1/+6
2021-06-17armv8: ls1012a: Pass PPFE firmware to Linux through FDTChaitanya Sakinam1-2/+58
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson1-1/+1
2021-06-16ls1012a: net: pfe: remove pfe stop from bootcmdMian Yousaf Kaukab1-1/+1
2021-06-05net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay1-4/+1
2021-05-25net: Remove ne2000 driverTom Rini6-1576/+0
2021-05-20net: mvpp2: add explicit sgmii-2500 supportMarcin Wojtas1-16/+12
2021-05-20net: mvpp2: allow MDIO registration for fixed linksStefan Chulski1-4/+13
2021-05-20net: mvpp2: fix missing switch case breakBen Peled1-0/+2
2021-05-20net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REGBen Peled1-3/+0
2021-05-20net: mvpp2: AN Bypass in 1000 and 2500 basex modeBen Peled1-2/+4
2021-05-20net: mvpp2: Fix 2.5G GMII_SPEED configurationsStefan Chulski1-1/+2
2021-05-20net: mvpp2: remove redundant SMI address configurationMarcin Wojtas1-12/+0
2021-05-20net: mvpp2: add 1000BaseX and 2500BaseX ppv2 supportStefan Chulski1-5/+112
2021-05-20net: mvpp2: add CP115 port1 10G/5G SFI supportStefan Chulski1-58/+17
2021-05-14net: designware: meson8b: add g12a compatibleNeil Armstrong1-0/+1
2021-05-14net: dwmac_meson8b: do not set TX delay in TXID & RXIDNeil Armstrong1-4/+19
2021-05-12Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+3
2021-05-12net: ti: am65-cpsw-nuss: Add a new compatible for AM64Vignesh Raghavendra1-0/+1
2021-05-12net: ti: am65-cpsw-nuss: Don't cache disabled port IDVignesh Raghavendra1-1/+1
2021-05-12net: ti: am65-cpsw-nuss: Prepare to support non primary ext portVignesh Raghavendra1-1/+1
2021-05-02net: fec: Only unregister MII bus if we registered itSean Anderson1-2/+6