1. 63459cd net: macb: Remove Microchip compatible string by Padmarao Begari · Wed Nov 17 18:21:15 2021 +0530
  2. 81ce637 net: macb: Fix -Wint-to-pointer-cast warnings by Bin Meng · Sun Sep 12 11:15:14 2021 +0800
  3. 7947ab4 net: macb: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · Mon Sep 27 14:21:52 2021 +0300
  4. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  5. a81146b net: macb: take into account all RGMII interface types by Claudiu Beznea · Tue Jan 19 13:26:48 2021 +0200
  6. 2acf5f8 net: macb: add support for sama7g5 emac by Claudiu Beznea · Tue Jan 19 13:26:47 2021 +0200
  7. 01ca4eb net: macb: add support for sama7g5 gmac by Claudiu Beznea · Tue Jan 19 13:26:46 2021 +0200
  8. e2888dc net: macb: check clk_set_rate return value to be negative by Claudiu Beznea · Tue Jan 19 13:26:45 2021 +0200
  9. dc17aec net: macb: add user io config data structure by Claudiu Beznea · Tue Jan 19 13:26:44 2021 +0200
  10. 34394ba net: macb: Add phy address to read it from device tree by Padmarao Begari · Fri Jan 15 08:20:37 2021 +0530
  11. 7a2c496 net: macb: Add DMA 64-bit address support for macb by Padmarao Begari · Fri Jan 15 08:20:36 2021 +0530
  12. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  13. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  14. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  15. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  16. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  17. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  18. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  19. fc91bdb net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled. by Michal Simek · Thu Mar 26 15:01:29 2020 +0100
  20. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · Fri Feb 14 16:40:19 2020 +0900
  21. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · Fri Feb 14 16:40:18 2020 +0900
  22. 8f92694 net: macb: Drop local cache flush by Vignesh Raghavendra · Thu Jan 16 14:23:48 2020 +0530
  23. 017feb5 net: macb: let miiphy_read/_write pass arbitrary addresses by Josef Holzmayr · Wed Oct 02 21:22:52 2019 +0200
  24. 9fe1878 net: macb: explicitly pass phy_adr to mdio read and write by Josef Holzmayr · Wed Oct 02 21:22:51 2019 +0200
  25. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  26. 9115f57 net: macb: Add sam9x60-macb compatibility string by Nicolas Ferre · Fri Sep 27 13:08:32 2019 +0000
  27. 7df65a5 net: macb: Fix rx buffer cache handling by Stefan Roese · Mon Aug 26 09:18:11 2019 +0200
  28. 3eec41f Revert "net: macb: Fixed reading MII_LPA register" by Bin Meng · Wed Aug 14 03:29:42 2019 -0700
  29. a1818b1 net: macb: Fix check for little-endian system in gmac_configure_dma() by Anup Patel · Wed Jul 24 04:09:37 2019 +0000
  30. 88799a6 net: macb: Extend MACB driver for SiFive Unleashed board by Anup Patel · Wed Jul 24 04:09:32 2019 +0000
  31. 377d19d net/macb: increase RX buffer size for GEM by Ramon Fried · Sun Jul 14 18:25:14 2019 +0300
  32. b40501f net: macb: apply sane DMA configuration by Ramon Fried · Tue Jul 16 22:04:36 2019 +0300
  33. 834040c net: macb: add dma_burst_length config by Ramon Fried · Tue Jul 16 22:04:35 2019 +0300
  34. 588a5b7 net: macb: add support for SGMII phy interface by Ramon Fried · Tue Jul 16 22:04:34 2019 +0300
  35. 6402fb19 net: macb: use bit access macro from header file by Ramon Fried · Tue Jul 16 22:04:33 2019 +0300
  36. b1b9b4f net: macb: add support for faster clk rates by Ramon Fried · Tue Jul 16 22:04:32 2019 +0300
  37. 94e6bd8 net: macb: sync header definitions as taken from Linux by Ramon Fried · Tue Jul 16 22:03:00 2019 +0300
  38. 1676dfb net: macb: Add support for 1000-baseX by Radu Pirea · Fri Jun 07 14:18:36 2019 +0300
  39. 015800c net: macb: Fixed reading MII_LPA register by Radu Pirea · Fri Jun 07 14:18:35 2019 +0300
  40. 12766ca dm: net: macb: Implement link speed change callback by Bin Meng · Wed May 22 00:09:46 2019 -0700
  41. cf82132 dm: net: macb: Update macb_linkspd_cb() signature by Bin Meng · Wed May 22 00:09:45 2019 -0700
  42. 4029180 net: macb: Add small delay after link establishment by Stefan Roese · Wed Mar 27 11:20:19 2019 +0100
  43. e1a8518 net: macb: Fix GEM hardware detection by Atish Patra · Mon Feb 25 08:14:42 2019 +0000
  44. 51b51f8 net: macb: Fix clk API usage for RISC-V systems by Anup Patel · Mon Feb 25 08:14:36 2019 +0000
  45. bf15d2f net: macb: fix mapping of registers by Ramon Fried · Thu Dec 27 19:58:42 2018 +0200
  46. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  47. 6c4aae9 net: macb: remove superfluous logical constraint by Heinrich Schuchardt · Sun Mar 18 11:32:53 2018 +0100
  48. 41d6d1e net: macb: Add support for Xilinx Zynq SoC by Wilson Lee · Tue Aug 22 20:25:07 2017 -0700
  49. 5653dbc net: macb: Fix GMAC not work when enable DM_ETH by Wenyou Yang · Thu Apr 20 11:13:13 2017 +0800
  50. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  51. 8f15540 net: macb: Align the compatibles with kernel by Wenyou Yang · Fri Apr 14 14:36:05 2017 +0800
  52. 44835ea net: macb: Add remove callback by Wenyou Yang · Fri Apr 14 14:36:04 2017 +0800
  53. 1944936 net: macb: Fix ETH not found when clock not support by Wenyou Yang · Tue Feb 14 16:24:40 2017 +0800
  54. ff7951e Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Feb 09 11:56:35 2017 -0500
  55. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  56. 6fdb684 net: macb: Remove redundant #ifdef CONFIG_DM_ETH by Wenyou Yang · Wed Nov 02 10:06:57 2016 +0800
  57. 3d8d348 net: macb: Add the clock support by Wenyou Yang · Wed Nov 02 10:06:56 2016 +0800
  58. 8353f9d net, macb: fix misaligned cache operation warning by Heiko Schocher · Mon Aug 29 07:46:11 2016 +0200
  59. 64e4f7f treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:57 2016 +0900
  60. 1fbcbed net: mii: Use spatch to update miiphy_register by Joe Hershberger · Mon Aug 08 11:28:38 2016 -0500
  61. 7b81185 net: macb: Fix build error for CONFIG_DM_ETH enabled by Wenyou Yang · Tue May 17 13:11:35 2016 +0800
  62. 75c5d18 net: macb: Convert to driver model by Simon Glass · Thu May 05 07:28:11 2016 -0600
  63. 3d5dcef net: macb: Flush correct cache portion when sending by Simon Glass · Thu May 05 07:28:10 2016 -0600
  64. 5ad2751 net: macb: Prepare for driver-model conversion by Simon Glass · Thu May 05 07:28:09 2016 -0600
  65. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · Wed May 04 04:47:31 2016 -0400
  66. f1a1e58 net: macb: Not all the GEM are gigabit capable by Gregory CLEMENT · Wed Dec 16 14:50:34 2015 +0100
  67. 012d68d net: macb: add gmac multi-queue support by Wu, Josh · Wed Jun 03 16:45:44 2015 +0800
  68. e84319a net: Update hardware MAC address if it changes in env by Joe Hershberger · Tue Mar 24 02:41:49 2015 -0500
  69. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  70. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  71. fe19ef3 Net: macb: reset GBE bit when fallback checking by Bo Shen · Wed Mar 04 13:35:16 2015 +0800
  72. 4660b33 net: macb: enable GMAC IP without GE feature support by Bo Shen · Mon Nov 10 15:24:01 2014 +0800
  73. 26562fe net: macb: write mac address when initialization by Bo Shen · Wed Oct 22 14:45:56 2014 +0800
  74. d43a89a macb: simplify gmac initialisation by Andreas Bießmann · Thu Sep 18 23:46:48 2014 +0200
  75. 1805240 net: macb: enable dcache in macb by Wu, Josh · Tue May 27 16:31:05 2014 +0800
  76. 1e86812 macb: make checkpatch clean by Andreas Bießmann · Mon May 26 22:55:18 2014 +0200
  77. 0e6624a net: macb: get DMA bus width from design config register by Bo Shen · Wed Sep 18 15:07:44 2013 +0800
  78. e04fe55 net: macb: fix the following building warning by Bo Shen · Mon Aug 19 10:35:47 2013 +0800
  79. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  80. 6f7d7d9 net: macb: add support for gigabit MAC by Bo Shen · Wed Apr 24 15:59:28 2013 +0800
  81. 7d91deb net: macb: using phylib to configure phy device by Bo Shen · Wed Apr 24 15:59:27 2013 +0800
  82. cc29ce5 net: macb: using AT91FAMILY replace #ifdeferry by Bo Shen · Wed Apr 24 15:59:26 2013 +0800
  83. 9e5742b net: Fix build regression in macb.c by Joe Hershberger · Mon Jun 24 19:06:38 2013 -0500
  84. 77cdf0f net/macb: Add arch specific routine to get mdio control by Shiraz Hashim · Thu Dec 13 17:22:52 2012 +0530
  85. a1b457a include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · Mon Oct 29 13:34:23 2012 +0000
  86. 532f455 Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Wolfgang Denk · Tue Sep 04 09:17:27 2012 +0200
  87. 7b2159a net:macb: add line break by Andreas Bießmann · Thu Aug 16 01:50:04 2012 +0000
  88. 42aafb3 arm : Atmel : add at91sam9x5ek board support by Bo Shen · Thu Jul 05 17:21:46 2012 +0000
  89. ab86262 drivers/net/macb.c: Fix compile warning by Joe Hershberger · Mon May 21 14:45:31 2012 +0000
  90. 8015655 macb: fix compile warning by andreas.devel@googlemail.com · Thu Jun 09 02:08:46 2011 +0000
  91. 7f619cb ATMEL: fix related common atmel driver files by Reinhard Meyer · Wed Nov 03 16:32:56 2010 +0100
  92. 5ff5fdb miiphy: constify device name by Mike Frysinger · Tue Jul 27 18:35:08 2010 -0400
  93. 33f8431 Write MAC address automatically on MACB-based boards by Ben Warren · Tue Jun 01 11:55:42 2010 -0700
  94. 790088e macb: Fix mii_phy_read and mii_phy_write functions by Semih Hazar · Thu Dec 17 15:07:15 2009 +0200
  95. 538566d at91: Introduction of at91sam9g45 SOC. by Sedji Gaouaou · Thu Jul 09 10:16:29 2009 +0200
  96. 4ef545e at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC. by Nicolas Ferre · Sun Mar 22 14:48:16 2009 +0100
  97. 6dd74f3 AVR32: macb - Search for PHY id by Gunnar Rangoy · Fri Jan 23 12:56:31 2009 +0100
  98. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  99. 2f2b6b6 Introduce netdev.h header file and remove externs by Ben Warren · Sun Aug 31 22:22:04 2008 -0700
  100. 9726784 net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · Mon Jun 09 23:37:44 2008 +0900