1. 73894f6 net: macb: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years ago
  2. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  3. 1ae8f0a net: macb: take into account all RGMII interface types by Claudiu Beznea · 3 years, 8 months ago
  4. 3d3475c net: macb: add support for sama7g5 emac by Claudiu Beznea · 3 years, 8 months ago
  5. 8c0483e net: macb: add support for sama7g5 gmac by Claudiu Beznea · 3 years, 8 months ago
  6. 9644958 net: macb: check clk_set_rate return value to be negative by Claudiu Beznea · 3 years, 8 months ago
  7. bb890f7 net: macb: add user io config data structure by Claudiu Beznea · 3 years, 8 months ago
  8. 1b45938 net: macb: Add phy address to read it from device tree by Padmarao Begari · 3 years, 9 months ago
  9. 6f0b237 net: macb: Add DMA 64-bit address support for macb by Padmarao Begari · 3 years, 9 months ago
  10. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  11. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  12. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  13. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  14. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  15. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  16. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  17. 7f6b0f3 net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled. by Michal Simek · 4 years, 6 months ago
  18. 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 8 months ago
  19. 950c596 dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 8 months ago
  20. 5cde44e net: macb: Drop local cache flush by Vignesh Raghavendra · 4 years, 9 months ago
  21. 7c56408 net: macb: let miiphy_read/_write pass arbitrary addresses by Josef Holzmayr · 5 years ago
  22. 0d3044c net: macb: explicitly pass phy_adr to mdio read and write by Josef Holzmayr · 5 years ago
  23. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  24. 39fa416 net: macb: Add sam9x60-macb compatibility string by Nicolas Ferre · 5 years ago
  25. 5ccd657 net: macb: Fix rx buffer cache handling by Stefan Roese · 5 years ago
  26. 19f3b78 Revert "net: macb: Fixed reading MII_LPA register" by Bin Meng · 5 years ago
  27. eff0e0c net: macb: Fix check for little-endian system in gmac_configure_dma() by Anup Patel · 5 years ago
  28. d0a04db net: macb: Extend MACB driver for SiFive Unleashed board by Anup Patel · 5 years ago
  29. c6d07bf net/macb: increase RX buffer size for GEM by Ramon Fried · 5 years ago
  30. 9c29580 net: macb: apply sane DMA configuration by Ramon Fried · 5 years ago
  31. ed3c64f net: macb: add dma_burst_length config by Ramon Fried · 5 years ago
  32. 5a1899f net: macb: add support for SGMII phy interface by Ramon Fried · 5 years ago
  33. 0a2827e net: macb: use bit access macro from header file by Ramon Fried · 5 years ago
  34. 9e65f80 net: macb: add support for faster clk rates by Ramon Fried · 5 years ago
  35. 6c63651 net: macb: sync header definitions as taken from Linux by Ramon Fried · 5 years ago
  36. 0dc97fc net: macb: Add support for 1000-baseX by Radu Pirea · 5 years ago
  37. 1b0c991 net: macb: Fixed reading MII_LPA register by Radu Pirea · 5 years ago
  38. 3ef6444 dm: net: macb: Implement link speed change callback by Bin Meng · 5 years ago
  39. a5e3d23 dm: net: macb: Update macb_linkspd_cb() signature by Bin Meng · 5 years ago
  40. 7bf9bca net: macb: Add small delay after link establishment by Stefan Roese · 6 years ago
  41. fbcaa26 net: macb: Fix GEM hardware detection by Atish Patra · 6 years ago
  42. 2e242f5 net: macb: Fix clk API usage for RISC-V systems by Anup Patel · 6 years ago
  43. 9043c4e net: macb: fix mapping of registers by Ramon Fried · 6 years ago
  44. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  45. 6cdf072 net: macb: remove superfluous logical constraint by Heinrich Schuchardt · 7 years ago
  46. 4bf5691 net: macb: Add support for Xilinx Zynq SoC by Wilson Lee · 7 years ago
  47. 6de046e net: macb: Fix GMAC not work when enable DM_ETH by Wenyou Yang · 7 years ago
  48. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  49. 7546025 net: macb: Align the compatibles with kernel by Wenyou Yang · 7 years ago
  50. 1870d4d net: macb: Add remove callback by Wenyou Yang · 7 years ago
  51. 3fd2b3a net: macb: Fix ETH not found when clock not support by Wenyou Yang · 8 years ago
  52. e1a71f8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  53. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  54. 6d2c1d2 net: macb: Remove redundant #ifdef CONFIG_DM_ETH by Wenyou Yang · 8 years ago
  55. 577aa3b net: macb: Add the clock support by Wenyou Yang · 8 years ago
  56. 592a749 net, macb: fix misaligned cache operation warning by Heiko Schocher · 8 years ago
  57. 5d97dff treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  58. 5a49f17 net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
  59. a212b66 net: macb: Fix build error for CONFIG_DM_ETH enabled by Wenyou Yang · 8 years ago
  60. f1dcc19 net: macb: Convert to driver model by Simon Glass · 8 years ago
  61. f589f8c net: macb: Flush correct cache portion when sending by Simon Glass · 8 years ago
  62. d5555b7 net: macb: Prepare for driver-model conversion by Simon Glass · 8 years ago
  63. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 8 years ago
  64. 75b03cf net: macb: Not all the GEM are gigabit capable by Gregory CLEMENT · 9 years ago
  65. ade4ea4 net: macb: add gmac multi-queue support by Wu, Josh · 9 years ago
  66. f566c99 net: Update hardware MAC address if it changes in env by Joe Hershberger · 10 years ago
  67. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  68. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  69. c83cb5f Net: macb: reset GBE bit when fallback checking by Bo Shen · 10 years ago
  70. cabf61c net: macb: enable GMAC IP without GE feature support by Bo Shen · 10 years ago
  71. b2eff08 net: macb: write mac address when initialization by Bo Shen · 10 years ago
  72. 4760957 macb: simplify gmac initialisation by Andreas Bießmann · 10 years ago
  73. 5ae0e38 net: macb: enable dcache in macb by Wu, Josh · 10 years ago
  74. ceef983 macb: make checkpatch clean by Andreas Bießmann · 10 years ago
  75. 32e4f6b net: macb: get DMA bus width from design config register by Bo Shen · 11 years ago
  76. 8314ccd net: macb: fix the following building warning by Bo Shen · 11 years ago
  77. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  78. d256be2 net: macb: add support for gigabit MAC by Bo Shen · 11 years ago
  79. b1a0006 net: macb: using phylib to configure phy device by Bo Shen · 11 years ago
  80. d8f64b4 net: macb: using AT91FAMILY replace #ifdeferry by Bo Shen · 11 years ago
  81. 1b8c18b net: Fix build regression in macb.c by Joe Hershberger · 11 years ago
  82. 416ce62 net/macb: Add arch specific routine to get mdio control by Shiraz Hashim · 12 years ago
  83. eef1cf2 include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  84. a6f0c4f Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Wolfgang Denk · 12 years ago
  85. 6ed0e94 net:macb: add line break by Andreas Bießmann · 12 years ago
  86. f7fa2f3 arm : Atmel : add at91sam9x5ek board support by Bo Shen · 12 years ago
  87. 9d9a89b drivers/net/macb.c: Fix compile warning by Joe Hershberger · 12 years ago
  88. 6c169c1 macb: fix compile warning by andreas.devel@googlemail.com · 13 years ago
  89. 329f0f5 ATMEL: fix related common atmel driver files by Reinhard Meyer · 14 years ago
  90. 5700bb6 miiphy: constify device name by Mike Frysinger · 14 years ago
  91. 6bb4679 Write MAC address automatically on MACB-based boards by Ben Warren · 14 years ago
  92. 0f751d6 macb: Fix mii_phy_read and mii_phy_write functions by Semih Hazar · 15 years ago
  93. 22ee647 at91: Introduction of at91sam9g45 SOC. by Sedji Gaouaou · 15 years ago
  94. df486b1 at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC. by Nicolas Ferre · 16 years ago
  95. fc01ea1 AVR32: macb - Search for PHY id by Gunnar Rangoy · 16 years ago
  96. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  97. 89973f8 Introduce netdev.h header file and remove externs by Ben Warren · 16 years ago
  98. 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  99. 8e429b3 AT91SAM9263EK support by Stelian Pop · 16 years ago
  100. 0176d43 Add support for AT91SAM9260EK by Stelian Pop · 17 years ago