1. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. d8b0426 sh_eth: fix SH7619/771x support by Sergei Shtylyov · 10 years ago
  3. 530aa2d sh_eth: use RNC mode for packet reception by Ben Dooks · 10 years ago
  4. 86b5d25 sh_eth: replace devm_kzalloc() with devm_kmalloc_array() by Sergei Shtylyov · 10 years ago
  5. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  6. b5893a0 sh_eth: ensure pm_runtime cannot suspend the device during init by Ben Dooks · 11 years ago
  7. f738a13 sh_eth: Remove goto statements that jump straight to a return by Laurent Pinchart · 11 years ago
  8. daacf03 sh_eth: Register MDIO bus before registering the network device by Laurent Pinchart · 11 years ago
  9. bd920ff sh_eth: Simplify MDIO bus initialization and release by Laurent Pinchart · 11 years ago
  10. a5bd6060 sh_eth: Use the platform device as the MDIO bus parent by Laurent Pinchart · 11 years ago
  11. aa8d422 sh_eth: Use the platform device for memory allocation by Laurent Pinchart · 11 years ago
  12. 8d5009f sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocations by Sergei Shtylyov · 11 years ago
  13. da24685 sh_eth: convert dev_*() to netdev_*() calls by Sergei Shtylyov · 11 years ago
  14. f75f14e sh_eth: convert pr_*() to netdev_*() calls by Sergei Shtylyov · 11 years ago
  15. 264be2f sh_eth: exit probe with unknown register layout by Sergei Shtylyov · 11 years ago
  16. 702eca0 sh_eth: update OF PHY registeration by Ben Dooks · 11 years ago
  17. b356e97 sh_eth: add device tree support by Sergei Shtylyov · 11 years ago
  18. 730c8c6 sh_eth: use ETH_ZLEN instead of home-grown #define by Sergei Shtylyov · 11 years ago
  19. db89347 sh_eth: Add support for r7s72100 by Simon Horman · 11 years ago
  20. 504c8ca sh_eth: Use bool as return type of sh_eth_is_gether() by Simon Horman · 11 years ago
  21. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  22. 090d560 sh_eth: fix garbled TX error message by Sergei Shtylyov · 11 years ago
  23. 128296f sh_eth: coding style fixes by Sergei Shtylyov · 11 years ago
  24. c4bde29 net: renesas: slight optimization of addr compare by dingtianhong · 11 years ago
  25. 4174ecd sh_eth: do not reset PHY needlessly by Sergei Shtylyov · 11 years ago
  26. 18be099 sh_eth: add PHY IRQ to platform data by Sergei Shtylyov · 11 years ago
  27. 94a12b1 sh_eth: add R8A7791 support by Sergei Shtylyov · 11 years ago
  28. 0c9eb5b net: sh_eth: do not issue a wild PHY reset through BMCR by Florian Fainelli · 11 years ago
  29. 3b4c5cb sh_eth: check platform data pointer by Sergei Shtylyov · 11 years ago
  30. 305a338 sh_eth: add/use RMCR.RNC bit by Sergei Shtylyov · 11 years ago
  31. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  32. cc23528 net: sh_eth: Correct fix for RX packet errors on R8A7740 by Simon Horman · 11 years ago
  33. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  34. 2c6221e net: sh_eth: Fix RX packets errors on R8A7740 by Nguyen Hong Ky · 11 years ago
  35. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  36. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  37. d2779e9 sh_eth: fix napi_{en|dis}able() calls racing against interrupts by Sergei Shtylyov · 11 years ago
  38. a8e9fd0 sh_eth: NAPI requires netif_receive_skb() by Sergei Shtylyov · 11 years ago
  39. fd9af07 sh_eth: Enable Rx descriptor word 0 shift for r8a7790 by Kouei Abe · 11 years ago
  40. 7db8e0c sh_eth: Fix cache invalidation omission of receive buffer by Kouei Abe · 11 years ago
  41. 0b76b86 net: sh_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  42. 4885948 sh_eth: no need to call ether_setup() by Sergei Shtylyov · 11 years ago
  43. 8d3214c sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data' by Sergei Shtylyov · 11 years ago
  44. a3153d8 sh_eth: get register layout from 'struct sh_eth_cpu_data' by Sergei Shtylyov · 11 years ago
  45. ba361cb sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt by Laurent Pinchart · 11 years ago
  46. e18dbf7 sh_eth: Add support for r8a7790 SoC by Simon Horman · 11 years ago
  47. 55754f1 sh_eth: add support for RMIIMODE register by Simon Horman · 11 years ago
  48. b41e6a5 sh_eth: SH_ETH should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  49. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  50. 4eb313a sh_eth: fix misreporting of transmit abort by Sergei Shtylyov · 11 years ago
  51. ca8c358 sh_eth: fix unhandled RFE interrupt by Sergei Shtylyov · 11 years ago
  52. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 11 years ago
  53. ac8025a sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef by Sergei Shtylyov · 11 years ago
  54. c8bbe37 sh_eth: cleanup 'enum TD_STS_BIT' by Sergei Shtylyov · 11 years ago
  55. a80c3de sh_eth: remove redundant bits from 'eesipr_value' field initializer by Sergei Shtylyov · 11 years ago
  56. 8f80899 sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data' by Sergei Shtylyov · 11 years ago
  57. 3719109 sh_eth: add NAPI support by Sergei Shtylyov · 11 years ago
  58. ea7d69e sh_eth: define/use EESR_RX_CHECK macro by Sergei Shtylyov · 11 years ago
  59. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  60. dd01989 net: sh_eth: fix incorrect RX length error if R8A7740 by Yoshihiro Shimoda · 11 years ago
  61. 8e99440 sh_eth: remove '__maybe_unused' annotations by Sergei Shtylyov · 11 years ago
  62. 8f728d7 sh_eth: split 'sh_eth_netdev_ops' by Sergei Shtylyov · 11 years ago
  63. 9f8c426 sh_eth: fix result of sh_eth_check_reset() on timeout by Sergei Shtylyov · 11 years ago
  64. e403d29 sh_eth: Fix warnings on 64-bit. by David S. Miller · 11 years ago
  65. eb770bf sh_eth: remove dependencies from Kconfig by Sergei Shtylyov · 11 years ago
  66. 589ebde sh_eth: get R8A777x support out of #ifdef by Sergei Shtylyov · 11 years ago
  67. 9c3beaa sh_eth: get SH7724 support out of #ifdef by Sergei Shtylyov · 11 years ago
  68. 24549e2 sh_eth: get SH7757 support out of #ifdef by Sergei Shtylyov · 11 years ago
  69. f5d1276 sh_eth: get SH77{34|63} support out of #ifdef by Sergei Shtylyov · 11 years ago
  70. e5c9b4c sh_eth: get R8A7740 support out of #ifdef by Sergei Shtylyov · 11 years ago
  71. c18a79a sh_eth: get SH7619 support out of #ifdef by Sergei Shtylyov · 11 years ago
  72. 7bbe150 sh_eth: get SH771x support out of #ifdef by Sergei Shtylyov · 11 years ago
  73. afe391a sh_eth: create initial ID table by Sergei Shtylyov · 11 years ago
  74. 540ad1b sh_eth: enclose PM code into #ifdef CONFIG_PM by Nobuhiro Iwamatsu · 11 years ago
  75. dabdde9 sh_eth: consolidate sh_eth_reset() by Nobuhiro Iwamatsu · 11 years ago
  76. b7feacf sh_eth: remove #ifdef around sh_eth_select_mii() by Nobuhiro Iwamatsu · 11 years ago
  77. 5b3dfd1 sh_eth: add IRQ flags to 'struct sh_eth_cpu_data' by Nobuhiro Iwamatsu · 11 years ago
  78. 9f86134 sh_eth: remove SH_ETH_HAS_TSU by Nobuhiro Iwamatsu · 11 years ago
  79. 04b0ed2 sh_eth: remove duplicate sh_eth_set_duplex() definitions by Nobuhiro Iwamatsu · 11 years ago
  80. ddcd91c sh_eth: use EDSR_ENALL to set EDSR by Nobuhiro Iwamatsu · 11 years ago
  81. 41d5ffe sh_eth: remove #ifdef around EDSR and GECMR bit definitions by Nobuhiro Iwamatsu · 11 years ago
  82. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  83. 042c730 drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  84. d6a98c9 drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  85. ff6e722 sh_eth: use random MAC address if no valid one supplied by Sergei Shtylyov · 12 years ago
  86. 674853b sh_eth: add R8A77781 support by Sergei Shtylyov · 12 years ago
  87. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 12 years ago
  88. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  89. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  90. 3340d2a sh_eth: make 'link' field of 'struct sh_eth_private' *int* by Sergei Shtylyov · 12 years ago
  91. 3893b27345 sh_eth: workaround for spurious ECI interrupt by Sergei Shtylyov · 12 years ago
  92. 1e1b812 sh_eth: fix handling of no LINK signal by Sergei Shtylyov · 12 years ago
  93. a3f109b sh_eth: add R-Car support for real by Sergei Shtylyov · 12 years ago
  94. c0013f6 sh_eth: move data from header file to driver by Sergei Shtylyov · 12 years ago
  95. fe0e76f sh_eth: fix unused variable warning by Sergei Shtylyov · 12 years ago
  96. d5e07e6 sh_eth: use managed device API by Sergei Shtylyov · 12 years ago
  97. 564044b sh_eth: kill unneeded typecast in sh_eth_drv_probe() by Sergei Shtylyov · 12 years ago
  98. dfed5e7 sh_eth: use PIR_* bits by Sergei Shtylyov · 12 years ago
  99. 14c3326 net: sh-eth: Use pr_err instead of printk by Nobuhiro Iwamatsu · 12 years ago
  100. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago