1. 892aa01 net: stmmac: Use msleep rather then udelay for reset delay by Sjoerd Simons · 9 years ago
  2. dfc50fc stmmac: fix check for phydev being open by Alexey Brodkin · 9 years ago
  3. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  4. 4f7eb70 stmmac: dwmac-ipq806x: fix static checker warning by Mathieu Olivari · 9 years ago
  5. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  6. ea11154 stmmac: fix missing MODULE_LICENSE in stmmac_platform by Joachim Eastwood · 9 years ago
  7. 16b1adb stmmac: dwmac-sti: refactor the init glue callbacks by Joachim Eastwood · 9 years ago
  8. 75fee59 stmmac: remove setup/free glue callbacks by Joachim Eastwood · 9 years ago
  9. f529f18 stmmac: dwmac-rk: use rk_gmac_ops as of match data by Joachim Eastwood · 9 years ago
  10. 92c2588 stmmac: dwmac-rk: make rk_gmac_ops structs static const by Joachim Eastwood · 9 years ago
  11. 07ca374 stmmac: dwmac-sti: use custom of match structure by Joachim Eastwood · 9 years ago
  12. 149aded stmmac: let dwmac-* drivers handle their own match data by Joachim Eastwood · 9 years ago
  13. 85d89e6 stmmac: move stmmac_pltfr_probe into dwmac-generic by Joachim Eastwood · 9 years ago
  14. 27ffefd stmmac: dwmac-rk: create a new probe function by Joachim Eastwood · 9 years ago
  15. 8387ee2 stmmac: dwmac-sti: turn setup callback into a probe function by Joachim Eastwood · 9 years ago
  16. 9a9e9a1 stmmac: dwmac-sunxi: turn setup callback into a probe function by Joachim Eastwood · 9 years ago
  17. 22caae0 stmmac: dwmac-sunxi: move sun7i_gmac_setup function by Joachim Eastwood · 9 years ago
  18. 8880b6c stmmac: dwmac-socfpga: turn setup callback into a probe function by Joachim Eastwood · 9 years ago
  19. 8273278 stmmac: dwmac-socfpga: move socfpga_dwmac_probe function by Joachim Eastwood · 9 years ago
  20. 5ed1c04 stmmac: dwmac-ipq806x: turn setup callback into a probe function by Joachim Eastwood · 9 years ago
  21. 213088f stmmac: dwmac-ipq806x: move ipq806x_gmac_fix_mac_speed function by Joachim Eastwood · 9 years ago
  22. a04c0aef stmmac: fix ptr_ret.cocci warning by Fengguang Wu · 9 years ago
  23. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. a7a6268 stmmac: fix setting of driver data in stmmac_dvr_probe by Joachim Eastwood · 9 years ago
  25. 1734bef stmmac: add proper probe function to dwmac-meson by Joachim Eastwood · 9 years ago
  26. f4f8dfd stmmac: add proper probe function to dwmac-lpc18xx by Joachim Eastwood · 9 years ago
  27. 402dae0 stmmac: export probe_config_dt() and get_platform_resources() by Joachim Eastwood · 9 years ago
  28. b0003ea stmmac: make stmmac_probe_config_dt return the platform data struct by Joachim Eastwood · 9 years ago
  29. f396cb0 stmmac: introduce stmmac_get_platform_resources() by Joachim Eastwood · 9 years ago
  30. 4ed2d8f stmmac: clean up platform/of_match data retrieval by Joachim Eastwood · 9 years ago
  31. 0dacf3f stmmac: use of_device_get_match_data to retrieve of match data by Joachim Eastwood · 9 years ago
  32. 55d9161 stmmac: Trivial: fix typo in constant name by Nik Nyby · 9 years ago
  33. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  34. f159067 stmmac: troubleshoot unexpected bits in des0 & des1 by Alexey Brodkin · 9 years ago
  35. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 9 years ago
  36. df55885 net: stmmac: dwmac-rk: add rk3368-specific data by Heiko Stübner · 9 years ago
  37. 0fb98db net: stmmac: dwmac-rk: abstract access to mac settings in GRF by Heiko Stübner · 9 years ago
  38. c48fa33 net: stmmac: dwmac-rk: Fix clk rate when provided by soc by Heiko Stübner · 9 years ago
  39. 059dab0 net: stmmac: dwmac-rk: remove unused gpio register defines by Heiko Stübner · 9 years ago
  40. d42202d net: stmmac: dwmac-rk: Don't add function name in info or err messages by Romain Perier · 9 years ago
  41. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  42. b1c1721 stmmac: add ipq806x glue layer by Mathieu Olivari · 9 years ago
  43. 2773238 stmmac: add fixed-link device-tree support by Mathieu Olivari · 9 years ago
  44. 5790cf3 stmmac: add phy-handle support to the platform layer by Mathieu Olivari · 9 years ago
  45. 466c5ac net: stmmac: create one debugfs dir per net-device by Mathieu Olivari · 9 years ago
  46. def5cd3 stmmac: drop unnecessary dt checks in stmmac_probe_config_dt by Joachim Eastwood · 9 years ago
  47. 15ffac7 stmmac: change the stmmac_dvr_probe return type to int by Joachim Eastwood · 9 years ago
  48. e56788c stmmac: let stmmac_dvr_probe take a struct of resources by Joachim Eastwood · 9 years ago
  49. 803f8fc stmmac: move driver data setting into stmmac_dvr_probe by Joachim Eastwood · 9 years ago
  50. 4ec49a3 stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual call by Vineet Gupta · 9 years ago
  51. 50649ab stmmac: drop driver from stmmac platform code by Joachim Eastwood · 9 years ago
  52. 4198b7d stmmac: convert dwmac-sunxi to platform driver by Joachim Eastwood · 9 years ago
  53. 2a32179 stmmac: convert dwmac-sti to platform driver by Joachim Eastwood · 9 years ago
  54. c7c52ae stmmac: convert dwmac-socfpga to platform driver by Joachim Eastwood · 9 years ago
  55. e0fb401 stmmac: convert dwmac-rk to platform driver by Joachim Eastwood · 9 years ago
  56. 40e6b0b stmmac: convert dwmac-meson to platform driver by Joachim Eastwood · 9 years ago
  57. 69bdd2d stmmac: convert dwmac-lpc18xx to a platform driver by Joachim Eastwood · 9 years ago
  58. ba25020 stmmac: add a generic dwmac driver by Joachim Eastwood · 9 years ago
  59. 902b160 stmmac: prepare stmmac platform to support stand alone drivers by Joachim Eastwood · 9 years ago
  60. d58617e stmmac: add dwmac glue for NXP 18xx/43xx family by Joachim Eastwood · 9 years ago
  61. f0e9fc5 drivers/net: include <module.h> for modular stmmac_platform code by Paul Gortmaker · 9 years ago
  62. f88203a stmmac: Configure Flow Control to work correctly based on rxfifo size by Vince Bridgers · 9 years ago
  63. 545d655 stmmac: Enable unicast pause frame detect in GMAC Register 6 by Vince Bridgers · 9 years ago
  64. e7877f5 stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetree by Vince Bridgers · 9 years ago
  65. 2453beb stmmac: Add defines and documentation for enabling flow control by Vince Bridgers · 9 years ago
  66. e743471 stmmac: fix oops on rmmod after assigning ip addr by Bryan O'Donoghue · 9 years ago
  67. 5f9755d stmmac: Add an optional register interface clock by Andrew Bresticker · 9 years ago
  68. e7ea55b ptp: stmmac: use helpers for converting ns to timespec. by Richard Cochran · 9 years ago
  69. 3f6c465 ptp: stmmac: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  70. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  71. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 9 years ago
  72. cbe21d9 net: stmmac: make reset control an optional requirement by Dinh Nguyen · 9 years ago
  73. 8f02d8d stmmac: check IRQ availability early on probe by Alexey Brodkin · 9 years ago
  74. ccb36da net: stmmac: Use setup_timer and mod_timer by Vaishali Thakkar · 9 years ago
  75. b2dec11 stmmac: DMA threshold mode or SF mode can be different among multiple device instance by Sonic Zhang · 10 years ago
  76. d2a029b stmmac: pci: add MSI support for Intel Quark X1000 by Kweh, Hock Leong · 10 years ago
  77. 0763d95 stmmac: pci: introduce Intel Quark X1000 runtime detection by Andy Shevchenko · 10 years ago
  78. 5b99a6b stmmac: pci: add support for Intel Quark X1000 by Kweh, Hock Leong · 10 years ago
  79. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  80. 9afec6e stmmac: prevent probe drivers to crash kernel by Andy Shevchenko · 10 years ago
  81. fa06746 stmmac: Add an optional device tree property "snps,burst_len" by Sonic Zhang · 10 years ago
  82. dec2165 stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is set by Sonic Zhang · 10 years ago
  83. c405abe stmmac: if force_thresh_dma_mode is set, pass tc to both txmode and rxmode in tx_hard_error_bump_tc interrupt by Sonic Zhang · 10 years ago
  84. 3897957 net: stmmac: add BQL support by Beniamino Galvani · 10 years ago
  85. 2e12f53 net: stmmac: dwmac-rk: Use standard devicetree property for phy regulator by Romain Perier · 10 years ago
  86. 4cc8bfb net: stmmac: dwmac-rk: Don't set the regulator voltage for phy from the driver by Romain Perier · 10 years ago
  87. 9b1a6d3 stmmac: dwmac-sti: Pass sysconfig register offset via syscon dt property. by Peter Griffin · 10 years ago
  88. 7ad269e GMAC: add driver for Rockchip RK3288 SoCs integrated GMAC by Roger Chen · 10 years ago
  89. f620e4f net: ethernet: stmicro: stmmac: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  90. fe131929 stmmac: Don't init ptp again when resume from suspend/hibernation by Huacai Chen · 10 years ago
  91. 50262c8 net: stmmac: sti: Fix uninitialized pointer dereference if !OF by Geert Uytterhoeven · 10 years ago
  92. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  93. 9b8d16c stmmac: fix max coal timer parameter by Giuseppe CAVALLARO · 10 years ago
  94. c4b2b9a stmmac: pci: allocate memory resources dynamically by Andy Shevchenko · 10 years ago
  95. 28603d1 stmmac: platform: Move plat_dat checking earlier by Huacai Chen · 10 years ago
  96. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  97. 571dcfd stmmac: platform: fix default values of the filter bins setting by Huacai Chen · 10 years ago
  98. 732fdf0 stmmac: review driver when run kernel-doc by Giuseppe CAVALLARO · 10 years ago
  99. 915c199 stmmac: document common header file by Giuseppe CAVALLARO · 10 years ago
  100. b2e2f0c stmmac: split to core library and probe drivers by Andy Shevchenko · 10 years ago