1. 3c201b5 net: stmmac: socfpga: Remove re-registration of reset controller by Marek Vasut · 8 years ago
  2. 734e00f net: stmmac: socfgpa: Ensure emac bit set in System Manger for PTP by Phil Reid · 8 years ago
  3. 52f95bb stmmac: fix adjust link call in case of a switch is attached by Giuseppe CAVALLARO · 8 years ago
  4. a7657f1 stmmac: fix MDIO settings by Giuseppe CAVALLARO · 8 years ago
  5. d7e944c Revert "stmmac: Fix 'eth0: No PHY found' regression" by Giuseppe CAVALLARO · 8 years ago
  6. a00e3ab stmmac: fix TX normal DESC by Giuseppe CAVALLARO · 8 years ago
  7. cc2fa61 net: stmmac: Don't search for phys if mdio node is defined. by Phil Reid · 8 years ago
  8. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. 4c3e962 stmmac: fix noderef.cocci warnings by Wu Fengguang · 8 years ago
  10. 88f8b1b stmmac: Fix 'eth0: No PHY found' regression by Gabriel Fernandez · 8 years ago
  11. 3796e44 stmmac: update version to Oct_2015 by Giuseppe Cavallaro · 8 years ago
  12. 120e87f stmmac: tune rx copy via threshold. by Giuseppe Cavallaro · 8 years ago
  13. 22ad383 stmmac: do not perform zero-copy for rx frames by Giuseppe Cavallaro · 8 years ago
  14. 8ecd80a stmmac: fix phy init when attached to a phy by Fabrice Gasnier · 8 years ago
  15. 8e99fc5 stmmac: do not poll phy handler when attach a switch by Giuseppe Cavallaro · 8 years ago
  16. 0e80bdc stmmac: first frame prep at the end of xmit routine by Giuseppe Cavallaro · 8 years ago
  17. fbc8082 stmmac: set dirty index out of the loop by Giuseppe Cavallaro · 8 years ago
  18. c363b65 stmmac: optimize tx clean function by Fabrice Gasnier · 8 years ago
  19. be434d5 stmmac: optimize tx desc management by Giuseppe Cavallaro · 8 years ago
  20. c1fa321 stmmac: merge get_rx_owner into rx_status routine. by Fabrice Gasnier · 8 years ago
  21. 9695136 stmmac: add is_jumbo field to dma data by Giuseppe Cavallaro · 8 years ago
  22. 2a6d8e1 stmmac: add last_segment field to dma data by Giuseppe Cavallaro · 8 years ago
  23. 553e2ab stmmac: add length field to dma data by Giuseppe Cavallaro · 8 years ago
  24. e3ad57c stmmac: review RX/TX ring management by Giuseppe Cavallaro · 8 years ago
  25. 293e436 stmmac: change descriptor layout by Giuseppe Cavallaro · 8 years ago
  26. afea036 stmmac: rework DMA bus setting and introduce new platform AXI structure by Giuseppe Cavallaro · 8 years ago
  27. 495db27 stmmac: share reset function between dwmac100 and dwmac1000 by Giuseppe Cavallaro · 8 years ago
  28. 6c672c9 stmmac: Don't exit mdio registration when mdio subnode is not found in the DTS by Romain Perier · 9 years ago
  29. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 9 years ago
  30. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  31. 84eff6d phy: add phydev_name() wrapper by Andrew Lunn · 9 years ago
  32. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  33. 4356981 stmmac: socfpga: Provide dt node to config ptp clk source. by Phil Reid · 9 years ago
  34. 19d857c stmmac: Fix calculations for ptp counters when clock input = 50Mhz. by Phil Reid · 9 years ago
  35. e34d656 stmmac: create of compatible mdio bus for stmmac driver by Phil Reid · 9 years ago
  36. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  37. d856c16 stmmac: dwmac-sunxi: Call exit cleanup function in probe error path by Chen-Yu Tsai · 9 years ago
  38. ae79a63 stmmac: fix resource management when resume by Giuseppe CAVALLARO · 9 years ago
  39. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  40. ead8763 stmmac: ipq806x: Return error values instead of pointers by Stephen Boyd · 9 years ago
  41. 2f7a791 stmmac: support Reg_9 to get HW level information by Giuseppe CAVALLARO · 9 years ago
  42. e527c4a stmmac: fix oversized frame reception by Giuseppe CAVALLARO · 9 years ago
  43. ae26c1c stmmac: fix PHY reset during resume by Giuseppe CAVALLARO · 9 years ago
  44. 22407e1 stmmac: dwmac-sti: fix st,tx-retime-src check by Giuseppe CAVALLARO · 9 years ago
  45. 61adcc0 stmmac: fix csr clock divisor for 300MHz by Giuseppe CAVALLARO · 9 years ago
  46. ac316c7 stmmac: fix a filter problem after resuming. by Giuseppe CAVALLARO · 9 years ago
  47. 49e4a22 stmmac: avoid ipq806x constant overflow warning by Arnd Bergmann · 9 years ago
  48. 428ad1b net: stmmac: fix double-initialization of phy_iface by LABBE Corentin · 9 years ago
  49. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. e6dbe1e stmmac: Correctly report PTP capabilities. by Phil Reid · 9 years ago
  51. 0a62415 net: stmmac: avoid using timespec by Arnd Bergmann · 9 years ago
  52. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. 23c2412 net: stmmac: fix type of entry variable by Andrzej Hajda · 9 years ago
  54. 892aa01 net: stmmac: Use msleep rather then udelay for reset delay by Sjoerd Simons · 9 years ago
  55. dfc50fc stmmac: fix check for phydev being open by Alexey Brodkin · 9 years ago
  56. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  57. 4f7eb70 stmmac: dwmac-ipq806x: fix static checker warning by Mathieu Olivari · 9 years ago
  58. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  59. ea11154 stmmac: fix missing MODULE_LICENSE in stmmac_platform by Joachim Eastwood · 9 years ago
  60. 16b1adb stmmac: dwmac-sti: refactor the init glue callbacks by Joachim Eastwood · 9 years ago
  61. 75fee59 stmmac: remove setup/free glue callbacks by Joachim Eastwood · 9 years ago
  62. f529f18 stmmac: dwmac-rk: use rk_gmac_ops as of match data by Joachim Eastwood · 9 years ago
  63. 92c2588 stmmac: dwmac-rk: make rk_gmac_ops structs static const by Joachim Eastwood · 9 years ago
  64. 07ca374 stmmac: dwmac-sti: use custom of match structure by Joachim Eastwood · 9 years ago
  65. 149aded stmmac: let dwmac-* drivers handle their own match data by Joachim Eastwood · 9 years ago
  66. 85d89e6 stmmac: move stmmac_pltfr_probe into dwmac-generic by Joachim Eastwood · 9 years ago
  67. 27ffefd stmmac: dwmac-rk: create a new probe function by Joachim Eastwood · 9 years ago
  68. 8387ee2 stmmac: dwmac-sti: turn setup callback into a probe function by Joachim Eastwood · 9 years ago
  69. 9a9e9a1 stmmac: dwmac-sunxi: turn setup callback into a probe function by Joachim Eastwood · 9 years ago
  70. 22caae0 stmmac: dwmac-sunxi: move sun7i_gmac_setup function by Joachim Eastwood · 9 years ago
  71. 8880b6c stmmac: dwmac-socfpga: turn setup callback into a probe function by Joachim Eastwood · 9 years ago
  72. 8273278 stmmac: dwmac-socfpga: move socfpga_dwmac_probe function by Joachim Eastwood · 9 years ago
  73. 5ed1c04 stmmac: dwmac-ipq806x: turn setup callback into a probe function by Joachim Eastwood · 9 years ago
  74. 213088f stmmac: dwmac-ipq806x: move ipq806x_gmac_fix_mac_speed function by Joachim Eastwood · 9 years ago
  75. a04c0aef stmmac: fix ptr_ret.cocci warning by Fengguang Wu · 9 years ago
  76. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  77. a7a6268 stmmac: fix setting of driver data in stmmac_dvr_probe by Joachim Eastwood · 9 years ago
  78. 1734bef stmmac: add proper probe function to dwmac-meson by Joachim Eastwood · 9 years ago
  79. f4f8dfd stmmac: add proper probe function to dwmac-lpc18xx by Joachim Eastwood · 9 years ago
  80. 402dae0 stmmac: export probe_config_dt() and get_platform_resources() by Joachim Eastwood · 9 years ago
  81. b0003ea stmmac: make stmmac_probe_config_dt return the platform data struct by Joachim Eastwood · 9 years ago
  82. f396cb0 stmmac: introduce stmmac_get_platform_resources() by Joachim Eastwood · 9 years ago
  83. 4ed2d8f stmmac: clean up platform/of_match data retrieval by Joachim Eastwood · 9 years ago
  84. 0dacf3f stmmac: use of_device_get_match_data to retrieve of match data by Joachim Eastwood · 9 years ago
  85. 55d9161 stmmac: Trivial: fix typo in constant name by Nik Nyby · 9 years ago
  86. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  87. f159067 stmmac: troubleshoot unexpected bits in des0 & des1 by Alexey Brodkin · 9 years ago
  88. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 9 years ago
  89. df55885 net: stmmac: dwmac-rk: add rk3368-specific data by Heiko Stübner · 9 years ago
  90. 0fb98db net: stmmac: dwmac-rk: abstract access to mac settings in GRF by Heiko Stübner · 9 years ago
  91. c48fa33 net: stmmac: dwmac-rk: Fix clk rate when provided by soc by Heiko Stübner · 9 years ago
  92. 059dab0 net: stmmac: dwmac-rk: remove unused gpio register defines by Heiko Stübner · 9 years ago
  93. d42202d net: stmmac: dwmac-rk: Don't add function name in info or err messages by Romain Perier · 9 years ago
  94. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  95. b1c1721 stmmac: add ipq806x glue layer by Mathieu Olivari · 9 years ago
  96. 2773238 stmmac: add fixed-link device-tree support by Mathieu Olivari · 9 years ago
  97. 5790cf3 stmmac: add phy-handle support to the platform layer by Mathieu Olivari · 9 years ago
  98. 466c5ac net: stmmac: create one debugfs dir per net-device by Mathieu Olivari · 9 years ago
  99. def5cd3 stmmac: drop unnecessary dt checks in stmmac_probe_config_dt by Joachim Eastwood · 9 years ago
  100. 15ffac7 stmmac: change the stmmac_dvr_probe return type to int by Joachim Eastwood · 9 years ago