1. ffdce2c net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers() by Russell King · 11 years ago
  2. 8b7c9ef net: fec: ensure fec_enet_free_buffers() properly cleans the rings by Russell King · 11 years ago
  3. d6bf314 net: fec: clean up transmit descriptor setup by Russell King · 11 years ago
  4. 730ee36 net: fec: make rx skb handling more robust by Russell King · 11 years ago
  5. 5d165c5 net: fec: remove useless fep->opened by Russell King · 11 years ago
  6. d76cfae net: fec: stop the phy before shutting down the MAC by Russell King · 11 years ago
  7. 0b146ca net: fec: ensure that a disconnected phy isn't configured by Russell King · 11 years ago
  8. 635cf17 net: fec: remove checking for NULL phy_dev in fec_enet_close() by Russell King · 11 years ago
  9. b49cd50 net: fec: use netif_tx_disable() rather than netif_stop_queue() by Russell King · 11 years ago
  10. 7a16807 net: fec: fix interrupt handling races by Russell King · 11 years ago
  11. 9671a42 net: fec: fix ethtool set_pauseparam duplex bug by Russell King · 11 years ago
  12. b44592f net: fec: iMX6 FEC does not support half-duplex gigabit by Russell King · 11 years ago
  13. 62a02c9 net: fec: Don't clear IPV6 header checksum field when IP accelerator enable by Fugang Duan · 11 years ago
  14. 79f3391 net: fec: Add software TSO support by Nimrod Andy · 11 years ago
  15. 6e90928 net: fec: Add Scatter/gather support by Nimrod Andy · 11 years ago
  16. 55d0218 net: fec: Increase buffer descriptor entry number by Nimrod Andy · 11 years ago
  17. 09d1e54 net: fec: Factorize feature setting by Nimrod Andy · 11 years ago
  18. 96c50ca net: fec: Enable IP header hardware checksum by Nimrod Andy · 11 years ago
  19. 61a4427 net: fec: Factorize the .xmit transmit function by Nimrod Andy · 11 years ago
  20. a68ab98 fec: Include pinctrl header file by Fabio Estevam · 11 years ago
  21. 5bbde4d net: fec: use pinctrl PM helpers by Nimrod Andy · 11 years ago
  22. 98a6eeb net: fec: correct the MDIO clock source by Nimrod Andy · 11 years ago
  23. e8fcfcd net: fec: optimize the clock management to save power by Nimrod Andy · 11 years ago
  24. 44934fa net: fec: make sure to init MAC address by Lucas Stach · 11 years ago
  25. fe29bd8 fec: remove empty MDIO bus function by Florian Fainelli · 11 years ago
  26. 8e7e687 fec: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  27. 84fe618 eth: fec: Fix lost promiscuous mode after reconnecting cable by Stefan Wahren · 11 years ago
  28. fb8ef78 net: fec: fix potential issue to avoid fec interrupt lost and crc error by Duan Fugang-B38611 · 11 years ago
  29. ce5eaf0 NET: fec: only enable napi if we are successful by Russell King · 11 years ago
  30. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  31. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  32. 7d30622 fec: Revert "fec: Do not assume that PHY reset is active low" by Fabio Estevam · 11 years ago
  33. 7a399e3 fec: Do not assume that PHY reset is active low by Fabio Estevam · 11 years ago
  34. 7a2a845 net: fec: fix potential use after free by Eric Dumazet · 11 years ago
  35. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  36. a1bf175 net:fec: remove duplicate lines in comment about errata ERR006358 by Philippe De Muyter · 11 years ago
  37. 426e1fa Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  38. 2488a54 net: fec_main: dma_map() only the length of the skb by Sebastian Siewior · 11 years ago
  39. 1d5244d fec: Implement the SIOCGHWTSTAMP ioctl by Ben Hutchings · 11 years ago
  40. d842a31 net:fec: fix WARNING caused by lack of calls to dma_mapping_error() by Duan Fugang-B38611 · 11 years ago
  41. 44a272d net: fec: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  42. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  43. 36e24e2 net: fec: fix the error to get the previous BD entry by Duan Fugang-B38611 · 11 years ago
  44. 0affdf3 net: fec: fix time stamping logic after napi conversion by Richard Cochran · 11 years ago
  45. 7d7628f net/fec: cleanup types in fec_get_mac() by Dan Carpenter · 11 years ago
  46. 94660ba net: fec: use dev_get_platdata() by Jingoo Han · 11 years ago
  47. 322555f fec: Use NAPI_POLL_WEIGHT by Fabio Estevam · 11 years ago
  48. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. a264b98 net/fec: Don't let ndo_start_xmit return NETDEV_TX_BUSY without link by Uwe Kleine-König · 11 years ago
  50. 0319165 net: fec: workaround stop tx during errata ERR006358 by Frank Li · 11 years ago
  51. f8c0aca fec: Add MODULE_ALIAS by Fabio Estevam · 11 years ago
  52. 0d9b2ab fec: Use devm_request_irq() by Fabio Estevam · 11 years ago
  53. 399db75 fec: Remove unneeded check in platform_get_resource() by Fabio Estevam · 11 years ago
  54. 13a097b fec: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  55. 79820e7 fec: Enable/disable clk_ptp in suspend/resume by Fabio Estevam · 11 years ago
  56. d265cf4 fec: Fix the order for enabling/disabling the clocks by Fabio Estevam · 11 years ago
  57. 9514fe7 fec: Do not enable/disable optional clocks unconditionally by Fabio Estevam · 11 years ago
  58. cdffcf1 net: fec: Add VLAN receive HW support. by Jim Baxter · 12 years ago
  59. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  60. b9eef55 net: fec: Fix RMON registers on imx6 by Jim Baxter · 12 years ago
  61. 06efce7 net: fec: Fix Transmitted bytes counter by Jim Baxter · 12 years ago
  62. 772e42b net: fec: Fix multicast list setup in fec_restart(). by Christoph Müllner · 12 years ago
  63. 38ae92d fec: Add support for reading RMON registers by Chris Healy · 12 years ago
  64. d139193 net: fec: Fix build for MCF5272 by Guenter Roeck · 12 years ago
  65. 32bc9b4 fec: Add support to restart autonegotiate by Chris Healy · 12 years ago
  66. 941e173 net: fec: Convert to use devm_ioremap_resource by Tushar Behera · 12 years ago
  67. ca162a8 fec: Only pass pdev in fec_ptp_init() by Fabio Estevam · 12 years ago
  68. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  69. ff5b2fa net: fec: add fallback to random MAC address by Lucas Stach · 12 years ago
  70. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  71. 238f7bc fec: Handle the regulator in suspend/resume by Fabio Estevam · 12 years ago
  72. c55284e fec: Remove irqs first by Fabio Estevam · 12 years ago
  73. f6a4d60 fec: Disable the PHY regulator on error and removal by Fabio Estevam · 12 years ago
  74. 7a2bbd8 fec: Invert the order of error path sequence by Fabio Estevam · 12 years ago
  75. f4e9f3d fec: Place the phy regulator in the private structure by Fabio Estevam · 12 years ago
  76. e6ff4c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  77. ffed61e fec: Use DIV_ROUND_UP macro by Fabio Estevam · 12 years ago
  78. 3680354 net: fec: use a more proper compatible string for MVF type device by Shawn Guo · 12 years ago
  79. 4a5bddf fec: Let device core handle pinctrl by Fabio Estevam · 12 years ago
  80. 1ed0d56 fec: Invert the order of function calls in fec_restart() by Fabio Estevam · 12 years ago
  81. 3169134 fec: Fix inconsistent lock state by Fabio Estevam · 12 years ago
  82. 4849625 net: fec: enable hardware checksum only on imx6q-fec by Shawn Guo · 12 years ago
  83. 54309fa net: fec: fix kernel oops when plug/unplug cable many times by Frank Li · 12 years ago
  84. 38f56f3 Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  85. 4c09eed net: fec: Enable imx6 enet checksum acceleration. by Jim Baxter · 12 years ago
  86. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  87. 5a5967d fec: Remove unneeded asm header files by Fabio Estevam · 12 years ago
  88. bf7bfd7 fec: Use SIMPLE_DEV_PM_OPS by Fabio Estevam · 12 years ago
  89. 31b7720 fec: Convert printks to netdev_<level> by Joe Perches · 12 years ago
  90. eb1d064 fec: Fix PHC device log by Fabio Estevam · 12 years ago
  91. ca7c4a4 ethernet/fec: Add Vybrid family fec support by Jingchang Lu · 12 years ago
  92. 6c5f780 net/freescale/fec: Simplify OF dependencies by Guenter Roeck · 12 years ago
  93. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  94. 96d2222 net: fec: TX Buffer incorrectly initialized by Jim Baxter · 12 years ago
  95. 793fc09 net: fec: build fec.c and fec_ptp.c to one module by Frank Li · 12 years ago[Renamed from drivers/net/ethernet/freescale/fec.c]
  96. 47a5247 net: fec: make local function fec_poll_controller() static by Wei Yongjun · 12 years ago
  97. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  98. da2191e net: fec: Define indexes as 'unsigned int' by Fabio Estevam · 12 years ago
  99. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  100. 3f104c3 net: fec: fix missing napi_disable call by Georg Hofmann · 12 years ago