summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-06-18net: eepro100: Factor out MII registrationMarek Vasut
2020-06-18net: eepro100: Switch from malloc()+memset() to calloc()Marek Vasut
2020-06-18net: eepro100: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-18net: eepro100: Reorder functions in the driverMarek Vasut
2020-06-18net: eepro100: Remove volatile misuseMarek Vasut
2020-06-18net: eepro100: Add cache managementMarek Vasut
2020-06-18net: eepro100: Factor out tx_ring command issuingMarek Vasut
2020-06-18net: eepro100: Replace purge_tx_ring() with memset()Marek Vasut
2020-06-18net: eepro100: Use standard I/O accessorsMarek Vasut
2020-06-18net: eepro100: Fix camelcaseMarek Vasut
2020-06-18net: eepro100: Fix remaining checkpatch issuesMarek Vasut
2020-06-18net: eepro100: Fix indented labelMarek Vasut
2020-06-18net: eepro100: Fix pointer locationMarek Vasut
2020-06-18net: eepro100: Fix parenthesis alignmentMarek Vasut
2020-06-18net: eepro100: Fix bracesMarek Vasut
2020-06-18net: eepro100: Fix spacingMarek Vasut
2020-06-18net: eepro100: Use plain debug()Marek Vasut
2020-06-18net: eepro100: Clean up commentsMarek Vasut
2020-06-18net: eepro100: Remove EEPRO100_SROM_WRITEMarek Vasut
2020-06-16common: hash: Remove a debug printf statementHarald Seiler
2020-06-13Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini
2020-06-12Merge branch '2020-06-12-next-net' into nextTom Rini
2020-06-12net: move random_port() to dnsBaruch Siach
2020-06-12net: tftp: fix option validation as per RFCsRavik Hasija
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