1. 931f1d3 Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon May 04 09:29:42 2020 -0400
  2. 4bb0779 net: pcnet: fix I/O primitives for memory access by Daniel Schwierzeck · Sun May 03 19:43:32 2020 +0200
  3. 5539944 net: smc911x: Add DM support by Marek Vasut · Sun Mar 15 17:39:01 2020 +0100
  4. 7b8ee9b net: fec: Add possibility to enable TXC delay by Philippe Schenker · Wed Mar 11 11:52:58 2020 +0100
  5. 3060ecc net: phy: micrel: Add basic support for KSZ9131 by Philippe Schenker · Wed Mar 11 11:59:23 2020 +0100
  6. be98837 net: phy: micrel: Use defines for PHY_IDs and MASK by Philippe Schenker · Wed Mar 11 11:59:22 2020 +0100
  7. cc83018 net: smc911x: Split non-DM specific bits from common code by Marek Vasut · Sun Mar 15 17:25:27 2020 +0100
  8. c70631f net: smc911x: Clean up the status handling in smc911x_recv() by Marek Vasut · Sun Mar 15 17:02:05 2020 +0100
  9. 5905147 net: smc911x: Pass around driver private data by Marek Vasut · Sun Mar 15 15:36:09 2020 +0100
  10. fa8efac net: smc911x: Convert IO accessors to {read,write}{w,l}() by Marek Vasut · Sun Mar 15 14:42:23 2020 +0100
  11. 8577e8c net: smc911x: Drop weak alias from 32bit accessors by Marek Vasut · Sun Mar 15 14:38:59 2020 +0100
  12. 689434e net: smc911x: Inline all functions from header file by Marek Vasut · Sun Mar 15 15:03:07 2020 +0100
  13. 25eb468 net: smc911x: Pull MII registration into separate function by Marek Vasut · Sat Mar 21 17:25:41 2020 +0100
  14. 167c0b6 net: smc911x: Fix potential memleak() in init fail path by Marek Vasut · Sun Mar 15 15:57:14 2020 +0100
  15. 14330e5 net: smc911x: Invert the logic in smc911x_miiphy_{read,write}() by Marek Vasut · Sun Mar 15 15:43:20 2020 +0100
  16. 84358cf net: smc911x: Rename smc911x_rx() to smc911x_recv() by Marek Vasut · Sun Mar 15 15:40:15 2020 +0100
  17. cf61359 net: smc911x: Replace malloc()+memset() with calloc() by Marek Vasut · Sun Mar 15 15:14:18 2020 +0100
  18. 433f0ea net: smc911x: Remove pkt_data_{push,pull} by Marek Vasut · Sun Mar 15 00:08:31 2020 +0100
  19. 7f53256 net: rtl8139: Fill in SPDX tag by Marek Vasut · Sun Apr 12 23:49:25 2020 +0200
  20. 5cf2585 net: rtl8139: Move functions around by Marek Vasut · Sun Apr 12 23:12:11 2020 +0200
  21. 278734b net: rtl8139: Finish cleanup by Marek Vasut · Sun Apr 12 23:01:45 2020 +0200
  22. 0b9aab8 net: rtl8139: Factor out hardware reset by Marek Vasut · Sun Apr 12 22:58:27 2020 +0200
  23. 111bcae net: rtl8139: Minor cleanup of rtl_disable() by Marek Vasut · Sun Apr 12 22:55:40 2020 +0200
  24. 60992ef net: rtl8139: Minor cleanup of rtl_poll() by Marek Vasut · Sun Apr 12 22:43:16 2020 +0200
  25. fbead9a net: rtl8139: Minor cleanup of rtl_transmit() by Marek Vasut · Sun Apr 12 22:40:45 2020 +0200
  26. a51de2b net: rtl8139: Minor cleanup of rtl_reset() by Marek Vasut · Sun Apr 12 21:41:56 2020 +0200
  27. e07aa6d net: rtl8139: Minor cleanup of set_rx_mode() by Marek Vasut · Sun Apr 12 21:35:12 2020 +0200
  28. 6e61bf5 net: rtl8139: Consistently use rtl8139_rx_config by Marek Vasut · Sun Apr 12 21:30:38 2020 +0200
  29. 298b3de net: rtl8139: Minor cleanup of read_eeprom() by Marek Vasut · Sun Apr 12 21:28:30 2020 +0200
  30. 77676d5 net: rtl8139: Rework eeprom_delay() macro by Marek Vasut · Sun Apr 12 21:20:31 2020 +0200
  31. 230d982 net: rtl8139: Register macro cleanup by Marek Vasut · Sun Apr 12 20:47:26 2020 +0200
  32. 091b6db net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptor by Marek Vasut · Mon Mar 23 02:11:46 2020 +0100
  33. e8e5c2b net: dwc_eth_qos: Invalidate RX packet DMA buffer by Marek Vasut · Mon Mar 23 02:09:55 2020 +0100
  34. c4db844 net: dwc_eth_qos: Invalidate RX descriptor before reading by Marek Vasut · Mon Mar 23 02:09:21 2020 +0100
  35. 873f8e4 net: dwc_eth_qos: Flush the RX descriptors on init by Marek Vasut · Mon Mar 23 02:09:01 2020 +0100
  36. f4f1f4d net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointer by Marek Vasut · Mon Mar 23 02:03:50 2020 +0100
  37. d54c98e net: dwc_eth_qos: Fully rewrite RX descriptor field 3 by Marek Vasut · Mon Mar 23 02:02:57 2020 +0100
  38. 091eea8 net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond() by Marek Vasut · Sun Apr 19 04:05:44 2020 +0200
  39. 5e2ad05 net: dc2114x: Reorganize driver by Marek Vasut · Sun Apr 19 04:00:49 2020 +0200
  40. f02b701 net: dc2114x: Clean up INL/OUTL functions by Marek Vasut · Sun Apr 19 03:40:03 2020 +0200
  41. 75244fb net: dc2114x: Clean up DE4X5 macros by Marek Vasut · Sun Apr 19 03:36:46 2020 +0200
  42. 81d10f7 net: dc2114x: Clean up remaining driver code by Marek Vasut · Sun Apr 19 03:09:26 2020 +0200
  43. b46c7a0 net: dc2114x: Clean up SROM operations by Marek Vasut · Sun Apr 19 03:11:06 2020 +0200
  44. e13635a net: dc2114x: Clean up send_setup_frame() by Marek Vasut · Sun Apr 19 03:10:50 2020 +0200
  45. 1f34678 net: dc2114x: Clean up dc21x4x_halt() by Marek Vasut · Sun Apr 19 03:10:30 2020 +0200
  46. f30abb7 net: dc2114x: Clean up dc21x4x_recv() by Marek Vasut · Sun Apr 19 03:10:25 2020 +0200
  47. e3ffef3 net: dc2114x: Clean up dc21x4x_send() by Marek Vasut · Sun Apr 19 03:10:14 2020 +0200
  48. 268cc5b net: dc2114x: Clean up init code by Marek Vasut · Sun Apr 19 03:09:47 2020 +0200
  49. 04235cc net: pcnet: Switch to PCI memory access by Marek Vasut · Sat Apr 18 05:11:05 2020 +0200
  50. 022fedf net: pcnet: Replace mips-specific accessors by Marek Vasut · Sat Apr 18 02:32:19 2020 +0200
  51. 331e4ec net: tulip: Remove CONFIG_TULIP_* by Marek Vasut · Sat Apr 18 01:56:51 2020 +0200
  52. 37f34b3 net: pcnet: Remove CONFIG_PCNET_79C97x by Marek Vasut · Sat Apr 18 01:44:12 2020 +0200
  53. b76b0a6 driver: net: fm: add DM ETH support by Madalin Bucur · Thu Apr 23 16:25:19 2020 +0300
  54. 9d327b0 driver: net: fm: add DM MDIO support by Madalin Bucur · Thu Apr 23 16:25:18 2020 +0300
  55. 248f920 driver: net: fm: separate receive buffer free code by Madalin Bucur · Thu Apr 23 16:25:17 2020 +0300
  56. 11fa7a3 driver: net: fm: change init_phy() param by Madalin Bucur · Thu Apr 23 16:25:16 2020 +0300
  57. 25f7cf7 drivers: net: fsl-mc: add support for CONFIG_DM_ETH by Ioana Ciornei · Wed Mar 18 16:47:38 2020 +0200
  58. 872004f drivers: net: ldpaa: add DTS based probing support by Ioana Ciornei · Wed Mar 18 16:47:37 2020 +0200
  59. 799a443 drivers: net: add Layerscape mEMAC MDIO driver by Ioana Ciornei · Wed Mar 18 16:47:36 2020 +0200
  60. d5d7395 eth: mtk-eth: add mt7531 switch support in mediatek eth driver by developer · Tue Feb 18 16:49:37 2020 +0800
  61. 28ff2ef net: fm: fix build error when not using nand by Francois Gervais · Wed Apr 08 09:48:12 2020 -0400
  62. 5c8db37 net: dwc_eth_qos: implement phy reg and max-speed for stm32 by Patrick Delaunay · Wed Mar 18 10:50:16 2020 +0100
  63. 104dab5 net: dwc_eth_qos: implement reset-gpios for stm32 by Christophe Roullier · Wed Mar 18 10:50:15 2020 +0100
  64. 55ee186 net: zynq-gem: Setup and use mdio base separately by Michal Simek · Mon May 30 10:43:11 2016 +0200
  65. 4757253 net: zynq_gem: Add cache flush to zynq_gem_free_pkt by Ashok Reddy Soma · Sun Feb 23 08:01:29 2020 -0700
  66. d53dd50 net: sh_eth: Init the hardware before PHY access by Marek Vasut · Sat Apr 04 15:01:22 2020 +0200
  67. fc91bdb net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled. by Michal Simek · Thu Mar 26 15:01:29 2020 +0100
  68. b54666e armv8/ls1046ardb: RGMII ports require internal delay by Madalin Bucur · Thu Mar 12 14:53:46 2020 +0200
  69. 7c955cc armv8/ls1043ardb: RGMII ports require internal delay by Madalin Bucur · Thu Mar 12 14:53:45 2020 +0200
  70. fa8f6b4 net: fman: add support for all RGMII delay modes by Madalin Bucur · Thu Mar 12 14:53:44 2020 +0200
  71. 4eb793e net: phy: marvell: Unify 88E151x series phy_driver by Clemens Gruber · Mon Feb 24 20:52:20 2020 +0100
  72. a3a3470 net: phy: dp83867: Add SGMII mode type switching by Michal Simek · Tue Feb 18 13:51:02 2020 +0100
  73. 71a6a60 net: phy: Fix overlong PHY timeout by Andre Przywara · Fri Jan 03 22:08:47 2020 +0000
  74. fd101e1 drivers: net: phy: aquantia: make it less verbose by Alex Marginean · Wed Dec 04 15:32:16 2019 +0200
  75. 3fb44cf drivers: net: phy: aquantia: drop XGMII as a valid system interface proto by Alex Marginean · Wed Dec 04 15:32:15 2019 +0200
  76. b069c4a phy: Include NC-SI in phy setup by Samuel Mendoza-Jonas · Tue Jun 18 11:37:18 2019 +1000
  77. 2325c44 phy: Add support for the NC-SI protocol by Samuel Mendoza-Jonas · Tue Jun 18 11:37:17 2019 +1000
  78. 049c65b net: zynq: Free allocated buffers in case of error by Michal Simek · Thu Feb 06 14:36:46 2020 +0100
  79. c7f95ed net: phy: dp83867: Clean force link good bit by Michal Simek · Thu Feb 06 15:59:23 2020 +0100
  80. 60bf216 net: zynq_gem: Use ulong instead of u32 data type by T Karthik Reddy · Wed Jan 15 02:15:13 2020 -0700
  81. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · Fri Feb 14 16:40:19 2020 +0900
  82. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · Fri Feb 14 16:40:18 2020 +0900
  83. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  84. 4435018 eth: mtk-eth: aarch64: fix build warnings on ethernet-driver by Frank Wunderlich · Fri Jan 31 10:23:29 2020 +0100
  85. 933bb80 eth: mtk-eth: add mt7622 support in mediatek eth driver by developer · Tue Jan 21 19:31:58 2020 +0800
  86. 9a12c24 eth: mtk-eth: add sgmii mode support in mediatek eth driver by developer · Tue Jan 21 19:31:57 2020 +0800
  87. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  88. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  89. d69d595 Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · Wed Feb 05 07:18:12 2020 -0500
  90. 50b91ce net: fix typo by Flavio Suligoi · Wed Jan 29 09:38:56 2020 +0100
  91. 8f656c5 net: Add support for Broadcom GENETv5 Ethernet controller by Amit Singh Tomar · Mon Jan 27 01:14:42 2020 +0000
  92. 529ea1c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Sat Jan 25 12:20:51 2020 -0500
  93. 8f92694 net: macb: Drop local cache flush by Vignesh Raghavendra · Thu Jan 16 14:23:48 2020 +0530
  94. afad2d0 drivers: net: fsl_enetc: fix SXGMII MAC configuration by Alex Marginean · Fri Jan 10 23:32:20 2020 +0200
  95. 1d3e24f drivers: net: fsl_enetc: add write_hwaddr() for LS1028A by Michael Walle · Fri Dec 20 14:16:48 2019 +0100
  96. 8c7188e drivers: net: fsl_enetc: use write_hwaddr() by Michael Walle · Fri Dec 20 14:16:47 2019 +0100
  97. 805b859 drivers: net: fsl_enetc: Pass on primary MAC address to Linux by Alex Marginean · Tue Dec 10 16:55:39 2019 +0200
  98. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  99. 85d6531 common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  100. c40c93e net: zynq: Add a note about RX_BUF macro by Michal Simek · Wed May 22 14:12:20 2019 +0200