1. 93e72ac Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogic by Tom Rini · 6 years ago
  2. 71a38a8 net: designware: add meson meson axg compatible by Neil Armstrong · 6 years ago
  3. ec353ad net: designware: add meson meson gxbb compatible by Neil Armstrong · 6 years ago
  4. 9b16ede sun8i_emac: add support for setting EMAC TX/RX delay by Icenowy Zheng · 6 years ago
  5. 79d8127 driver: net: ti: keystone_net: switch to use common mdio lib by Grygorii Strashko · 6 years ago
  6. 4f41cd9 driver: net: ti: cpsw: switch to use common mdio lib by Grygorii Strashko · 6 years ago
  7. 6c4bbcc driver: net: ti: introduce common mdio support library by Grygorii Strashko · 6 years ago
  8. cbec53b driver: net: ti: cpsw: update to use SPDX identifier by Grygorii Strashko · 6 years ago
  9. af0cf21 drivers: net: keystone_net: drop non dm code by Grygorii Strashko · 6 years ago
  10. 6a256a8 configs: net: convert DRIVER_TI_KEYSTONE_NET kconfig by Grygorii Strashko · 6 years ago
  11. ffad5fa driver: net: consolidate ti's code in separate folder by Grygorii Strashko · 6 years ago
  12. 05bbd67 net: phy: mscc: add support for VSC8574 PHY by Quentin Schulz · 6 years ago
  13. b5bca65 net: phy: mscc: factorize part of config function for VSC8584 by Quentin Schulz · 6 years ago
  14. 04087fc net: phy: mscc: add support for VSC8584 PHY by Quentin Schulz · 6 years ago
  15. e6ddacc net: ftgmac100: Add support for the Aspeed SoC by Cédric Le Goater · 6 years ago
  16. 1c0c61e net: ftgmac100: add clock support by Cédric Le Goater · 6 years ago
  17. d0e0b84 net: ftgmac100: handle timeouts when transmitting by Cédric Le Goater · 6 years ago
  18. e766849 net: ftgmac100: convert the RX/TX descriptor arrays by Cédric Le Goater · 6 years ago
  19. 538e75d net: ftgmac100: add MDIO bus and phylib support by Cédric Le Goater · 6 years ago
  20. 591ffd9 net: ftgmac100: use setbits_le32() in the reset method by Cédric Le Goater · 6 years ago
  21. f95de0b net: ftgmac100: convert to driver model by Cédric Le Goater · 6 years ago
  22. 3bd7963 net: ftgmac100: use the aligned() macro by Cédric Le Goater · 6 years ago
  23. f72b4a3 net: ftgmac100: use the BIT() macro by Cédric Le Goater · 6 years ago
  24. c895ef4 net: Add MT7628 ethernet driver by Stefan Roese · 6 years ago
  25. db148f2 powerpc: t1040: Correct RCW EC2 settings by Bin Meng · 6 years ago
  26. 22929e1 drivers: cosmetic: Convert SPDX license tags to Linux Kernel style by Patrick Delaunay · 6 years ago
  27. 58ec4d3 net: fec_mxc: add support for i.MX8X by Anatolij Gustschin · 6 years ago
  28. 18593fa net: mvpp2: increase PHY reset pulse by Baruch Siach · 6 years ago
  29. fa14027 net: mvpp2: fix polarity of PHY reset signal by Baruch Siach · 6 years ago
  30. 0126c64 net: dm: fec: Obtain the transceiver type from the DT by Martin Fuzzey · 6 years ago
  31. ad8c43c net: dm: fec: Support the phy-supply binding by Martin Fuzzey · 6 years ago
  32. 331fcab net: dm: fec: Fix phy-reset-duration clamping and defaults by Martin Fuzzey · 6 years ago
  33. 9b8b918 net: dm: fec: Fix time unit error in phy-reset-duration by Martin Fuzzey · 6 years ago
  34. 30a2c8c net: phy: aquantia: autodetect if firmware needs to be loaded by Jeremy Gebben · 6 years ago
  35. 4506423 net: phy: aquantia: add firmware loading support by Jeremy Gebben · 6 years ago
  36. 1c65010 configs: migrate CONFIG_PHY_AQUANTIA to Kconfig by Jeremy Gebben · 6 years ago
  37. 3dc8093 net: gem: Do not setup any clock for Xilinx SoC Versal by Michal Simek · 6 years ago
  38. ec48b6c arm64: versal: Add support for new Xilinx Versal ACAPs by Michal Simek · 6 years ago
  39. 15f22ac ldpaa_eth.c: Fix warning when PHYLIB is not enabled by Tom Rini · 6 years ago
  40. 1a048cd driver: net: fsl-mc: Add support of multiple phys for dpmac by Pankaj Bansal · 6 years ago
  41. 1ed19a1 driver: net: fsl-mc: initialize dpmac irrespective of phy by Pankaj Bansal · 6 years ago
  42. a3cb534 driver: net: fsl-mc: Modify the dpmac link detection method by Pankaj Bansal · 6 years ago
  43. f259c43 driver: net: fsl-mc: fix error handing in init_phy by Pankaj Bansal · 6 years ago
  44. d75e81d driver: net: fsl-mc: remove unused strcture elements by Pankaj Bansal · 6 years ago
  45. afd6c6b driver: net: fsl-mc: modify the label name by Pankaj Bansal · 6 years ago
  46. 72ff004 test: eth: Add a test for the target being pinged by Joe Hershberger · 6 years ago
  47. 45988da test: eth: Add a test for ARP requests by Joe Hershberger · 6 years ago
  48. 9cbe597 net: sandbox: Add a priv ptr for tests to use by Joe Hershberger · 6 years ago
  49. c67a420 net: sandbox: Allow fake eth to handle more than 1 packet response by Joe Hershberger · 6 years ago
  50. 76a5034 net: sandbox: Share the priv structure with tests by Joe Hershberger · 6 years ago
  51. c7eb733 net: sandbox: Make the fake eth driver response configurable by Joe Hershberger · 6 years ago
  52. e95bb16 net: sandbox: Refactor sandbox send function by Joe Hershberger · 6 years ago
  53. e4ab9a6 net: sandbox: Move disabled flag into priv struct by Joe Hershberger · 6 years ago
  54. 0f347a0 net: phy: ti: Add binding for the CLK_OUT pin muxing by Janine Hagemann · 6 years ago
  55. be71a74 net: phy: ti: Recover from "port mirroring" N/A MODE4 by Janine Hagemann · 6 years ago
  56. fba725f net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driver by Janine Hagemann · 6 years ago
  57. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  58. 339613e net: pch_gbe: Make probe/remove static by Bin Meng · 6 years ago
  59. b06d76f linux/compat.h: Add netdev_### log macros by Bin Meng · 6 years ago
  60. 3d1bd5b net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXID by Janine Hagemann · 6 years ago
  61. 04acabd net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii by Janine Hagemann · 6 years ago
  62. 27f622d Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  63. db947fa net: fman: Support both new and legacy FMan Compatibles by Zhao Qiang · 6 years ago
  64. 7abf923 ls1012a: remove debug info from u-boot log by Pramod Kumar · 6 years ago
  65. 87519a9 driver: net: fsl-mc: Memset MC reserve ram memory before usage by Prabhakar Kushwaha · 6 years ago
  66. a78df40 u-boot: fixup the iommu-map property of fsl-mc node by Nipun Gupta · 6 years ago
  67. c3ced8a ppa/fm/qe: use block layer in ppa/fm/qe driver by Yinbo Zhu · 6 years ago
  68. bbef20d Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  69. 3888c8d net: zynq_gem: Add support for fixed-link phy by Michal Simek · 6 years ago
  70. f213dbb net: zynq_gem: Fix reading of max-speed property by Siva Durga Prasad Paladugu · 6 years ago
  71. e2597be drivers: net: cpsw: add support to update phy address by Sekhar Nori · 6 years ago
  72. d7869b2 Convert CONFIG_MII et al to Kconfig by Adam Ford · 6 years ago
  73. 719afeb Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  74. 215a065 net: designware: socfpga: Add Arria10 extras by Marek Vasut · 6 years ago
  75. c022ec0 fsl/mc: Limit the ethernet name to ETH_NAME_LEN by Pankaj Bansal · 6 years ago
  76. 26026e6 net: zynq_gem: convert to use livetree by Siva Durga Prasad Paladugu · 6 years ago
  77. 41080e1 drivers: net: zynq_gem: fix phy dt node setting by Grygorii Strashko · 6 years ago
  78. d4bb981 drivers: net: cpsw: fix phy dt node setting by Grygorii Strashko · 6 years ago
  79. aadbd97 net: phy: xilinx: switch to use phy_get_ofnode() by Grygorii Strashko · 6 years ago
  80. b8d7ec7 net: phy: dp83867: switch to use phy_get_ofnode() by Grygorii Strashko · 6 years ago
  81. eef0b8a net: phy: add ofnode node to struct phy_device by Grygorii Strashko · 6 years ago
  82. 05b60ac net: phy: Clean up includes of common.h by Joe Hershberger · 6 years ago
  83. 3ab75cf net: phy: dp83867: switch to use ofnode api by Grygorii Strashko · 6 years ago
  84. 63d3192 net: phy: dp83867: add workaround for incorrect RX_CTRL pin strap by Murali Karicheri · 6 years ago
  85. fb73107 net: mvgbe: convert to DM by Chris Packham · 6 years ago
  86. e9bf75c net: mvgbe: prepare for conversion to driver model by Chris Packham · 6 years ago
  87. f40a31e sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces by Joe Hershberger · 6 years ago
  88. b96ced9 sandbox: eth-raw: Make random MAC addresses available to eth-raw by Joe Hershberger · 6 years ago
  89. c9e2caf sandbox: eth-raw: Allow interface to be specified by index by Joe Hershberger · 6 years ago
  90. ac13270 sandbox: eth-raw: Add a function to ask the host about localhost by Joe Hershberger · 6 years ago
  91. 8c7988b net: sandbox-raw: Convert raw eth driver to livetree by Joe Hershberger · 6 years ago
  92. b32dd18 net: sandbox: Convert sandbox mock eth driver to livetree by Joe Hershberger · 6 years ago
  93. c25f406 net: Correct comment in Kconfig by Joe Hershberger · 6 years ago
  94. efd0b79 eth: dm: fec: Add gpio phy reset binding by Michael Trimarchi · 6 years ago
  95. e46d73f net: sun8i-emac: support R40 GMAC by Lothar Felten · 6 years ago
  96. c6a21d6 net: sun8i-emac: set mux and clock by driver data by Lothar Felten · 6 years ago
  97. 2f15743 net: sun8i-emac: fix printing NULL character by Lothar Felten · 6 years ago
  98. 495c70f net: designware: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  99. 318b5d7 net: mvneta: zero Tx descriptors on init by Rabeeh Khoury · 6 years ago
  100. 0f8888b net: mvneta: dcache flush TX descriptors at init by Rabeeh Khoury · 6 years ago