1. 0c65b2b net: of_get_phy_mode: Change API to solve int/unit warnings by Andrew Lunn · 5 years ago
  2. 315ca92 net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCs by Yoshihiro Shimoda · 6 years ago
  3. 2d2924a net: ethernet: fix similar warning reported by kbuild test robot by Petr Štetiar · 6 years ago
  4. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  5. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  6. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  7. 035a14e net: sh_eth: fix a missing check of of_get_phy_mode by Kangjie Lu · 6 years ago
  8. 997feb1 sh_eth: offload RX checksum on SH7763 by Sergei Shtylyov · 6 years ago
  9. 06240e1 sh_eth: offload RX checksum on SH7734 by Sergei Shtylyov · 6 years ago
  10. 0da843a sh_eth: offload RX checksum on R8A77980 by Sergei Shtylyov · 6 years ago
  11. 040c16f sh_eth: offload RX checksum on R8A7740 by Sergei Shtylyov · 6 years ago
  12. 48132cd sh_eth: offload RX checksum on R7S72100 by Sergei Shtylyov · 6 years ago
  13. f8e022d sh_eth: RX checksum offload support by Sergei Shtylyov · 6 years ago
  14. 2c2ab5a sh_eth: rename sh_eth_cpu_data::hw_checksum by Sergei Shtylyov · 6 years ago
  15. 6e0bb04 sh_eth: Add R7S9210 support by Chris Brandt · 6 years ago
  16. 00e1cae net: ethernet: renesas: use SPDX identifier for Renesas drivers by Wolfram Sang · 6 years ago
  17. 51459d4 sh_eth: make sh_eth_tsu_{read|write}_entry() prototypes symmetric by Sergei Shtylyov · 6 years ago
  18. 7a54c86 sh_eth: make sh_eth_tsu_write_entry() take 'offset' parameter by Sergei Shtylyov · 6 years ago
  19. ecbecb0 sh_eth: call sh_eth_tsu_get_offset() from TSU register accessors by Sergei Shtylyov · 6 years ago
  20. 41414f0 sh_eth: make sh_eth_tsu_get_offset() match its name by Sergei Shtylyov · 6 years ago
  21. 388c4bb sh_eth: uninline sh_eth_tsu_get_offset() by Sergei Shtylyov · 6 years ago
  22. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  23. 6783f50 sh_eth: remove custom .set_link_ksettings from ethtool ops by Vladimir Zapolskiy · 7 years ago
  24. 45abbd4 sh_eth: remove custom .get_link_ksettings from ethtool ops by Vladimir Zapolskiy · 7 years ago
  25. f3146f3 sh_eth: remove useless serialization in sh_eth_get_link_ksettings() by Vladimir Zapolskiy · 7 years ago
  26. 4c10628 sh_eth: remove custom .nway_reset from ethtool ops by Vladimir Zapolskiy · 7 years ago
  27. e0afa10 sh_eth: simplify link auto-negotiation by ethtool by Vladimir Zapolskiy · 7 years ago
  28. 5cb3f52 sh_eth: fix invalid context bug while changing link options by ethtool by Vladimir Zapolskiy · 7 years ago
  29. 53a710b sh_eth: fix invalid context bug while calling auto-negotiation by ethtool by Vladimir Zapolskiy · 7 years ago
  30. 782e85c sh_eth: fix *enum* {A|M}PR_BIT by Sergei Shtylyov · 7 years ago
  31. 470103d sh_eth: remove sh_eth_cpu_data::rpadir_value by Sergei Shtylyov · 7 years ago
  32. 1100149 sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap() by Sergei Shtylyov · 7 years ago
  33. bb2fa4e sh_eth: uninline sh_eth_soft_swap() by Sergei Shtylyov · 7 years ago
  34. 6b14787 sh_eth: fix typo in comment to BCULR write by Sergei Shtylyov · 7 years ago
  35. 2716449 sh_eth: fix typo in EESR.TRO bit name by Sergei Shtylyov · 7 years ago
  36. 3eb9c2a sh_eth: add R8A77980 support by Sergei Shtylyov · 7 years ago
  37. 93f0fa7 sh_eth: add EDMR.NBST support by Sergei Shtylyov · 7 years ago
  38. 230c184 sh_eth: add RGMII support by Sergei Shtylyov · 7 years ago
  39. 00e798c drivers: net: Remove device_node checks with of_mdiobus_register() by Florian Fainelli · 7 years ago
  40. 627a0d2 sh_eth: WARN_ON() access to unimplemented TSU register by Sergei Shtylyov · 7 years ago
  41. 77cb065 sh_eth: use TSU register accessors for TSU_POST<n> by Sergei Shtylyov · 7 years ago
  42. e14549a sh_eth: kill useless check in __sh_eth_get_regs() by Sergei Shtylyov · 7 years ago
  43. 6e80e55 sh_eth: add sh_eth_cpu_data::no_xdfar flag by Sergei Shtylyov · 7 years ago
  44. 4c1d458 sh_eth: add sh_eth_cpu_data::cexcr flag by Sergei Shtylyov · 7 years ago
  45. ce9134d sh_eth: add sh_eth_cpu_data::no_tx_cntrs flag by Sergei Shtylyov · 7 years ago
  46. 246e30c sh_eth: add sh_eth_cpu_data::xdfar_rw flag by Sergei Shtylyov · 7 years ago
  47. 3e41699 sh_eth: add sh_eth_cpu_data::edtrr_trns value by Sergei Shtylyov · 7 years ago
  48. 4ceedeb sh_eth: add sh_eth_cpu_data::soft_reset() method by Sergei Shtylyov · 7 years ago
  49. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  50. 55ea874 sh_eth: uninline TSU register accessors by Sergei Shtylyov · 7 years ago
  51. a94cf2a sh_eth: fix TSU init on SH7734/R8A7740 by Sergei Shtylyov · 7 years ago
  52. 4869a14 sh_eth: TSU_QTAG0/1 registers the same as TSU_QTAGM0/1 by Sergei Shtylyov · 7 years ago
  53. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. 607ea03 sh_eth: simplify sh_eth_check_reset() by Sergei Shtylyov · 7 years ago
  55. b4580c9 sh_eth: Remove obsolete explicit clock handling for WoL by Geert Uytterhoeven · 7 years ago
  56. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  57. 9662ec1 sh_eth: get Ether port # only when needed by Sergei Shtylyov · 7 years ago
  58. 3e14c96 sh_eth: gather all TSU init code in one place by Sergei Shtylyov · 7 years ago
  59. 17d0fb0 sh_eth: fix dumping ARSTR by Sergei Shtylyov · 7 years ago
  60. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  61. 50f3d74 sh_eth: fix TXALCR1 offsets by Sergei Shtylyov · 7 years ago
  62. 5133550 sh_eth: fix SH7757 GEther initialization by Sergei Shtylyov · 7 years ago
  63. dfe8266 sh_eth: fix TSU resource handling by Sergei Shtylyov · 7 years ago
  64. 4282fc4 sh_eth: kill redundant check in the probe() method by Sergei Shtylyov · 7 years ago
  65. 2aab6b4 net: sh_eth: do not advertise Gigabit capabilities when not available by Thomas Petazzoni · 7 years ago
  66. 573500dbf net: sh_eth: don't use NULL as "struct device" for the DMA mapping API by Thomas Petazzoni · 7 years ago
  67. 22c1aed net: sh_eth: use correct "struct device" when calling DMA mapping functions by Thomas Petazzoni · 7 years ago
  68. b4804e0 net: sh_eth: implement R-Car Gen[12] fallback compatibility strings by Simon Horman · 7 years ago
  69. 6c4b2f7 net: sh_eth: rename name structures as rcar_gen[12]_* by Simon Horman · 7 years ago
  70. ef00df8 net: sh_eth: constify platform_device_id by Arvind Yadav · 7 years ago
  71. 5514174 net: phy: Make phy_ethtool_ksettings_get return void by yuval.shaia@oracle.com · 8 years ago
  72. 78d6102 sh_eth: add support for changing MTU by Niklas Söderlund · 8 years ago
  73. b7ce520 sh_eth: Do not print an error message for probe deferral by Geert Uytterhoeven · 8 years ago
  74. 5f5c544 sh_eth: Use platform device for printing before register_netdev() by Geert Uytterhoeven · 8 years ago
  75. 1debdc8 sh_eth: unmap DMA buffers when freeing rings by Sergei Shtylyov · 8 years ago
  76. 0cf45a3 sh_eth: fix wakeup event reporting from MagicPacket by Niklas Söderlund · 8 years ago
  77. 5e2ed13 sh_eth: align usage of sh_eth_modify() with rest of driver by Niklas Söderlund · 8 years ago
  78. 2b2d3eb sh_eth: stop using bare numbers for EESIPR values by Sergei Shtylyov · 8 years ago
  79. 1a0bee6 sh_eth: rename EESIPR bits by Sergei Shtylyov · 8 years ago
  80. 267e1d5 sh_eth: enable wake-on-lan for sh7763 by Niklas Söderlund · 8 years ago
  81. 159c2a9 sh_eth: enable wake-on-lan for sh7734 by Niklas Söderlund · 8 years ago
  82. 33017e2 sh_eth: enable wake-on-lan for r8a7740/armadillo by Niklas Söderlund · 8 years ago
  83. e410d86d sh_eth: enable wake-on-lan for R-Car Gen2 devices by Niklas Söderlund · 8 years ago
  84. d8981d0 sh_eth: add generic wake-on-lan support via magic packet by Niklas Söderlund · 8 years ago
  85. 62e04b7 sh_eth: rename 'sh_eth_cpu_data::hw_crc' by Sergei Shtylyov · 8 years ago
  86. 2e653ff sh_eth: get rid of 'sh_eth_cpu_data::shift_rd0' by Sergei Shtylyov · 8 years ago
  87. bb1d303 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  88. 0f1f9cb sh_eth: R8A7740 supports packet shecksumming by Sergei Shtylyov · 8 years ago
  89. 978d363 sh_eth: fix EESIPR values for SH77{34|63} by Sergei Shtylyov · 8 years ago
  90. 76eb75b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  91. 71eae1c sh_eth: enable RX descriptor word 0 shift on SH7734 by Sergei Shtylyov · 8 years ago
  92. 9b39f05 sh_eth: factor out sh_eth_emac_interrupt() by Sergei Shtylyov · 8 years ago
  93. 1940f24 sh_eth: no need for *else* after *goto* by Sergei Shtylyov · 8 years ago
  94. 4063469 sh_eth: handle only enabled E-MAC interrupts by Sergei Shtylyov · 8 years ago
  95. 2344ef3 sh_eth: fix branch prediction in sh_eth_interrupt() by Sergei Shtylyov · 8 years ago
  96. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  97. 33d446d sh_eth: remove unchecked interrupts for RZ/A1 by Chris Brandt · 8 years ago
  98. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  99. c099ff3 sh_eth: add R8A7743/5 support by Sergei Shtylyov · 8 years ago
  100. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago