summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2020-07-07net: dwc_eth_qos: update the compatible supported for STM32Patrick Delaunay
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-06-29net: pcnet: Add Kconfig entriesMarek Vasut
2020-06-29net: pcnet: Add DM supportMarek Vasut
2020-06-29net: pcnet: Split common and non-DM functionsMarek Vasut
2020-06-29net: pcnet: Wrap name and enetaddr into private dataMarek Vasut
2020-06-29net: pcnet: Wrap iobase into private dataMarek Vasut
2020-06-29net: pcnet: Pass private data through dev->privMarek Vasut
2020-06-29net: pcnet: Wrap devbusfn into private dataMarek Vasut
2020-06-29net: pcnet: Drop useless forward declarationsMarek Vasut
2020-06-29net: pcnet: Move initialize function at the endMarek Vasut
2020-06-29net: pcnet: Move private data allocation to initializeMarek Vasut
2020-06-29net: pcnet: Replace memset+malloc with callocMarek Vasut
2020-06-29net: pcnet: Simplify private data allocationMarek Vasut
2020-06-29net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-29net: pcnet: Drop PCNET_HAS_PROMMarek Vasut
2020-06-29net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-06-24net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder
2020-06-24net: gem: Disable PCS autonegotiation in case of fixed-linkMichal Simek
2020-06-22net: fec: Allow the PHY node to be retrievedFabio Estevam
2020-06-22phy: atheros: ar8035: Fix clock output calculationFabio Estevam
2020-06-20Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into...Tom Rini
2020-06-18net: pcnet: Add Kconfig entriesMarek Vasut
2020-06-18net: pcnet: Add DM supportMarek Vasut
2020-06-18net: pcnet: Split common and non-DM functionsMarek Vasut
2020-06-18net: pcnet: Wrap name and enetaddr into private dataMarek Vasut
2020-06-18net: pcnet: Wrap iobase into private dataMarek Vasut
2020-06-18net: pcnet: Pass private data through dev->privMarek Vasut
2020-06-18net: pcnet: Wrap devbusfn into private dataMarek Vasut
2020-06-18net: pcnet: Drop useless forward declarationsMarek Vasut
2020-06-18net: pcnet: Move initialize function at the endMarek Vasut
2020-06-18net: pcnet: Move private data allocation to initializeMarek Vasut
2020-06-18net: pcnet: Replace memset+malloc with callocMarek Vasut
2020-06-18net: pcnet: Simplify private data allocationMarek Vasut
2020-06-18net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-18net: pcnet: Drop PCNET_HAS_PROMMarek Vasut
2020-06-18net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut
2020-06-18net: eepro100: Add Kconfig entriesMarek Vasut
2020-06-18net: eepro100: Add DM supportMarek Vasut
2020-06-18net: eepro100: Split common parts of non-DM functions outMarek Vasut
2020-06-18net: eepro100: Drop bd_t pointer from read_hw_addr()Marek Vasut
2020-06-18net: eepro100: Add RX/TX rings into the private dataMarek Vasut
2020-06-18net: eepro100: Pass device private data into mdiobusMarek Vasut
2020-06-18net: eepro100: Pass device private data aroundMarek Vasut
2020-06-18net: eepro100: Introduce device private dataMarek Vasut
2020-06-18net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()Marek Vasut
2020-06-18net: eepro100: Drop inline keywordMarek Vasut
2020-06-18net: eepro100: Fix EE_*_CMD macrosMarek Vasut