1. 671d41e net-next: mediatek: add RX IRQ delay support by John Crispin · 8 years ago
  2. 5969c42 net-next: mediatek: print phy status changes for non DSA GMACs by John Crispin · 8 years ago
  3. 5514174 net: phy: Make phy_ethtool_ksettings_get return void by yuval.shaia@oracle.com · 8 years ago
  4. 7b9f6da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  5. 134d215 net: ethernet: mediatek: fix inconsistency of port number carried in TXD by Sean Wang · 8 years ago
  6. 81d2dd0 net: ethernet: mediatek: fix inconsistency between TXD and the used buffer by Sean Wang · 8 years ago
  7. 3174b3b net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instance by Sean Wang · 8 years ago
  8. 87e3df4 net-next: ethernet: mediatek: add CDM able to recognize the tag for DSA by Sean Wang · 8 years ago
  9. e3c36e4 net: mediatek: Use eth_hw_addr_random() by Tobias Klauser · 8 years ago
  10. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  11. 8b901f6 net-next: ethernet: mediatek: change the compatible string by John Crispin · 9 years ago
  12. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 9 years ago
  13. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  14. 16a67eb net: ethernet: mediatek: fix fixed-link phydev leaks by Johan Hovold · 9 years ago
  15. 81ad2b7 net: ethernet: mediatek: use dev_kfree_skb_any instead of dev_kfree_skb by Wei Yongjun · 9 years ago
  16. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 9 years ago
  17. 983e1a6 net: ethernet: mediatek: get hw lro capability by the chip id instead of by the dtsi by Nelson Chang · 9 years ago
  18. b95b6d9 net: ethernet: mediatek: get the chip id by ETHDMASYS registers by Nelson Chang · 9 years ago
  19. 3a82e78 net: ethernet: mediatek: mark symbols static where possible by Baoyou Xie · 9 years ago
  20. ca3ba10 net: ethernet: mediatek: bug fix to disable HW LRO by Nelson Chang · 9 years ago
  21. 6bf563d net: ethernet: mediatek: add to stop PDMA while stopping the frame engine by Nelson Chang · 9 years ago
  22. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  23. f6f7d9c net: ethernet: mediatek: get out of potential invalid pointer access by Sean Wang · 9 years ago
  24. 3e60b74 net: ethernet: mediatek: use [get|set]_link_ksettings by Sean Wang · 9 years ago
  25. a2b2a19 net: ethernet: mediatek: remove superfluous local variable for phy address by Sean Wang · 9 years ago
  26. 2364c5c net: ethernet: mediatek: use phydev from struct net_device by Sean Wang · 9 years ago
  27. f430dea net: ethernet: mediatek: add support for GMAC0 connecting with external PHY through TRGMII by Sean Wang · 9 years ago
  28. 572de60 net: ethernet: mediatek: add extension of phy-mode for TRGMII by Sean Wang · 9 years ago
  29. e82f714 net: ethernet: mediatek: fix missing changes merged for conflicts overlapping commits by Sean Wang · 9 years ago
  30. 94d308d net: ethernet: mediatek: enhance with avoiding superfluous assignment inside mtk_get_ethtool_stats by Sean Wang · 9 years ago
  31. 7aab747 net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRO by Nelson Chang · 9 years ago
  32. ee40681 net: ethernet: mediatek: add HW LRO functions of PDMA RX rings by Nelson Chang · 9 years ago
  33. 7077dc4 net: ethernet: mediatek: fix module loading automatically based on MODULE_DEVICE_TABLE by Sean Wang · 9 years ago
  34. dce6fa4 net: ethernet: mediatek: avoid race condition during the reset process by Sean Wang · 9 years ago
  35. 2a8307a net: ethernet: mediatek: add more resets for internal ethernet circuit block by Sean Wang · 9 years ago
  36. 9ea4d31 net: ethernet: mediatek: add the whole ethernet reset into the reset process by Sean Wang · 9 years ago
  37. 26a2ad8 net: ethernet: mediatek: add controlling power domain the ethernet belongs to by Sean Wang · 9 years ago
  38. 8a8a9e8 net: ethernet: mediatek: cleanup error path inside mtk_hw_init by Sean Wang · 9 years ago
  39. bf253fb net: ethernet: mediatek: add mtk_hw_deinit call as the opposite to mtk_hw_init call by Sean Wang · 9 years ago
  40. 85574db net: ethernet: mediatek: refactoring mtk_hw_init to be reused by Sean Wang · 9 years ago
  41. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  42. 41156ce net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPI by Sean Wang · 9 years ago
  43. 635372a net: ethernet: mediatek: enhance RX path by reducing the frequency of the memory barrier used by Sean Wang · 9 years ago
  44. aa6e8a5 net: ethernet: mediatek: fix error handling inside mtk_mdio_init by Sean Wang · 9 years ago
  45. 1e515b7 net: ethernet: mediatek: use devm_mdiobus_alloc instead of mdiobus_alloc inside mtk_mdio_init by Sean Wang · 9 years ago
  46. b5776f0 net: ethernet: mediatek: fix the missing of_node_put() after node is used done inside mtk_mdio_init by Sean Wang · 9 years ago
  47. 79e9a41 net: ethernet: mediatek: fix issue of driver removal with interface is up by Sean Wang · 9 years ago
  48. 7c6b0d7 net: ethernet: mediatek: fix logic unbalance between probe and remove by Sean Wang · 9 years ago
  49. d3bd1ce net: ethernet: mediatek: remove redundant free_irq for devm_request_irq allocated irq by Sean Wang · 9 years ago
  50. 1b43079 net: ethernet: mediatek: fix API usage with skb_free_frag by Sean Wang · 9 years ago
  51. 549e549 net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPROBE_DEFER by Sean Wang · 9 years ago
  52. c6f1dc4 net: ethernet: mediatek: fix fails from TX housekeeping due to incorrect port setup by Sean Wang · 9 years ago
  53. 6a38cb1 net: mediatek: constify ethtool_ops structures by Julia Lawall · 9 years ago
  54. 9c08435 net: ethernet: mediatek: modify GDM to send packets to the PDMA for RX by Nelson Chang · 9 years ago
  55. bacfd11 net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ethernet RX by Nelson Chang · 9 years ago
  56. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  57. 55a4e77 net: ethernet: mediatek: fix runtime warning raised by inconsistent struct device pointers passed to DMA API by sean.wang@mediatek.com · 9 years ago
  58. b2025c7 net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enabled properly by sean.wang@mediatek.com · 9 years ago
  59. 8ca7f4f net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMAC by sean.wang@mediatek.com · 9 years ago
  60. 45d3393 net: mediatek: remove unnecessary platform_set_drvdata() by Wei Yongjun · 9 years ago
  61. e8c2993 net: ethernet: mediatek: add the missing of_node_put() after node is used done by sean.wang@mediatek.com · 9 years ago
  62. d7005652 net: ethernet: mediatek: fixed that initializing u64_stats_sync is missing by sean.wang@mediatek.com · 9 years ago
  63. e3e9652 net: ethernet: mediatek: enhance the locking using the lightweight ones by Sean Wang · 9 years ago
  64. 379672d net: mediatek: fix non static symbol warnings by Wei Yongjun · 9 years ago
  65. fcf752a net: mediatek: remove .owner field for driver by Wei Yongjun · 9 years ago
  66. 019d0c9 net-next: mediatek: remove superfluous free_irq() call by John Crispin · 9 years ago
  67. 8186f6e net-next: mediatek: fix compile error inside mtk_poll_controller() by John Crispin · 9 years ago
  68. 8067302 net-next: mediatek: add support for IRQ grouping by John Crispin · 9 years ago
  69. 7bc9cce net-next: mediatek: add IRQ locking by John Crispin · 9 years ago
  70. eece71e net-next: mediatek: don't use intermediate variables to store IRQ masks by John Crispin · 9 years ago
  71. 6e6edd8 net-next: mediatek: remove superfluous register reads by John Crispin · 9 years ago
  72. 82c6544 net: mediatek: remove superfluous queue wake up call by John Crispin · 9 years ago
  73. ad3cba9 net: mediatek: only wake the queue if it is stopped by John Crispin · 9 years ago
  74. 12c97c1 net: mediatek: fix off by one in the TX ring allocation by John Crispin · 9 years ago
  75. eaadf9f net: mediatek: increase watchdog_timeo by John Crispin · 9 years ago
  76. 04698cc net: mediatek: fix threshold value by John Crispin · 9 years ago
  77. 2ff0bb6 net: mediatek: disable all interrupts during probe by John Crispin · 9 years ago
  78. 6675086 net: mediatek: add next data pointer coherency protection by John Crispin · 9 years ago
  79. 94321a9 net: mediatek: dropped rx packets are not being counted properly by John Crispin · 9 years ago
  80. 2fae723 net: mediatek: invalid buffer lookup in mtk_tx_map() by John Crispin · 9 years ago
  81. 605e4fe net: mediatek: fix missing free of scratch memory by John Crispin · 9 years ago
  82. 562c5a7 net: mediatek: add missing return code check by John Crispin · 9 years ago
  83. 37920fc net-next: mediatek: properly handle RGMII modes by John Crispin · 9 years ago
  84. 0c72c50 net-next: mediatek: add fixed-phy support by John Crispin · 9 years ago
  85. 08ef55c net-next: mediatek: fix gigabit and flow control advertisement by John Crispin · 9 years ago
  86. 207bdf1 net-next: mediatek: use mdiobus_free() in favour of kfree() by John Crispin · 9 years ago
  87. 369f045 net: mediatek: do not set the QID field in the TX DMA descriptors by John Crispin · 9 years ago
  88. 7c78b4a net: mediatek: move the pending_work struct to the device generic struct by John Crispin · 9 years ago
  89. e7d425d net: mediatek: fix mtk_pending_work by John Crispin · 9 years ago
  90. 34c2e4c net: mediatek: fix TX locking by John Crispin · 9 years ago
  91. 13c822f net: mediatek: fix stop and wakeup of queue by John Crispin · 9 years ago
  92. 13439ee net: mediatek: remove superfluous reset call by John Crispin · 9 years ago
  93. beeb4ca net: mediatek: mtk_cal_txd_req() returns bad value by John Crispin · 9 years ago
  94. 82500aa net: mediatek: watchdog_timeo was not set by John Crispin · 9 years ago
  95. 621e49f net: mediatek: fix checking for NULL instead of IS_ERR() in .probe by Vladimir Zapolskiy · 9 years ago
  96. 48e7742 mediatek: unlock on error in mtk_tx_map() by Dan Carpenter · 9 years ago
  97. 977bc20 mediatek: checking for IS_ERR() instead of NULL by Dan Carpenter · 9 years ago
  98. 916848c net: mediatek: check device_reset return code by Arnd Bergmann · 9 years ago
  99. a25cdc0 net: mediatek: remove incorrect dma_mask assignment by Arnd Bergmann · 9 years ago
  100. 6aab1a6 net: mediatek: use dma_addr_t correctly by Arnd Bergmann · 9 years ago