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