aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-07-06net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay
2021-07-06net: enetc: propagate the return code from phy_startup() to eth_ops::startVladimir Oltean
2021-07-06net: enetc: force the RGMII MAC speed/duplex instead of using in-band signalingVladimir Oltean
2021-07-06net: enetc: require a PHY device when probingVladimir Oltean
2021-07-06net: smc911x: Determine bus width at runtimeAndre Przywara
2021-07-06net: smc911x: Drop redundant CONFIG_SMC911X_16_BIT Kconfig symbolAndre Przywara
2021-07-06phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini
2021-06-28net: xilinx: axi_emac: Add support for 10G/25G AXI ethernetAshok Reddy Soma
2021-06-28net: xilinx: axi_emac: Cleanup of of_to_plat()Ashok Reddy Soma
2021-06-18net: octeontx: smi: use dt live tree APITim Harvey
2021-06-18net: sun8i-emac: fix MDIO frequencyHeinrich Schuchardt
2021-06-18net: synquacer: Add netsec driverJassi Brar
2021-06-18net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7bDaniil Stas
2021-06-18net: dwc_eth_qos: Fix needless phy auto-negotiation restartsDaniil Stas
2021-06-18net: e1000: do not attempt to set hwaddr for i210 without FLASHTim Harvey
2021-06-18Fix a memory leak issue in the RX port initialization.Hou Zhiqiang
2021-06-17net: tsec: add option to set device max-speed via dtsAleksandar Gerasimovski
2021-06-17armv8: ls1012a: Pass PPFE firmware to Linux through FDTChaitanya Sakinam
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson
2021-06-16ls1012a: net: pfe: remove pfe stop from bootcmdMian Yousaf Kaukab
2021-06-05net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay
2021-05-25net: Remove ne2000 driverTom Rini
2021-05-20net: mvpp2: add explicit sgmii-2500 supportMarcin Wojtas
2021-05-20net: mvpp2: allow MDIO registration for fixed linksStefan Chulski
2021-05-20net: mvpp2: fix missing switch case breakBen Peled
2021-05-20net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REGBen Peled
2021-05-20net: mvpp2: AN Bypass in 1000 and 2500 basex modeBen Peled
2021-05-20net: mvpp2: Fix 2.5G GMII_SPEED configurationsStefan Chulski
2021-05-20net: mvpp2: remove redundant SMI address configurationMarcin Wojtas
2021-05-20net: mvpp2: add 1000BaseX and 2500BaseX ppv2 supportStefan Chulski
2021-05-20net: mvpp2: add CP115 port1 10G/5G SFI supportStefan Chulski
2021-05-14net: designware: meson8b: add g12a compatibleNeil Armstrong
2021-05-14net: dwmac_meson8b: do not set TX delay in TXID & RXIDNeil Armstrong
2021-05-12Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-05-12net: ti: am65-cpsw-nuss: Add a new compatible for AM64Vignesh Raghavendra
2021-05-12net: ti: am65-cpsw-nuss: Don't cache disabled port IDVignesh Raghavendra
2021-05-12net: ti: am65-cpsw-nuss: Prepare to support non primary ext portVignesh Raghavendra
2021-05-02net: fec: Only unregister MII bus if we registered itSean Anderson
2021-05-02net: fec: Don't use disabled physSean Anderson
2021-04-29Merge tag 'dm-pull-29apr21' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-04-29Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay
2021-04-29net: phy: xilinx: Break while loop over ethernet phyMichal Simek
2021-04-28net: designware: fix PHY reset with DM_MDIONeil Armstrong
2021-04-26net: sun8i-emac: Fix pinmux setup for Allwinner H5Andre Przywara
2021-04-22net: jr2: Fix Serdes6G configurationHoratiu Vultur
2021-04-22net: jr2: Reset switchHoratiu Vultur
2021-04-20net: calxedagmac: Convert to DM_ETHAndre Przywara