1. b64bf4b net: fec: align rx data buffer size for dma map/unmap by Nimrod Andy · 10 years ago
  2. f88c7ed net: fec: remove the ERR006358 workaround for imx6sx enet by Nimrod Andy · 10 years ago
  3. befe821 net: fec: Add Ftype to BD to distiguish three tx queues for AVB by Nimrod Andy · 10 years ago
  4. aebac74 fec: Remove fec_enet_select_queue() by Fabio Estevam · 10 years ago
  5. b749fc9 net: fec: fix code identation by Nimrod Andy · 10 years ago
  6. 37d6017 net: fec: Workaround for imx6sx enet tx hang when enable three queues by Fugang Duan · 10 years ago
  7. 73e7228 net:fec: increase DMA queue number by Fugang Duan · 10 years ago
  8. d851b47 net: fec: add interrupt coalescence feature support by Fugang Duan · 10 years ago
  9. b7bd75c net: fec: refine error handle of parser queue number from DT by Frank Li · 10 years ago
  10. bf3c228 net: fec: fix build error at m68k platform by Frank Li · 10 years ago
  11. 949bdd2 net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in conjunction with strncpy by Rickard Strandqvist · 10 years ago
  12. 61cd2eb net: fec: use container_of to resolve bufdesc_ex from bufdesc by Fabian Frederick · 10 years ago
  13. b4d39b5 net: fec: init complete variable in early to avoid kernel dump by Fugang Duan · 10 years ago
  14. 41ef84c net: fec: change FEC alignment according to i.mx6 sx requirement by Fugang Duan · 10 years ago
  15. ba593e0 net:fec: Add fsl,imx6sx-fec compatible strings by Fugang Duan · 10 years ago
  16. ce99d0d net: fec: add enet-avb IP support by Frank Li · 10 years ago
  17. 106c314 net:fec: Disable enet-avb MAC instead of reset MAC by Fugang Duan · 10 years ago
  18. 59d0f74 net: fec: init multi queue date structure by Frank Li · 10 years ago
  19. 9fc095f net: fec: parser max queue number from dt file by Fugang Duan · 10 years ago
  20. 4d494cd net: fec: change data structure to support multiqueue by Fugang Duan · 10 years ago
  21. 95a7747 net:fec: add enet AVB feature macro define for imx6sx by Fugang Duan · 10 years ago
  22. 9b5330e net:fec: add enet refrence clock for i.MX 6SX chip by Fugang Duan · 10 years ago
  23. 91c0d98 net: fec: ptp: avoid register access when ipg clock is disabled by Nimrod Andy · 10 years ago
  24. f0094b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  25. 407066f net: fec: Support phys probed from devicetree and fixed-link by Uwe Kleine-König · 10 years ago
  26. 4da5e6a net: ucc_geth: fix build failure by Uwe Kleine-König · 10 years ago
  27. f8e8be1 fec_mpc52xx: delete unneeded test before of_node_put by Julia Lawall · 10 years ago
  28. a1f7d81 net: ucc_geth: Don't use the MAC as PHY without a fixed link by Uwe Kleine-König · 10 years ago
  29. f1f02fa net: ucc_geth: make probe consistently acquire a reference to the phy node by Uwe Kleine-König · 10 years ago
  30. fa31078 net: ucc_geth: drop acquired references in probe error path and remove by Uwe Kleine-König · 10 years ago
  31. 129cc83 net: fs_enet: fix reference counting for phy_node by Uwe Kleine-König · 10 years ago
  32. 6f2c9bd net: gianfar: fix reference counting for phy_node by Uwe Kleine-König · 10 years ago
  33. 888c88b net: gianfar: no need to check parameter being != NULL for of_node_put by Uwe Kleine-König · 10 years ago
  34. f536b3c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  35. 9e6492e net/fsl: Add format length modifier to avoid negative values by Shruti Kanetkar · 10 years ago
  36. c1543d3 net/fsl: fix misspelled word by Madalin Bucur · 10 years ago
  37. dd66d38 fec: Simplify the PM related hooks by Fabio Estevam · 10 years ago
  38. 56a7a06a ucc_geth: remove unnecessary break after return by Fabian Frederick · 10 years ago
  39. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  40. bfd4ecd net: fec: consolidate hwtstamp implementation by Russell King · 10 years ago
  41. 96018f5 net: fec: remove useless status check in tx reap path by Russell King · 10 years ago
  42. 344756f net: fec: add support for dumping transmit ring on timeout by Russell King · 10 years ago
  43. c1d7c48 net: fec: reorder ethtool ops to match order in struct declaration by Russell King · 10 years ago
  44. db3421c net: fec: clear receive interrupts before processing a packet by Russell King · 10 years ago
  45. 36cdc74 net: fec: replace delayed work with standard work by Russell King · 10 years ago
  46. ccea296 net: fec: better implementation of iMX6 ERR006358 quirk by Russell King · 10 years ago
  47. ef83337 net: fec: clean up duplex mode handling by Russell King · 10 years ago
  48. f208ce1 net: fec: quiesce packet processing when taking link down in fec_enet_adjust_link() by Russell King · 10 years ago
  49. 8506fa1 net: fec: quiesce packet processing before changing features by Russell King · 10 years ago
  50. 9a7ba43 net: fec: quiesce packet processing before stopping device in fec_set_features() by Russell King · 10 years ago
  51. 31a6de3 net: fec: quiesce packet processing before stopping device in fec_suspend() by Russell King · 10 years ago
  52. 6af42d4 net: fec: remove inappropriate calls around fec_restart() by Russell King · 10 years ago
  53. dbc64a8 net: fec: move calls to quiesce/resume packet processing out of fec_restart() by Russell King · 10 years ago
  54. 8ce5624 net: fec: only restart or stop the device if it is present and running by Russell King · 10 years ago
  55. 8bbbd3c net: fec: ensure fec_enet_close() copes with resume failure by Russell King · 10 years ago
  56. da1774e net: fec: improve safety of suspend/resume/transmit timeout paths by Russell King · 10 years ago
  57. ffdce2c net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers() by Russell King · 10 years ago
  58. 8b7c9ef net: fec: ensure fec_enet_free_buffers() properly cleans the rings by Russell King · 10 years ago
  59. d6bf314 net: fec: clean up transmit descriptor setup by Russell King · 10 years ago
  60. 730ee36 net: fec: make rx skb handling more robust by Russell King · 10 years ago
  61. 5d165c5 net: fec: remove useless fep->opened by Russell King · 10 years ago
  62. d76cfae net: fec: stop the phy before shutting down the MAC by Russell King · 10 years ago
  63. 0b146ca net: fec: ensure that a disconnected phy isn't configured by Russell King · 10 years ago
  64. 635cf17 net: fec: remove checking for NULL phy_dev in fec_enet_close() by Russell King · 10 years ago
  65. b49cd50 net: fec: use netif_tx_disable() rather than netif_stop_queue() by Russell King · 10 years ago
  66. 7a16807 net: fec: fix interrupt handling races by Russell King · 10 years ago
  67. 9671a42 net: fec: fix ethtool set_pauseparam duplex bug by Russell King · 10 years ago
  68. b44592f net: fec: iMX6 FEC does not support half-duplex gigabit by Russell King · 10 years ago
  69. 8844a00 powerpc/ucc_geth: deal with a compile warning by Zhao Qiang · 10 years ago
  70. 087dfae powerpc/8xx: Remove empty asm/mpc8xx.h by Scott Wood · 10 years ago
  71. 62a02c9 net: fec: Don't clear IPV6 header checksum field when IP accelerator enable by Fugang Duan · 10 years ago
  72. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  73. 79f3391 net: fec: Add software TSO support by Nimrod Andy · 10 years ago
  74. 6e90928 net: fec: Add Scatter/gather support by Nimrod Andy · 10 years ago
  75. 55d0218 net: fec: Increase buffer descriptor entry number by Nimrod Andy · 10 years ago
  76. 09d1e54 net: fec: Factorize feature setting by Nimrod Andy · 10 years ago
  77. 96c50ca net: fec: Enable IP header hardware checksum by Nimrod Andy · 10 years ago
  78. 61a4427 net: fec: Factorize the .xmit transmit function by Nimrod Andy · 10 years ago
  79. 39f3336 net/fsl: xgmac_mdio is dependent on OF_MDIO by Andy Fleming · 10 years ago
  80. 55fd364 net/fsl: Make xgmac_mdio read error message useful by Shruti Kanetkar · 10 years ago
  81. f666f87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  82. d4c642e gianfar: Call netif_carrier_off() prior to registration by Fabio Estevam · 10 years ago
  83. 898157e gianfar: Fix the section mismatch warnings. by Xiubo Li · 10 years ago
  84. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  85. a68ab98 fec: Include pinctrl header file by Fabio Estevam · 10 years ago
  86. 5bbde4d net: fec: use pinctrl PM helpers by Nimrod Andy · 10 years ago
  87. 8700981 ucc_geth: use the new fixed PHY helpers by Florian Fainelli · 10 years ago
  88. be40364 gianfar: use the new fixed PHY helpers by Florian Fainelli · 10 years ago
  89. bb74d9a fs_enet: use the new fixed PHY helpers by Florian Fainelli · 10 years ago
  90. 98a6eeb net: fec: correct the MDIO clock source by Nimrod Andy · 10 years ago
  91. e8fcfcd net: fec: optimize the clock management to save power by Nimrod Andy · 10 years ago
  92. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  93. 6ce29b0 gianfar: Avoid unnecessary reg accesses in adjust_link() by Claudiu Manoil · 10 years ago
  94. 98a46d4 gianfar: Check if phydev present on ethtool -A by Claudiu Manoil · 10 years ago
  95. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  96. 44934fa net: fec: make sure to init MAC address by Lucas Stach · 10 years ago
  97. 5cab273 fs_enet: remove empty MDIO bus function by Florian Fainelli · 10 years ago
  98. fe29bd8 fec: remove empty MDIO bus function by Florian Fainelli · 10 years ago
  99. 3614574 ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  100. 8e7e687 fec: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 10 years ago