1. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  2. f46c255 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 9 years ago
  3. e3b9c98 net: mvneta: Convert to driver model by Stefan Roese · 9 years ago
  4. 79206c0 net: lpc32xx: fix ignored MDIO busy wait status on read by Vladimir Zapolskiy · 9 years ago
  5. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  6. 774da4b Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  7. 552ddbe dm: net: Convert rtl8169 to use DM PCI API by Simon Glass · 9 years ago
  8. 21ccce1 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  9. b685c73 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  10. c5a7533 net: Fix delay in net_retry test by Joe Hershberger · 9 years ago
  11. d584c68 phy: atheros: Use ar8035_config for AR8031 by Fabio Estevam · 9 years ago
  12. a40b2df net: e1000: use correct helper to do endianness conversion by Miao Yan · 9 years ago
  13. f1993ca Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  14. 845a57b net: fec_mxc: unregister mdio bus on probe error by Måns Rullgård · 9 years ago
  15. 843a3e5 net: fec_mxc: configure MDIO hold time by Måns Rullgård · 9 years ago
  16. 2b26109 net: designware: Zap trailing backslash by Marek Vasut · 9 years ago
  17. 25af71c net: eth_designware: select PHYLIB in Kconfig by Thomas Chou · 9 years ago
  18. 140bc33 net: e1000: Mark _disable_wr() and _write_status() as __maybe_unused by Bin Meng · 9 years ago
  19. c65a5f4 net: e1000: Remove CONFIG_MVBC_1G by Bin Meng · 9 years ago
  20. e97f7fb net: e1000: Remove dead codes wrapped by #if 0 by Bin Meng · 9 years ago
  21. 22854bd net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OF by Marek Vasut · 9 years ago
  22. 7bccc75 net: gem: Add driver dependencies to PHYLIB by Michal Simek · 9 years ago
  23. c942810 net: gem: Fix typo in Kconfig entry by Michal Simek · 9 years ago
  24. 9d9211a net: gem: Separate recv and free_pkt functions by Michal Simek · 9 years ago
  25. da872d7 net: gem: Fix return value from recv by Michal Simek · 9 years ago
  26. bcdfef7 net: gem: Setup default phy address to -1 by Michal Simek · 9 years ago
  27. ea1332c net: fm: disables unused FM1-DTSEC1 MAC node in DTS by Shaohui Xie · 9 years ago
  28. 862d929 armv8/ls1043a: remove print info by Mingkai Hu · 9 years ago
  29. 5093562 driver: net: fsl-mc: remove MC firmware version check by Stuart Yoder · 9 years ago
  30. b1f6be5 qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit by Tom Rini · 9 years ago
  31. b8de29f net: gem: Enable CTRL+C in wait_for_bit by Michal Simek · 9 years ago
  32. 596e578 net: gem: Move gem to Kconfig by Michal Simek · 9 years ago
  33. 3cdb145 net: gem: Read information about interface from DT by Michal Simek · 9 years ago
  34. 6889ca7 net: gem: Move driver to DM by Michal Simek · 9 years ago
  35. 5a9284f net: gem: Fix miiphy_read name by Michal Simek · 9 years ago
  36. 687d731 net: gem: Remove zynq_gem_of_init() by Michal Simek · 9 years ago
  37. c8e2927 net: gem: Enable MDIO bus earlier by Michal Simek · 9 years ago
  38. 90c6f2e net: gem: Check if priv->phydev is valid by Michal Simek · 9 years ago
  39. 68cc3bd net: gem: Extract phy init code by Michal Simek · 9 years ago
  40. 64a7ead net: gem: Remove phydev variable by Michal Simek · 9 years ago
  41. f2fc276 net: gem: Change mii function not to use eth_device structure by Michal Simek · 9 years ago
  42. 3fac272 net: gem: Change mdio_wait prototype to pass regs by Michal Simek · 9 years ago
  43. b904725 net: gem: Do not continue if phy is not found by Michal Simek · 9 years ago
  44. 78536bc sparc: Use microseconds instead of ticks for timeout by Francois Retief · 10 years ago
  45. f8642ba net: phy: added aquantia PHY AQR405 support by Shaohui Xie · 9 years ago
  46. 06b5301 armv8: ls2085a: Add support of LS2085A SoC by Prabhakar Kushwaha · 9 years ago
  47. 4493721 armv8: LS2080A: Rename LS2085A to reflect LS2080A by Prabhakar Kushwaha · 9 years ago
  48. 1448045 driver: net: ldpaa: Fix Rx buffer alignment by Prabhakar Kushwaha · 9 years ago
  49. 5038d3e driver: net: ldpaa: Add debug information by Prabhakar Kushwaha · 9 years ago
  50. c919ab9 driver: net: ldpaa: Use DPMAC as net device by Prabhakar Kushwaha · 9 years ago
  51. 1730a17 driver: net: fsl-mc: Create DPAA2 object at run-time by Prabhakar Kushwaha · 9 years ago
  52. fb4a87a driver: net: fsl-mc: Add DPAA2 commands to manage MC by Prabhakar Kushwaha · 9 years ago
  53. 553d275 driver: net: fsl-mc: Increase MC command timeout by Prabhakar Kushwaha · 9 years ago
  54. f9127a0 driver: ldpaa: Add api to return linked PHY ID of DPMAC by Prabhakar Kushwaha · 9 years ago
  55. 872d48a driver: net: fsl-mc: Add APIs for DPMAC objects in FLIB by Prabhakar Kushwaha · 9 years ago
  56. 1ebbe4f driver: net: fsl-mc: Add create, destroy APIs in flibs by Prabhakar Kushwaha · 9 years ago
  57. 99e904c armv8: lsch3: Fix lane protocol parsing logic by Prabhakar Kushwaha · 9 years ago
  58. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  59. 6777f38 net: zynq: Fix MDC setting for zynq by Michal Simek · 9 years ago
  60. 2889659 net: zynq: Remove unused MDCCLKDIV2 macro by Michal Simek · 9 years ago
  61. 242b154 net: zynq: Fix mdc clock division setting for 100Mbit/s by Michal Simek · 9 years ago
  62. e4d2318 net: zynq: Wait till packet is sent by Michal Simek · 9 years ago
  63. 603ff00 net: zynq: Disable secondary queues by Edgar E. Iglesias · 9 years ago
  64. 23a598f net: zynq: Add dummy packet to fix packet duplication issue by Michal Simek · 9 years ago
  65. 081dc2f net: zynq: Do not report TX underrun by Michal Simek · 9 years ago
  66. 45c0774 net: zynq: Setup BD when structures are filled by Michal Simek · 9 years ago
  67. ff47587 net: zynq: Allocate BD_SPACE in connection to RX_BUF by Michal Simek · 9 years ago
  68. 0ebf404 net: zynq: Fix clearing statistic by Michal Simek · 9 years ago
  69. 97a51a0 net: zynq: Extend register description with offsets by Michal Simek · 9 years ago
  70. 16ce6de net: zynq: Add support for different PHY interface types by Michal Simek · 9 years ago
  71. 198e9a4 net: zynq: Add debug message to phyread/phywrite by Michal Simek · 9 years ago
  72. 721aed7 net: phy: Add support for Texas Instruments DP83867 by Edgar E. Iglesias · 9 years ago
  73. e2b259f altera_tse: change ioremap to map_physmem by Thomas Chou · 9 years ago
  74. f2879f5 sparc: leon3: Moved GRLIB core header files to common include/grlib directory by Daniel Hellstrom · 15 years ago
  75. 898cc81 sparc: leon3: Reimplemented AMBA Plug&Play scanning routines. by Daniel Hellstrom · 15 years ago
  76. 5ea667e pengwyn: nand and ethernet fixes by Vincent BENOIT · 9 years ago
  77. 5b47d40 driver: net: Fix pointer conversion warnings for xilinx_zynqmp_ep by Prabhakar Kushwaha · 9 years ago
  78. e3e8726 net: altera_tse: add mSG-DMA support by Thomas Chou · 9 years ago
  79. 38fa4ac net: altera_tse: add priv ops to prepare msgdma support by Thomas Chou · 9 years ago
  80. 577662f net: altera_tse: wait sgdma in altera_tse_recv by Thomas Chou · 9 years ago
  81. acd71c3 net: altera_tse: factor out stop mac func by Thomas Chou · 9 years ago
  82. 75199d6 net: altera_tse: get numbers of fdt address and size cells by Thomas Chou · 9 years ago
  83. 4c8df1d net: altera_tse: use BIT macro by Thomas Chou · 9 years ago
  84. 14fb536 net: altera_tse: remove the useless parenthesis by Thomas Chou · 9 years ago
  85. 13146ec net: altera_tse: fix packed and aligned attribute by Thomas Chou · 9 years ago
  86. 2cd0a52 net: altera_tse: use data type u32 for regs and desc by Thomas Chou · 9 years ago
  87. fba54a5 net: altera_tse: remove unused macro and regs def by Thomas Chou · 9 years ago
  88. 1caf934 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · 9 years ago
  89. 588eec2 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  90. 3f616b6 net: pch_gbe: Add driver remove support by Bin Meng · 9 years ago
  91. 5d2459f net: designware: Add driver remove support by Bin Meng · 9 years ago
  92. 17ecfa9 net: phy: Test previous phydev->dev against new mac dev by Bin Meng · 9 years ago
  93. 3e1949d net: phy: Change to print all phys that are not found by Bin Meng · 9 years ago
  94. 0132b9a net: phy: Don't create phy device when there is no phy by Bin Meng · 9 years ago
  95. 4f48515 net: phy: micrel: disable NAND-tree for KSZ8051 by Sylvain Rochet · 9 years ago
  96. f3ba552 net: rtl8169: Build warning fixes for 64-bit by Stephen Warren · 9 years ago
  97. 6617f87 net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNL by Sylvain Lemieux · 9 years ago
  98. e829734 armv8/ls1043a: Add Fman support by Shaohui Xie · 9 years ago
  99. 9f3183d armv8/fsl_lsch3: Change arch to fsl-layerscape by Mingkai Hu · 9 years ago
  100. bc24611 net/fm: Add QSGMII PCS init by Shaohui Xie · 9 years ago