summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini3-11/+162
2020-06-04net: tsec: Access TBI PHY through the corresponding MIIHou Zhiqiang1-4/+21
2020-06-04net: tsec: Access eTSEC registers using virtual addressHou Zhiqiang1-3/+8
2020-06-04net: tsec: fsl_mdio: add DM MDIO supportMadalin Bucur1-6/+134
2020-06-03drivers: net: e1000: with DM_ETH needs DM_PCI tooMadalin Bucur1-0/+1
2020-06-01net: sun8i_emac: Add support for the H6 variantSamuel Holland1-4/+10
2020-06-01net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland1-3/+3
2020-05-22net: ks8851: Add Kconfig entriesMarek Vasut1-0/+14
2020-05-22net: ks8851: Add DM supportMarek Vasut1-0/+103
2020-05-22net: ks8851: Receive one packet per recv callMarek Vasut1-29/+36
2020-05-22net: ks8851: Split non-DM specific bits from common codeMarek Vasut1-16/+44
2020-05-22net: ks8851: Pass around driver private dataMarek Vasut1-124/+133
2020-05-22net: ks8851: Checkpatch cleanupMarek Vasut1-9/+10
2020-05-22net: ks8851: Clean up chip ID readoutMarek Vasut1-19/+2
2020-05-22net: ks8851: Remove type_frame_headMarek Vasut1-29/+7
2020-05-22net: ks8851: Trim down struct ks_netMarek Vasut1-61/+9
2020-05-22net: ks8851: Use 16bit RXQCR accessMarek Vasut1-13/+4
2020-05-22net: ks8851: Remove RXQCR cacheMarek Vasut1-9/+6
2020-05-22net: ks8851: Replace malloc()+memset() with calloc()Marek Vasut1-6/+3
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-5/+31
2020-05-19net: fsl-mc: fixup DPC: add /board/ports node if missingRazvan Ionut Cirjan1-3/+14
2020-05-19drivers: net: fsl-mc: fixup msi-map propertyLaurentiu Tudor1-1/+16
2020-05-19driver: net: fm: minor fix in DM ETH supportMadalin Bucur1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass45-0/+45
2020-05-19common: Drop linux/delay.h from common headerSimon Glass84-0/+84
2020-05-19Fix some checkpatch warnings in calls to udelay()Simon Glass4-30/+30
2020-05-19common: Drop linux/bug.h from common headerSimon Glass8-0/+8
2020-05-19common: Drop log.h from common headerSimon Glass77-1/+81
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass8-28/+35
2020-05-19common: Drop image.h from common headerSimon Glass7-0/+7
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass32-0/+40
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2-2/+2
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2-2/+2
2020-05-12net: bcmgenet: Don't set ID_MODE_DIS when not using RGMIINicolas Saenz Julienne1-1/+4
2020-05-11Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+4
2020-05-10eQos: Implement the read_rom_hwaddr callbackYe Li1-0/+11
2020-05-10fec: Move imx_get_mac_from_fuse declare to imx fileYe Li1-2/+0
2020-05-10net: eqos: implement callbaks to get interface and set txclk rateFugang Duan1-3/+52
2020-05-10net: dwc_eth_qos: add dwc eqos for imx supportFugang Duan1-14/+171
2020-05-10net: phy: realtek: add rx delay support for RTL8211FFugang Duan1-0/+11
2020-05-10net: Update eQos driver and FEC driver to use eth phy interfacesYe Li2-16/+45
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li3-0/+129
2020-05-10net: fec: add fuse checkPeng Fan1-0/+14
2020-05-09net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii modeMurali Karicheri1-0/+4
2020-05-07phy: atheros: consolidate {ar8031|ar8035}_config()Michael Walle1-27/+3
2020-05-07phy: atheros: ar8035: remove static clock configMichael Walle1-13/+0
2020-05-07phy: atheros: add device tree bindings and configMichael Walle1-2/+222
2020-05-07phy: atheros: move delay config to common functionMichael Walle1-16/+22
2020-05-07phy: atheros: introduce debug read and write functionsMichael Walle1-16/+41