1. 3c476d8 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  2. 90d6500 drivers: remove Blackfin specific drivers by Masahiro Yamada · 7 years ago
  3. c1303bf armv8: ls1043a: Drop macro CONFIG_LS1043A by York Sun · 8 years ago
  4. 4a3ab19 armv8: ls2080a: Drop macro CONFIG_LS2080A by York Sun · 8 years ago
  5. b7b24a7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  6. 2dc63f7 gpio: at91_gpio: remove CPU_HAS_PIO3 macro by Wenyou Yang · 8 years ago
  7. 1622559 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  8. 0897950 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  9. 4d555ae sun8i_emac: configure PHY reset GPIO via DM by Philipp Tomsich · 8 years ago
  10. 01abae4 Remove various unused interrupt related code by Tom Rini · 8 years ago
  11. d53ecad Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  12. 936478e SPARC: Remove by Tom Rini · 8 years ago
  13. ea3310e Blackfin: Remove by Tom Rini · 8 years ago
  14. 7b82a22 sunxi: prepare for sharing MACH_SUN8I_H3 config symbol by Andre Przywara · 8 years ago
  15. 1f08aa1 net: gmac_rockchip: Add support for the RK3399 GMAC by Philipp Tomsich · 8 years ago
  16. f532703 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 8 years ago
  17. 797f165 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  18. fbaa266 net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool by Stefan Roese · 8 years ago
  19. fb64072 net: mvpp2: Configure SMI PHY address needed for PHY polling by Stefan Roese · 8 years ago
  20. 3e3cbb4 net: mvpp2: Enable PHY polling mode on PPv2.2 by Stefan Roese · 8 years ago
  21. 025e592 net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID by Stefan Roese · 8 years ago
  22. 2fe2304 net: mvpp2: Add GoP and NetC support for port 0 (SFI) by Stefan Roese · 8 years ago
  23. 31aa1e3 net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII) by Stefan Roese · 8 years ago
  24. 9acb7da net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII by Stefan Roese · 8 years ago
  25. 66b11cc net: mvpp2: Restructure probe / init functions by Stefan Roese · 8 years ago
  26. ff572c6 net: mvpp2: Add RX and TX FIFO configuration for PPv2.2 by Stefan Roese · 8 years ago
  27. c9607c9 net: mvpp2: Handle eth device naming in multi-CP case correctly by Stefan Roese · 8 years ago
  28. e7935c4 net: mvpp2: Enable compilation for Armada 7K/8K platforms by Stefan Roese · 8 years ago
  29. 30edc37 net: mvpp2.c: Clear all buffer / descriptor areas before usage by Stefan Roese · 8 years ago
  30. 1fabbd0 net: mvpp2: Move probe function from MISC to ETH DM driver by Stefan Roese · 8 years ago
  31. 0a61e9a net: mvpp2: Add MDIO support for PPv2.2 by Stefan Roese · 8 years ago
  32. a83a641 net: mvpp2: finally add the PPv2.2 compatible string by Thomas Petazzoni · 8 years ago
  33. 09b3f94 net: mvpp2: adapt rxq distribution to PPv2.2 by Thomas Petazzoni · 8 years ago
  34. bc0bbf4 net: mvpp2: rework RXQ interrupt group initialization for PPv2.2 by Thomas Petazzoni · 8 years ago
  35. cdf7779 net: mvpp2: add AXI bridge initialization for PPv2.2 by Thomas Petazzoni · 8 years ago
  36. 7c7311f net: mvpp2: handle misc PPv2.1/PPv2.2 differences by Thomas Petazzoni · 8 years ago
  37. 26a5278 net: mvpp2: handle register mapping and access for PPv2.2 by Thomas Petazzoni · 8 years ago
  38. 80350f5 net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2 by Thomas Petazzoni · 8 years ago
  39. b8c8e6f net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2 by Thomas Petazzoni · 8 years ago
  40. 8f3e4c3 net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2 by Thomas Petazzoni · 8 years ago
  41. c8feeb2 net: mvpp2: adjust the allocation/free of BM pools for PPv2.2 by Thomas Petazzoni · 8 years ago
  42. f50a011 net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors by Thomas Petazzoni · 8 years ago
  43. 9a6db0b net: mvpp2: introduce an intermediate union for the TX/RX descriptors by Thomas Petazzoni · 8 years ago
  44. 16a9898 net: mvpp2: add hw_version field in "struct mvpp2" by Thomas Petazzoni · 8 years ago
  45. cfa414a net: mvpp2: add and use accessors for TX/RX descriptors by Thomas Petazzoni · 8 years ago
  46. cd9ee19 net: mvpp2: store physical address of buffer in rx_desc->buf_cookie by Thomas Petazzoni · 8 years ago
  47. 15f4df3 net: mvpp2: remove support for buffer header by Thomas Petazzoni · 8 years ago
  48. 4dae32e net: mvpp2: use "dma" instead of "phys" where appropriate by Thomas Petazzoni · 8 years ago
  49. a7c28ff net: mvpp2: enable building on 64-bit platforms (more U-Boot specific) by Stefan Roese · 8 years ago
  50. d1d075a net: mvpp2: enable building on 64-bit platforms by Thomas Petazzoni · 8 years ago
  51. c0abc76 net: mvpp2: simplify MVPP2_PRS_RI_* definitions by Thomas Petazzoni · 8 years ago
  52. 6b28f42 net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT by Thomas Petazzoni · 8 years ago
  53. dbeb6de net: mvpp2: remove unused register definitions by Thomas Petazzoni · 8 years ago
  54. f1060f0 net: mvpp2: simplify mvpp2_bm_bufs_add() by Thomas Petazzoni · 8 years ago
  55. f811e04 net: mvpp2: Round up top tx buffer boundaries for dcache ops by Stefan Roese · 8 years ago
  56. 3fbeb52 mvebu: neta: a37xx: Add fixed link support to neta driver by Konstantin Porotchkin · 8 years ago
  57. 2a4d94d mvebu: neta: Add support for board init function by Konstantin Porotchkin · 8 years ago
  58. 1b7dba9 arm: fsl-layerscape: Move QSGMII wriop_init to SoC file by Prabhakar Kushwaha · 8 years ago
  59. db40c1a drivers/net/phy: add fixed-phy / fixed-link support by Hannes Schmelzer · 8 years ago
  60. 5c624b9 net: fix cache misaligned issue in Broadcom SF2 driver by Suji Velupillai · 8 years ago
  61. ace1520 net: sunxi-emac: Write HW address via function by oliver@schinagl.nl · 8 years ago
  62. 278d30c mvebu: neta: a37xx: Add fixed link support to neta driver by Konstantin Porotchkin · 8 years ago
  63. 976feda mvebu: neta: Add support for board init function by Konstantin Porotchkin · 8 years ago
  64. b4f4b0f drivers: net: phy: add MV88E6xx options to Kconfig by Tim Harvey · 8 years ago
  65. b504ff9 Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 8 years ago
  66. 437858b6 driver: net: fsl-mc: Update calculation of MC RAM by York Sun · 8 years ago
  67. 36cc0de armv8: layerscape: Rewrite memory reservation by York Sun · 8 years ago
  68. 2c2ab8d net: zynq_gem: Fix masking of supported phydev features by Nathan Rossi · 8 years ago
  69. 3fd2b3a net: macb: Fix ETH not found when clock not support by Wenyou Yang · 8 years ago
  70. 7131d2d drivers/net/Kconfig: Correct use of apostrophe by Tom Rini · 8 years ago
  71. 781745b zynq: Move zynq to clock framework by Stefan Herbrechtsmeier · 8 years ago
  72. eff55c5 net: zynq: Add clk framework support to zynq ethernet driver by Stefan Herbrechtsmeier · 8 years ago
  73. a259243 net: zynq: Don't overwrite gem_rclk_ctrl with default value by Stefan Herbrechtsmeier · 8 years ago
  74. e1a71f8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  75. a5fd13a net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541 by John Haechten · 8 years ago
  76. 21342d4 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  77. e9ced14 drivers: net: cpsw: Fix reading of mac address for am43 SoCs by Lokesh Vutla · 8 years ago
  78. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  79. af2cbfd drivers: net: Provide Kconfig menu for PHYLIB by Alex · 8 years ago
  80. 93cc295 net: phy: Improve the Marvell 151x constants by Joe Hershberger · 8 years ago
  81. 5ad9204 net: fec_mxc: Fix corruption of device tree blob by Daniel Strnad · 8 years ago
  82. 655217d net: designware: Fix for use with current Linux device tree for Meson GX by Heiner Kallweit · 8 years ago
  83. 6463170 net: phy: dp83867: Add support for MAC impedance configuration by Mugunthan V N · 8 years ago
  84. 3b5f528 net: phy: vitesse: Fix cis8204 RGMII_ID code by Phil Edworthy · 8 years ago
  85. 24d98cb net: phy: Marvell: Use phy_interface_is_rgmii helper function by Phil Edworthy · 8 years ago
  86. 998640b net: phy: Add support for Marvell M88E1512 by Phil Edworthy · 8 years ago
  87. 83cfbeb net: phy: Fix mask so that we can identify Marvell 88E1518 by Phil Edworthy · 8 years ago
  88. 8abdead net: phy: ti: Fix dp83867 RGMII_TXID interface path by Phil Edworthy · 8 years ago
  89. 6d2c1d2 net: macb: Remove redundant #ifdef CONFIG_DM_ETH by Wenyou Yang · 8 years ago
  90. 577aa3b net: macb: Add the clock support by Wenyou Yang · 8 years ago
  91. ebcb40a net: Kconfig: Add CONFIG_MACB option by Wenyou Yang · 8 years ago
  92. c83a824 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  93. c52d428 net: phy: Support Marvell 88E1680 by Dirk Eibach · 8 years ago
  94. 5707dfb drivers: net: fsl-mc: Fixup MAC addresses in DPC by Bogdan Purcareata · 8 years ago
  95. 008ed16 net: phy: add SMSC LAN8742 phy by Michael Kurz · 8 years ago
  96. b20b70f net: stm32: add designware mac glue code for stm32 by Michael Kurz · 8 years ago
  97. 0125bcf net: gmac_rockchip: Add Rockchip GMAC driver by Sjoerd Simons · 8 years ago
  98. e72ced2 net: designware: Export the operation functions by Simon Glass · 8 years ago
  99. f63f28e net: designware: Split the link init into a separate function by Simon Glass · 8 years ago
  100. 0ea38db net: designware: Adjust dw_adjust_link() to return an error by Simon Glass · 8 years ago