1. 3927efb net: phy: don't require PHY interface mode during PHY creation by Marek Behún · 2 years, 8 months ago
  2. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 8 months ago
  3. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  4. 34b98bc net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  5. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  6. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  7. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  8. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  9. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  10. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  11. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  12. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  13. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  14. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  15. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  16. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  17. d53dd50 net: sh_eth: Init the hardware before PHY access by Marek Vasut · 4 years, 8 months ago
  18. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  19. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  20. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  21. 9aa1d5b net: sh_eth: Fix 64bit build warnings by Marek Vasut · 5 years ago
  22. 3112450 net: sh_eth: Add R8A77980 V3H gether support by Marek Vasut · 5 years ago
  23. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
  24. 77f69f8 net: sh_eth: Add support for operation without clock framework by Marek Vasut · 6 years ago
  25. a71ce47 sh: 7724: Remove CPU support by Marek Vasut · 6 years ago
  26. f6cf4ba net: sh_eth: Initialize PHY in probe() once by Marek Vasut · 6 years ago
  27. 27e0633 net: sh_eth: Support reset GPIO both in mac and phy node by Marek Vasut · 6 years ago
  28. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  29. 337ab3b net: sh_eth: Add remaining Gen2 DT compatible by Marek Vasut · 7 years ago
  30. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  31. 63ab72c net: sh_eth: Fix DT base address fetching by Marek Vasut · 7 years ago
  32. 42a3340 net: sh_eth: Fix checkpatch warning by Marek Vasut · 7 years ago
  33. 2526b79 net: sh_eth: Return directly from sh_eth_recv_start by Marek Vasut · 7 years ago
  34. 7a309cf net: sh_eth: Zap port variable by Marek Vasut · 7 years ago
  35. 020d394 net: sh_eth: Add DM and DT support by Marek Vasut · 7 years ago
  36. 7ba5262 net: sh_eth: Clump legacy functions together by Marek Vasut · 7 years ago
  37. c13be6a net: sh_eth: Split sh_eth_init by Marek Vasut · 7 years ago
  38. ccdfc5e net: sh_eth: Separate out MAC address programming by Marek Vasut · 7 years ago
  39. 48de90d net: sh_eth: Split sh_eth_recv by Marek Vasut · 7 years ago
  40. 044eb2d net: sh_eth: Pass sh_eth_dev around by Marek Vasut · 7 years ago
  41. ee2f21b net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2 by Marek Vasut · 7 years ago
  42. 425a3a5 net: sh-eth: Fix misaligned cache operation warning by Nobuhiro Iwamatsu · 7 years ago
  43. ec921f1 net: sh-eth: Change read/write() param to struct sh_eth_info by Nobuhiro Iwamatsu · 7 years ago
  44. 65a81a4 net: sh-eth: Remove bd_t from sh_eth_config() by Nobuhiro Iwamatsu · 7 years ago
  45. ca36b0e net: sh-eth: Fix coding style checked by checkpatch.pl by Nobuhiro Iwamatsu · 7 years ago
  46. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  47. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  48. 1fbcbed net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
  49. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
  50. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  51. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  52. 5ba66ad net: sh-eth: Add cache writeback control after setting bit of DMA descriptor by Nobuhiro Iwamatsu · 10 years ago
  53. 1c82211 net: sh-eth: Use memalign instead of orignal memroy alignment function by Nobuhiro Iwamatsu · 10 years ago
  54. c24b3eb net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZE by Nobuhiro Iwamatsu · 10 years ago
  55. 290fdfd net: sh-eth: Add support R8A7793 by Nobuhiro Iwamatsu · 10 years ago
  56. a2dd2a1 net: sh-eth: Add support R8A7794 by Nobuhiro Iwamatsu · 10 years ago
  57. 31e84df net: sh-eth: Fix coding style by Nobuhiro Iwamatsu · 11 years ago
  58. 46288f4 net: sh-eth: Add support R7S72100 of rmobile by Nobuhiro Iwamatsu · 11 years ago
  59. 5e6cd1b net: sh-eth: Add support R8A7791 by Nobuhiro Iwamatsu · 11 years ago
  60. 72befd3 net: sh-eth: Add support R8A7790 by Nobuhiro Iwamatsu · 11 years ago
  61. ee74c70 net: sh-eth: Add invalidate cache control for rmobile (ARM SoC) by Nobuhiro Iwamatsu · 11 years ago
  62. 7a2142c net: sh-eth: Add control for padding size of packet descriptor by Nobuhiro Iwamatsu · 11 years ago
  63. 6bff09d net: sh-eth: Change cache API of SH by Nobuhiro Iwamatsu · 11 years ago
  64. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  65. d27e8c9 net: sh_eth: add support for SH7752 by Yoshihiro Shimoda · 12 years ago
  66. 4ad2c2a net: sh_eth: Add support R8A7740 of rmobile (arm core) by Nobuhiro Iwamatsu · 12 years ago
  67. 4c4aa6c net: sh_eth: modify the definitions of regsiter by Yoshihiro Shimoda · 12 years ago
  68. 9d55303 net: sh_eth: add SH_ETH_TYPE_ condition by Yoshihiro Shimoda · 12 years ago
  69. 74cb180 net: sh_eth: clean up for the SH7757's code by Yoshihiro Shimoda · 12 years ago
  70. 4238746 net: abort network initialization if the PHY driver fails by Timur Tabi · 12 years ago
  71. 475f40d net: sh-eth: Add support Gigabit of SH7734 by Nobuhiro Iwamatsu · 13 years ago
  72. 5880290 net: sh_eth: Add support SH7734 Ethernet device by Nobuhiro Iwamatsu · 13 years ago
  73. e4e0488 net: Fix remaining API interface breakage by Joe Hershberger · 13 years ago
  74. 45c786e net: sh_eth: Remove unnecessary return by Nobuhiro Iwamatsu · 13 years ago
  75. 71f507c net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNT by Nobuhiro Iwamatsu · 13 years ago
  76. fa41330 net: sh_eth: Remove SH_ETH_PHY_DELAY by Nobuhiro Iwamatsu · 13 years ago
  77. 9dfac0a sh: sh_eth: Add support SH7724 by Nobuhiro Iwamatsu · 13 years ago
  78. 677f6cd net: sh_eth: use miiphybb instead of own mii functions by Yoshihiro Shimoda · 13 years ago
  79. 34cca92 net: sh_eth: add support for SH7757's ETHER by Yoshihiro Shimoda · 14 years ago
  80. 281aa05 net: sh_eth: add cache handling by Yoshihiro Shimoda · 14 years ago
  81. fc4b0a2 sh: sh_eth: Remove garbage from printf by Nobuhiro Iwamatsu · 15 years ago
  82. a86bf13 sh_eth: get mac address from environment by Mike Frysinger · 16 years ago
  83. bc59f6e net: sh_eth: Remove sh_eth_reset() from halt function by Nobuhiro Iwamatsu · 16 years ago
  84. d8f5d50 sh: sh_eth: Change new network API by Nobuhiro Iwamatsu · 16 years ago
  85. 240b723 net: sh: Renesas SH7763 Ethernet device support by Nobuhiro Iwamatsu · 16 years ago