summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2020-06-18Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2020-06-16net: cpsw: Add __maybe_unused to generated inlinesTom Rini
2020-06-12net: rtl8139: Add DM supportMarek Vasut
2020-06-12net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut
2020-06-12net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-12net: rtl8139: Split out common and non-DM functionsMarek Vasut
2020-06-12net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut
2020-06-12net: rtl8139: Introduce device private dataMarek Vasut
2020-06-12net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut
2020-06-12net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut
2020-06-12net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut
2020-06-12net: rtl8139: Factor out device name assignmentMarek Vasut
2020-06-12net: phy: Add DP8382x phy registration to TI PHY initDan Murphy
2020-06-12net: phy: Add support for TI PHY initDan Murphy
2020-06-12net: phy: add phyid search in vendor specific spaceFlorin Chiculita
2020-06-12net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren
2020-06-12net: phy: micrel: ksz8061 implement errata 80000688A fixBryan O'Donoghue
2020-06-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini
2020-06-04net: tsec: Access TBI PHY through the corresponding MIIHou Zhiqiang
2020-06-04net: tsec: Access eTSEC registers using virtual addressHou Zhiqiang
2020-06-04net: tsec: fsl_mdio: add DM MDIO supportMadalin Bucur
2020-06-03drivers: net: e1000: with DM_ETH needs DM_PCI tooMadalin Bucur
2020-06-01net: sun8i_emac: Add support for the H6 variantSamuel Holland
2020-06-01net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland
2020-05-22net: ks8851: Add Kconfig entriesMarek Vasut
2020-05-22net: ks8851: Add DM supportMarek Vasut
2020-05-22net: ks8851: Receive one packet per recv callMarek Vasut
2020-05-22net: ks8851: Split non-DM specific bits from common codeMarek Vasut
2020-05-22net: ks8851: Pass around driver private dataMarek Vasut
2020-05-22net: ks8851: Checkpatch cleanupMarek Vasut
2020-05-22net: ks8851: Clean up chip ID readoutMarek Vasut
2020-05-22net: ks8851: Remove type_frame_headMarek Vasut
2020-05-22net: ks8851: Trim down struct ks_netMarek Vasut
2020-05-22net: ks8851: Use 16bit RXQCR accessMarek Vasut
2020-05-22net: ks8851: Remove RXQCR cacheMarek Vasut
2020-05-22net: ks8851: Replace malloc()+memset() with calloc()Marek Vasut
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2020-05-19net: fsl-mc: fixup DPC: add /board/ports node if missingRazvan Ionut Cirjan
2020-05-19drivers: net: fsl-mc: fixup msi-map propertyLaurentiu Tudor
2020-05-19driver: net: fm: minor fix in DM ETH supportMadalin Bucur
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner