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