summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-28net: phy: genphy_init can be staticVladimir Oltean1-1/+1
2021-09-28net: update NXP copyright textVladimir Oltean2-2/+2
2021-09-28net: dsa: felix: propagate the error code from phy_startup()Vladimir Oltean1-3/+1
2021-09-28net: dsa: felix: call phy_config at .port_probe() timeVladimir Oltean1-7/+15
2021-09-28net: dsa: felix: felix_init() can be staticVladimir Oltean1-1/+1
2021-09-28net: tsec: Mark tsec_get_interface as __maybe_unusedRamon Fried1-1/+1
2021-09-21net: remove unused CONFIG_DRIVER_AT91EMAC_*Eugen Hristev2-520/+0
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini3-17/+13
2021-09-14pci: Drop DM_PCISimon Glass2-5/+3
2021-09-14net: Drop DM_PCI check from designware driverSimon Glass1-12/+10
2021-09-04net: Move network rules to drivers/netSimon Glass2-0/+6
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek2-6/+0
2021-08-30global: Remove dead code that starts with CONFIG_[0-9A]Tom Rini1-11/+2
2021-08-18net: cortina: Add support for tfa boot in cortina firmwareKuldeep Singh1-10/+69
2021-08-18configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to KconfigKuldeep Singh1-0/+10
2021-08-09net: fec_mxc: support i.MX8ULPPeng Fan2-2/+2
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass7-16/+16
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass6-18/+17
2021-07-26net: xilinx: axi_mrmac: Add MRMAC driverAshok Reddy Soma4-0/+777
2021-07-24board: synquacer: Initialize SCBM SMMU at board_init()Masami Hiramatsu1-7/+0
2021-07-22net: fsl-mc: fix logically dead codeCosmin-Florin Aluchenesei1-2/+2
2021-07-22drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei1-2/+3
2021-07-22net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: eth-phy: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay1-75/+22
2021-07-22net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay2-50/+1
2021-07-22net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay1-5/+0
2021-07-22net: eth-phy: manage subnode mdio0Patrick Delaunay1-2/+8
2021-07-22net: eth-phy: use dev_dbg and log_noticePatrick Delaunay1-9/+11
2021-07-22net: eth-phy: add support of device tree configuration for gpio resetPatrick Delaunay1-0/+56
2021-07-22net: Use phys_addr_t for SMC net device addressesPeter Hoyes2-2/+2
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