summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-231-12/+35
|\
| * net: gem: Fix error path in zynq_gem_probeMichal Simek2021-02-231-4/+4
| * net: gem: Enable ethernet rx clock for versalT Karthik Reddy2021-02-231-6/+27
| * clk: zynq: Add dummy clock enable functionMichal Simek2021-02-231-2/+2
| * net: gem: unregister mdio bus if probe failsMichael Walle2021-02-111-1/+3
* | uec.h: fix COFIG_DM typoRasmus Villemoes2021-02-211-1/+1
* | dm_qe_uec.c: fix indentation in uec_set_mac_if_mode()Rasmus Villemoes2021-02-211-2/+2
* | drivers: net: Add Felix DSA switch driverAlex Marginean2021-02-164-0/+428
* | net: Introduce DSA class for Ethernet switchesClaudiu Manoil2021-02-161-0/+15
* | net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean2021-02-161-0/+31
* | net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean2021-02-161-1/+2
* | image: Adjust the workings of fit_check_format()Simon Glass2021-02-152-2/+2
* | Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1533-2/+34
|\ \
| * | common: Drop asm/global_data.h from common headerSimon Glass2021-02-0233-2/+34
| |/
* | sh: Remove sh7757lcr boardTom Rini2021-02-151-4/+0
* | sh: Remove r7780mp boardTom Rini2021-02-153-211/+0
* | net: eqos: Reduce the MDIO wait timeYe Li2021-02-081-1/+1
* | net: memac_phy: add a timeout to MDIO operationsIoana Ciornei2021-02-081-18/+58
* | net: ftmac100: Cast priv->iobase with uintptr_tBin Meng2021-02-031-5/+5
|/
* net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara2021-01-311-8/+20
* net: sun8i-emac: Always clear syscon EPHY registerAndre Przywara2021-01-311-18/+13
* net: phy: micrel: Try default PHY ofnode firstMarek Vasut2021-01-271-2/+7
* net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang2021-01-274-0/+144
* net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCsAaron Tseng2021-01-274-0/+1512
* net: e1000: Add missing address translationsStefan Roese2021-01-271-5/+5
* net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()Stefan Roese2021-01-271-7/+1
* net: e1000: Remove unused bus_to_phys() macroStefan Roese2021-01-271-2/+0
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-01-251-0/+3
|\
| * net: sun8i-emac: Allow all RGMII PHY modesAndre Przywara2021-01-251-0/+3
* | Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2021-01-253-0/+1235
|\ \ | |/ |/|
| * net: add ethernet driver for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+1235
* | Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-01-252-15/+150
|\ \ | |/ |/|
| * net: macb: take into account all RGMII interface typesClaudiu Beznea2021-01-221-1/+4
| * net: macb: add support for sama7g5 emacClaudiu Beznea2021-01-221-0/+9
| * net: macb: add support for sama7g5 gmacClaudiu Beznea2021-01-221-0/+33
| * net: macb: check clk_set_rate return value to be negativeClaudiu Beznea2021-01-221-1/+1
| * net: macb: add user io config data structureClaudiu Beznea2021-01-221-12/+41
| * net: phy: micrel: fix typoClaudiu Beznea2021-01-191-1/+1
| * net: phy: micrel: add support for DLL setup on ksz9131Claudiu Beznea2021-01-191-1/+62
* | net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut2021-01-191-78/+51
* | net: ks8851: Reset internal RXFC count on bad packetMarek Vasut2021-01-191-1/+2
* | net: ftgmac100: Read and retain MAC addressHongwei Zhang2021-01-191-0/+32
* | net: e1000: implement eth_write_hwaddr for DM_ETHIan Ray2021-01-191-3/+14
|/