1. a01b5e5 net: fec: validate the new settings in fec_enet_set_coalesce() by Jakub Kicinski · 4 years, 3 months ago
  2. d961a58 net: fec: fix clock count mis-match by Chuhong Yuan · 4 years, 6 months ago
  3. d4b5739 net: fec: add missed clk_disable_unprepare in remove by Chuhong Yuan · 4 years, 7 months ago
  4. c12b413 net: fec: Do not use netdev messages too early by Fabio Estevam · 5 years ago
  5. 4c78f0c net: fec: fix the clk mismatch in failed_reset path by Andy Duan · 5 years ago
  6. 2cdc244 net: fec: fix rare tx timeout by Rickard x Andersson · 6 years ago
  7. aabd703 net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272 by Fabio Estevam · 7 years ago
  8. c3860a3 net: fec: Fix unbalanced PM runtime calls by Florian Fainelli · 6 years ago
  9. 8c4e516 net: fec: add phy-reset-gpios PROBE_DEFER check by Fugang Duan · 7 years ago
  10. 8c38f31 net: fec: Allow reception of frames bigger than 1522 bytes by Andrew Lunn · 7 years ago
  11. 930882f net: fec: unmap the xmit buffer that are not transferred by DMA by Fugang Duan · 6 years ago
  12. c13a05a net: fec: fix multicast filtering hardware setup by Rui Sousa · 7 years ago
  13. f85de66 net: fec: fix compile with CONFIG_M5272 by Nikita Yushchenko · 7 years ago
  14. 80cca77 net: fec: cache statistics while device is down by Nikita Yushchenko · 8 years ago
  15. 82005b1 net: ethernet: fec: fix fixed-link phydev leaks by Johan Hovold · 8 years ago
  16. 235bde1 net: fec: Call swap_buffer() prior to IP header alignment by Fabio Estevam · 8 years ago
  17. b82d44d net: fec: set mac address unconditionally by Gavin Schenk · 8 years ago
  18. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  19. 3ac72b7 net: fec: align IP header in hardware by Eric Nelson · 8 years ago
  20. 97dc499 net: fec: remove QUIRK_HAS_RACC from i.mx27 by Eric Nelson · 8 years ago
  21. 653d37d net: fec: remove QUIRK_HAS_RACC from i.mx25 by Eric Nelson · 8 years ago
  22. 6176e89 net: fix up a few missing hashtable.h conflict resolutions by Jiri Kosina · 8 years ago
  23. fbae5cb Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  24. 213ae90 Merge tag 'imx-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/soc by Olof Johansson · 8 years ago
  25. a51d3ab net: fec: use a more proper compatible string for i.MX6UL type device by Fugang Duan · 8 years ago
  26. ff7566b net: fec: add interrupt coalesc quirk flag by Fugang Duan · 8 years ago
  27. eb37c563 net: fec: handle small PHY reset durations more precisely by Stefan Wahren · 8 years ago
  28. 2938090 ARM: imx6: disable deeper idle states when FEC is active w/o HW workaround by Lucas Stach · 8 years ago
  29. 9f647a6 net: fec: fix spelling mistakes and add missing newline by Colin Ian King · 8 years ago
  30. 7fafe80 net: fec: update dirty_tx even if no skb by Troy Kisky · 8 years ago
  31. 9365fbf net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  32. 45f5c32 net: ethernet: fec: use phydev from struct net_device by Philippe Reynes · 8 years ago
  33. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. 1c021bb net: fec: only clear a queue's work bit if the queue was emptied by Uwe Kleine-König · 8 years ago
  35. 54846f5 fec: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  36. 32867fc fec: Do not access unexisting register in Coldfire by Fabio Estevam · 8 years ago
  37. 962d8cd net: fec: Rename "phy-reset-active-low" property by Bernhard Walle · 8 years ago
  38. 64f10f6 net: fec: Add "phy-reset-active-low" property to DT by Bernhard Walle · 8 years ago
  39. fc75ba5 net: fec: improve error handling by Troy Kisky · 8 years ago
  40. be29346 net: fec: don't transfer ownership until descriptor write is complete by Troy Kisky · 8 years ago
  41. 80dc6a9 net: fec: don't disable FEC_ENET_TS_TIMER interrupt by Troy Kisky · 8 years ago
  42. 53bb20d net: fec: add variable reg_desc_active to speed things up by Troy Kisky · 8 years ago
  43. 7355f27 net: fec: add struct bufdesc_prop by Troy Kisky · 8 years ago
  44. 93c595f net: fec: fix fec_enet_get_free_txdesc_num by Troy Kisky · 8 years ago
  45. 095098e net: fec: fix rx error counts by Troy Kisky · 8 years ago
  46. 55cd48c net: fec: stop the "rcv is not +last, " error messages by Troy Kisky · 8 years ago
  47. 05f3b50 net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28 by Johannes Berg · 8 years ago
  48. 5cfa303 net: fec: make driver endian-safe by Johannes Berg · 8 years ago
  49. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 8 years ago
  50. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 8 years ago
  51. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 8 years ago
  52. 73b1c90 net: fec: no need to test for the return type of of_property_read_u32 by Saurabh Sengar · 9 years ago
  53. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  54. f444457 fec: Use gpio_set_value_cansleep() by Fabio Estevam · 9 years ago
  55. 5b40f70 net: fec: Remove unneeded FEATURES_NEED_QUIESCE definition by Fabio Estevam · 9 years ago
  56. 9638d19 net: fec: add netif status check before set mac address by Nimrod Andy · 9 years ago
  57. 42ea445 net: fec: normalize return value of pm_runtime_get_sync() in MDIO write by Maciej S. Szmigiero · 9 years ago
  58. ed63f1d net: fec: clear receive interrupts before processing a packet by Russell King · 9 years ago
  59. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  60. aac27c7 net: fec: use reinit_completion() in mdio accessor functions by Russell King · 9 years ago
  61. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  62. b0c6ce2 net: fec: Remove unneeded use of IS_ERR_VALUE() macro by Fabio Estevam · 9 years ago
  63. c4bc44c net: fec: fix the race between xmit and bdp reclaiming path by Kevin Hao · 9 years ago
  64. 14d2b7c net: fec: fix initial runtime PM refcount by Lucas Stach · 9 years ago
  65. 8fff755 net: fec: Ensure clocks are enabled while using mdio bus by Andrew Lunn · 9 years ago
  66. 32cba57 net: fec: introduce fec_ptp_stop and use in probe fail path by Lucas Stach · 9 years ago
  67. c0a1a0a net: fec: use managed DMA API functions to allocate BD ring by Lucas Stach · 9 years ago
  68. c9805b9 Revert "net: fec: Ensure clocks are enabled while using mdio bus" by Fabio Estevam · 9 years ago
  69. 6c3e921b net: fec: Ensure clocks are enabled while using mdio bus by Andrew Lunn · 9 years ago
  70. 1880349 net: fec: don't access RACC register when not available by Greg Ungerer · 9 years ago
  71. 55dd275 net: fec: init MAC prior to mii bus probe by Nimrod Andy · 9 years ago
  72. db65f35 net: fec: add support of ethtool get_regs by Philippe Reynes · 9 years ago
  73. e813bb2 net: fec: Fix RGMII-ID mode by Markus Pargmann · 9 years ago
  74. 63c6073 net: fec: setup right value for mdio hold time by Uwe Kleine-König · 9 years ago
  75. a2fe37b Revert "net: fec: fix the warning found by dma debug" by Fabio Estevam · 9 years ago
  76. af5cbc9 net: fec: fix receive VLAN CTAG HW acceleration issue by Nimrod Andy · 9 years ago
  77. e9647d1 net: fec: fix unbalanced clk disable on driver unbind by Stefan Agner · 9 years ago
  78. 61615cd net: fec: fix rcv is not last issue when do suspend/resume test by Fugang Duan · 9 years ago
  79. 1b4b32c net: fec: Delete unnecessary checks before the function call "kfree" by Markus Elfring · 9 years ago
  80. 2b995f6 net: fec: fix the warning found by dma debug by Nimrod Andy · 9 years ago
  81. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  82. 3d125f9 net: fec: fix MDIO bus assignement for dual fec SoC's by Stefan Agner · 9 years ago
  83. 0c81859 net: fec: fix NULL pointer dereference in fec_enet_timeout_work by Hubert Feurstein · 9 years ago
  84. de40ed3 net: fec: add Wake-on-LAN support by Nimrod Andy · 9 years ago
  85. 94191fd net: fec: Fix NAPI race by Nimrod Andy · 9 years ago
  86. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  87. 0c5a3ae net: fec: only enable mdio interrupt before phy device link up by Nimrod Andy · 9 years ago
  88. e17f7fe net: fec: clear all interrupt events to support i.MX6SX by Nimrod Andy · 9 years ago
  89. 858eeb7 net: fec: reset fep link status in suspend function by Nimrod Andy · 9 years ago
  90. 213a992 net: fec: avoid kernal crash by NULL pointer when no phy connection by Nimrod Andy · 9 years ago
  91. d543a76 net: fec: init maximum receive buffer size for ring1 and ring2 by Nimrod Andy · 10 years ago
  92. c20e599 net: fec: remove unused return value from swap_buffer() by Lothar Waßmann · 10 years ago
  93. 7b487d0 net: fec: simplify loop counter handling in swap_buffer() by Lothar Waßmann · 10 years ago
  94. e453789 net: fec: use swab32s() instead of cpu_to_be32() by Lothar Waßmann · 10 years ago
  95. 6b7e400 net: fec: improve access to quirk flags by copying them into fec_enet_private struct by Lothar Waßmann · 10 years ago
  96. 217b584 net: fec: change type of 'bufdesc_ex' to bool by Lothar Waßmann · 10 years ago
  97. 1310b54 net: fec: fix regression on i.MX28 introduced by rx_copybreak support by Lothar Waßmann · 10 years ago
  98. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  99. f4c4a4e net: fec: fix suspend broken on multiple MACs sillicons by Nimrod Andy · 10 years ago
  100. 81f35ff net: fec: ptp: fix NULL pointer dereference if ptp_clock is not set by Philipp Zabel · 10 years ago