1. a50bca1 net: mvpp2: fix second cp110 initialization by Sven Auhagen · Wed Jul 01 17:43:43 2020 +0200
  2. 240bfb1 net: smc911x: Properly handle EEPROM MAC address by Andre Przywara · Thu Jun 11 12:03:17 2020 +0100
  3. 03d6edb net: designware: s700: Add glue code for S700 mac by Amit Singh Tomar · Sat May 09 19:55:12 2020 +0530
  4. 4f21b2a net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx timings by Amit Singh Tomar · Sat May 09 19:55:11 2020 +0530
  5. 7e7c105 net: phy: realtek: Add support for RTL8201F PHY module. by Amit Singh Tomar · Sat May 09 19:55:10 2020 +0530
  6. a0466f6 net: dwc_eth_qos: update the compatible supported for STM32 by Patrick Delaunay · Thu May 14 15:00:23 2020 +0200
  7. d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · Tue Jun 30 11:43:18 2020 -0400
  8. b1f83a6 net: pcnet: Add Kconfig entries by Marek Vasut · Sun May 17 18:24:25 2020 +0200
  9. 978733b net: pcnet: Add DM support by Marek Vasut · Sun May 17 18:24:24 2020 +0200
  10. 0bc035f net: pcnet: Split common and non-DM functions by Marek Vasut · Sun May 17 18:24:23 2020 +0200
  11. c48ad6f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · Sun May 17 18:24:22 2020 +0200
  12. 0a042d1 net: pcnet: Wrap iobase into private data by Marek Vasut · Sun May 17 18:24:21 2020 +0200
  13. 292cf50 net: pcnet: Pass private data through dev->priv by Marek Vasut · Sun May 17 18:24:20 2020 +0200
  14. fd899d2 net: pcnet: Wrap devbusfn into private data by Marek Vasut · Sun May 17 18:24:19 2020 +0200
  15. 9250b37 net: pcnet: Drop useless forward declarations by Marek Vasut · Sun May 17 18:24:18 2020 +0200
  16. 34c00e9 net: pcnet: Move initialize function at the end by Marek Vasut · Sun May 17 18:24:17 2020 +0200
  17. 017fe00 net: pcnet: Move private data allocation to initialize by Marek Vasut · Sun May 17 18:24:16 2020 +0200
  18. 9b2f30c net: pcnet: Replace memset+malloc with calloc by Marek Vasut · Sun May 17 18:24:15 2020 +0200
  19. 1fbd423 net: pcnet: Simplify private data allocation by Marek Vasut · Sun May 17 18:24:14 2020 +0200
  20. ab3be70 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · Sun May 17 18:24:13 2020 +0200
  21. 08aac4b net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · Sun May 17 18:24:12 2020 +0200
  22. e549f0f net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · Sun May 17 18:24:11 2020 +0200
  23. 76f44298 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · Thu Jun 04 23:11:53 2020 +0800
  24. 3114d21 Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Jun 25 09:33:39 2020 -0400
  25. 70ab943 net: xilinx: axi_emac: Fix endless loop when no PHYs are connected by Patrick van Gelder · Wed Jun 03 14:18:04 2020 +0200
  26. 43d9972 net: gem: Disable PCS autonegotiation in case of fixed-link by Michal Simek · Wed May 13 08:05:01 2020 -0600
  27. c9eb520 net: fec: Allow the PHY node to be retrieved by Fabio Estevam · Thu Jun 18 20:21:18 2020 -0300
  28. 8b10c00 phy: atheros: ar8035: Fix clock output calculation by Fabio Estevam · Thu Jun 18 20:21:17 2020 -0300
  29. f0151a9 Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · Sat Jun 20 18:52:51 2020 -0400
  30. 7275b62 net: pcnet: Add Kconfig entries by Marek Vasut · Sun May 17 18:14:17 2020 +0200
  31. cf8ec98 net: pcnet: Add DM support by Marek Vasut · Sun May 17 17:43:22 2020 +0200
  32. 03304cc net: pcnet: Split common and non-DM functions by Marek Vasut · Sun May 17 17:28:31 2020 +0200
  33. 5cfe7be net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · Sun May 17 17:04:19 2020 +0200
  34. f7377ad net: pcnet: Wrap iobase into private data by Marek Vasut · Sun May 17 17:00:42 2020 +0200
  35. f387771 net: pcnet: Pass private data through dev->priv by Marek Vasut · Sun May 17 16:47:07 2020 +0200
  36. 2b1c26a net: pcnet: Wrap devbusfn into private data by Marek Vasut · Sun May 17 16:31:04 2020 +0200
  37. 47b2357 net: pcnet: Drop useless forward declarations by Marek Vasut · Sun May 17 16:28:41 2020 +0200
  38. 2ba0a68 net: pcnet: Move initialize function at the end by Marek Vasut · Sun May 17 16:31:41 2020 +0200
  39. ff69987 net: pcnet: Move private data allocation to initialize by Marek Vasut · Sun May 17 16:26:00 2020 +0200
  40. 3587d0b net: pcnet: Replace memset+malloc with calloc by Marek Vasut · Sun May 17 16:26:57 2020 +0200
  41. 60675d4 net: pcnet: Simplify private data allocation by Marek Vasut · Sun May 17 16:16:45 2020 +0200
  42. e2ea361 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · Sun May 17 17:33:17 2020 +0200
  43. 0c6a775 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · Sun May 17 18:12:19 2020 +0200
  44. b346e1b net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · Sun May 17 15:10:41 2020 +0200
  45. 2dcaf85 net: eepro100: Add Kconfig entries by Marek Vasut · Sat May 23 18:07:53 2020 +0200
  46. cbc44b8 net: eepro100: Add DM support by Marek Vasut · Sat May 23 16:26:20 2020 +0200
  47. 0ea22ba net: eepro100: Split common parts of non-DM functions out by Marek Vasut · Sat May 23 17:28:20 2020 +0200
  48. addde61 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · Sat May 23 17:20:39 2020 +0200
  49. d443d2d net: eepro100: Add RX/TX rings into the private data by Marek Vasut · Sat May 23 17:13:26 2020 +0200
  50. 4448e60 net: eepro100: Pass device private data into mdiobus by Marek Vasut · Sat May 23 17:55:50 2020 +0200
  51. 3334669 net: eepro100: Pass device private data around by Marek Vasut · Sat May 23 17:10:03 2020 +0200
  52. 13beaa8 net: eepro100: Introduce device private data by Marek Vasut · Sat May 23 16:49:07 2020 +0200
  53. c62e024 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · Sat May 23 16:38:41 2020 +0200
  54. 8784dd3 net: eepro100: Drop inline keyword by Marek Vasut · Sat May 23 16:27:37 2020 +0200
  55. f9cc66a net: eepro100: Fix EE_*_CMD macros by Marek Vasut · Sat May 23 16:23:28 2020 +0200
  56. d68d272 net: eepro100: Factor out MII registration by Marek Vasut · Sat May 23 16:20:25 2020 +0200
  57. e6ad81c net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · Sat May 23 16:13:30 2020 +0200
  58. f7fee91 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · Sat May 23 15:11:30 2020 +0200
  59. 2110c65 net: eepro100: Reorder functions in the driver by Marek Vasut · Sat May 23 15:07:30 2020 +0200
  60. 7ad665f net: eepro100: Remove volatile misuse by Marek Vasut · Sat May 23 15:02:47 2020 +0200
  61. 7efcae4 net: eepro100: Add cache management by Marek Vasut · Sat May 23 14:55:26 2020 +0200
  62. d2139bb net: eepro100: Factor out tx_ring command issuing by Marek Vasut · Sat May 23 14:30:31 2020 +0200
  63. 4020a8e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · Sat May 23 14:26:16 2020 +0200
  64. d1c5f31 net: eepro100: Use standard I/O accessors by Marek Vasut · Sat May 23 14:14:45 2020 +0200
  65. 447271b net: eepro100: Fix camelcase by Marek Vasut · Sat May 23 13:52:50 2020 +0200
  66. c035910 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · Sat May 23 13:45:41 2020 +0200
  67. a2cf21c net: eepro100: Fix indented label by Marek Vasut · Sat May 23 13:26:50 2020 +0200
  68. 1189341 net: eepro100: Fix pointer location by Marek Vasut · Sat May 23 13:23:13 2020 +0200
  69. 60560d0 net: eepro100: Fix parenthesis alignment by Marek Vasut · Sat May 23 13:21:43 2020 +0200
  70. 323b64b net: eepro100: Fix braces by Marek Vasut · Sat May 23 13:20:14 2020 +0200
  71. e4211ed net: eepro100: Fix spacing by Marek Vasut · Sat May 23 13:17:03 2020 +0200
  72. 6659920 net: eepro100: Use plain debug() by Marek Vasut · Sat May 23 13:11:48 2020 +0200
  73. dc83bfe net: eepro100: Clean up comments by Marek Vasut · Sat May 23 12:49:16 2020 +0200
  74. 4b097d0 net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · Sat May 23 13:06:48 2020 +0200
  75. 28a5a74 Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · Thu Jun 18 10:07:49 2020 -0400
  76. f4a0948 net: cpsw: Add __maybe_unused to generated inlines by Tom Rini · Thu Jun 04 16:05:32 2020 -0400
  77. 922a9ca net: rtl8139: Add DM support by Marek Vasut · Sat May 09 22:34:44 2020 +0200
  78. fce51f2 net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · Sat May 09 22:34:43 2020 +0200
  79. ac3f000 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · Sat May 09 22:34:42 2020 +0200
  80. d9dd2a8 net: rtl8139: Split out common and non-DM functions by Marek Vasut · Sat May 09 22:34:41 2020 +0200
  81. a7c1295 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · Sat May 09 22:34:40 2020 +0200
  82. 775b067 net: rtl8139: Introduce device private data by Marek Vasut · Sat May 09 22:34:39 2020 +0200
  83. b1d652f net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · Sat May 09 22:34:38 2020 +0200
  84. 6826194 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · Sat May 09 22:34:37 2020 +0200
  85. c4840a0 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · Sat May 09 22:34:36 2020 +0200
  86. 66ed9fc net: rtl8139: Factor out device name assignment by Marek Vasut · Sat May 09 22:34:35 2020 +0200
  87. 3434cd7 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · Mon May 04 16:14:40 2020 -0500
  88. 8b8d73a net: phy: Add support for TI PHY init by Dan Murphy · Mon May 04 16:14:39 2020 -0500
  89. 0439bee net: phy: add phyid search in vendor specific space by Florin Chiculita · Wed Apr 29 14:25:48 2020 +0300
  90. f9f4a1c net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · Thu Mar 26 15:59:13 2020 -0700
  91. a8267d4 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · Thu Mar 26 03:54:01 2020 +0000
  92. 7e069ee Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · Mon Jun 08 08:51:59 2020 -0400
  93. 53907d5 net: tsec: Access TBI PHY through the corresponding MII by Hou Zhiqiang · Sun May 03 22:48:43 2020 +0800
  94. 7b69ce7 net: tsec: Access eTSEC registers using virtual address by Hou Zhiqiang · Sun May 03 22:48:42 2020 +0800
  95. dbfdad6 net: tsec: fsl_mdio: add DM MDIO support by Madalin Bucur · Thu Apr 30 15:59:59 2020 +0300
  96. 5fd3ff7 drivers: net: e1000: with DM_ETH needs DM_PCI too by Madalin Bucur · Wed Apr 29 08:26:17 2020 +0300
  97. 3386e9a net: sun8i_emac: Add support for the H6 variant by Samuel Holland · Thu May 07 18:10:51 2020 -0500
  98. 97f2cf1 net: sun8i_emac: Use consistent clock bitfield definitions by Samuel Holland · Thu May 07 18:10:50 2020 -0500
  99. f462228 net: ks8851: Add Kconfig entries by Marek Vasut · Wed Mar 25 19:08:59 2020 +0100
  100. f5d054b net: ks8851: Add DM support by Marek Vasut · Wed Mar 25 18:00:35 2020 +0100