1. 7ad326a rockchip: net: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  2. 6ec922f net: designware: Add phy supply support by Jacob Chen · 8 years ago
  3. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  4. e1a71f8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  5. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  6. 655217d net: designware: Fix for use with current Linux device tree for Meson GX by Heiner Kallweit · 8 years ago
  7. b20b70f net: stm32: add designware mac glue code for stm32 by Michael Kurz · 8 years ago
  8. e72ced2 net: designware: Export the operation functions by Simon Glass · 8 years ago
  9. f63f28e net: designware: Split the link init into a separate function by Simon Glass · 8 years ago
  10. 0ea38db net: designware: Adjust dw_adjust_link() to return an error by Simon Glass · 8 years ago
  11. b9e08d0 net: designware: Export various functions/struct to allow subclassing by Sjoerd Simons · 8 years ago
  12. cfe2556 meson: odroid-c2: enable Ethernet support through the device tree by Beniamino Galvani · 8 years ago
  13. 66d027e net: designware: Make driver independent from DM_GPIO again by Alexey Brodkin · 8 years ago
  14. 378f913 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  15. 0e1a3e3 net: designware: fix descriptor layout and warnings on 64-bit archs by Beniamino Galvani · 8 years ago
  16. 90b7fc9 net: designware: support phy reset device-tree bindings by Sjoerd Simons · 9 years ago
  17. 6758a6c net: designware: Use dm_pci_mem_to_phys() in the probe routine by Bin Meng · 9 years ago
  18. 82d72a1 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  19. 6968ec9 net/designware: add support of max-speed device tree property by Alexey Brodkin · 9 years ago
  20. b884c3f net/designware: do explicit port selection for 1Gb mode by Alexey Brodkin · 9 years ago
  21. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  22. 21ccce1 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  23. 2b26109 net: designware: Zap trailing backslash by Marek Vasut · 9 years ago
  24. 25af71c net: eth_designware: select PHYLIB in Kconfig by Thomas Chou · 9 years ago
  25. 5d2459f net: designware: Add driver remove support by Bin Meng · 9 years ago
  26. 8b7ee66 net: designware: Add support to PCI designware devices by Bin Meng · 9 years ago
  27. f0dc73c net: designware: Fix build warnings by Bin Meng · 9 years ago
  28. 9f76f10 net: designware: Rename the driver var name to eth_designware by Marek Vasut · 9 years ago
  29. b962859 net: designware: Add SoCFPGA GMAC DT compatible string by Marek Vasut · 9 years ago
  30. a1ca92e dm: eth: Avoid blocking on packet reception by Simon Glass · 9 years ago
  31. f3edfd3 net: designware: Program MAC address to hardware after soft reset by Bin Meng · 9 years ago
  32. f566c99 net: Update hardware MAC address if it changes in env by Joe Hershberger · 10 years ago
  33. 75577ba dm: net: Adjust designware driver to support driver model by Simon Glass · 9 years ago
  34. 64dcd25 dm: net: Tidy up designware driver ready for driver model by Simon Glass · 9 years ago
  35. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  36. d227922 net: Support DMA threshold mode in DWMAC driver by Sonic Zhang · 10 years ago
  37. 2ddaf13 net: configure DWMAC DMA by default AXI burst length by Sonic Zhang · 10 years ago
  38. 875143f net/designware: add error message on DMA reset timeout by Alexey Brodkin · 10 years ago
  39. 96cec17 net: dwc: Make the cache handling less cryptic by Marek Vasut · 10 years ago
  40. 4f68678 net: dwc: Fix cache alignment issues by Marek Vasut · 10 years ago
  41. 49692c5 net/designware: Make DMA burst length configurable and reduce by default by Ian Campbell · 10 years ago
  42. 964ea7c net/designware: ensure cache invalidations are aligned to ARCH_DMA_MINALIGN by Ian Campbell · 10 years ago
  43. 1c848a2 net/designware: ensure device private data is DMA aligned. by Ian Campbell · 10 years ago
  44. 15e82e5 net/designware: call phy_connect_dev() to properly setup phylib device by Ian Campbell · 10 years ago
  45. 50b0df8 net/designware: make driver compatible with data cache by Alexey Brodkin · 11 years ago
  46. 92a190a net/designware - switch driver to phylib usage by Alexey Brodkin · 11 years ago
  47. 74cb708 net/designware: add explicit reset of {tx|rx}_currdescnum by Alexey Brodkin · 11 years ago
  48. 227ad7b net: designware: Respect "bus mode" register contents on SW reset by Alexey Brodkin · 11 years ago
  49. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  50. 7091915 net/designware: Do not select MIIPORT for RGMII interface by Vipin Kumar · 12 years ago
  51. 66f119e net/designware: Consecutive writes to the same register to be avoided by Dinh Nguyen · 12 years ago
  52. ef76025 net: Multiple updates/enhancements to designware.c by Stefan Roese · 12 years ago
  53. 9afc1af SPEAr: Add interface information in initialization by Vipin Kumar · 12 years ago
  54. 10cbe3b net: Fix remaining API interface breakage by Joe Hershberger · 12 years ago
  55. cafabe1 net/designware: Change timeout loop implementation by Amit Virdi · 13 years ago
  56. 20a5dde net/designware: Set ANAR to 0x1e1 by Armando Visconti · 13 years ago
  57. e25c90b net/designware: Program phy registers when auto-negotiation is ON by Vikas Manocha · 13 years ago
  58. 13edd17 net/designware: Try configuring phy on each dw_eth_init by Vipin Kumar · 13 years ago
  59. aa51005 net/designware: Consecutive writes must have delay by Armando Visconti · 13 years ago
  60. 024333c net/designware: Phy address fix by Vipin KUMAR · 13 years ago
  61. c7f6dbe net/designware: Fix to restore hw mac address by Vipin KUMAR · 13 years ago
  62. 7616e78 Add Ethernet hardware MAC address framework to usbnet by Simon Glass · 13 years ago
  63. f0ece9e net: designware: fix uninitialized phy_addr usage by Mike Frysinger · 13 years ago
  64. ee7f5bf net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabled by Mike Frysinger · 13 years ago
  65. 8ef583a miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
  66. 5700bb6 miiphy: constify device name by Mike Frysinger · 14 years ago
  67. 5b1b188 SPEAr : Network driver support added by Vipin KUMAR · 14 years ago