1. 120e87f stmmac: tune rx copy via threshold. by Giuseppe Cavallaro · 9 years ago
  2. 22ad383 stmmac: do not perform zero-copy for rx frames by Giuseppe Cavallaro · 9 years ago
  3. 8ecd80a stmmac: fix phy init when attached to a phy by Fabrice Gasnier · 9 years ago
  4. 8e99fc5 stmmac: do not poll phy handler when attach a switch by Giuseppe Cavallaro · 9 years ago
  5. 0e80bdc stmmac: first frame prep at the end of xmit routine by Giuseppe Cavallaro · 9 years ago
  6. fbc8082 stmmac: set dirty index out of the loop by Giuseppe Cavallaro · 9 years ago
  7. c363b65 stmmac: optimize tx clean function by Fabrice Gasnier · 9 years ago
  8. be434d5 stmmac: optimize tx desc management by Giuseppe Cavallaro · 9 years ago
  9. c1fa321 stmmac: merge get_rx_owner into rx_status routine. by Fabrice Gasnier · 9 years ago
  10. 9695136 stmmac: add is_jumbo field to dma data by Giuseppe Cavallaro · 9 years ago
  11. 2a6d8e1 stmmac: add last_segment field to dma data by Giuseppe Cavallaro · 9 years ago
  12. 553e2ab stmmac: add length field to dma data by Giuseppe Cavallaro · 9 years ago
  13. e3ad57c stmmac: review RX/TX ring management by Giuseppe Cavallaro · 9 years ago
  14. afea036 stmmac: rework DMA bus setting and introduce new platform AXI structure by Giuseppe Cavallaro · 9 years ago
  15. 495db27 stmmac: share reset function between dwmac100 and dwmac1000 by Giuseppe Cavallaro · 9 years ago
  16. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  17. 19d857c stmmac: Fix calculations for ptp counters when clock input = 50Mhz. by Phil Reid · 9 years ago
  18. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  19. ae79a63 stmmac: fix resource management when resume by Giuseppe CAVALLARO · 9 years ago
  20. e527c4a stmmac: fix oversized frame reception by Giuseppe CAVALLARO · 9 years ago
  21. 61adcc0 stmmac: fix csr clock divisor for 300MHz by Giuseppe CAVALLARO · 9 years ago
  22. ac316c7 stmmac: fix a filter problem after resuming. by Giuseppe CAVALLARO · 9 years ago
  23. 0a62415 net: stmmac: avoid using timespec by Arnd Bergmann · 9 years ago
  24. 23c2412 net: stmmac: fix type of entry variable by Andrzej Hajda · 9 years ago
  25. dfc50fc stmmac: fix check for phydev being open by Alexey Brodkin · 9 years ago
  26. a7a6268 stmmac: fix setting of driver data in stmmac_dvr_probe by Joachim Eastwood · 10 years ago
  27. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  28. f159067 stmmac: troubleshoot unexpected bits in des0 & des1 by Alexey Brodkin · 10 years ago
  29. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  30. 2773238 stmmac: add fixed-link device-tree support by Mathieu Olivari · 10 years ago
  31. 5790cf3 stmmac: add phy-handle support to the platform layer by Mathieu Olivari · 10 years ago
  32. 466c5ac net: stmmac: create one debugfs dir per net-device by Mathieu Olivari · 10 years ago
  33. 15ffac7 stmmac: change the stmmac_dvr_probe return type to int by Joachim Eastwood · 10 years ago
  34. e56788c stmmac: let stmmac_dvr_probe take a struct of resources by Joachim Eastwood · 10 years ago
  35. 803f8fc stmmac: move driver data setting into stmmac_dvr_probe by Joachim Eastwood · 10 years ago
  36. 4ec49a3 stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual call by Vineet Gupta · 10 years ago
  37. f88203a stmmac: Configure Flow Control to work correctly based on rxfifo size by Vince Bridgers · 10 years ago
  38. e743471 stmmac: fix oops on rmmod after assigning ip addr by Bryan O'Donoghue · 10 years ago
  39. 5f9755d stmmac: Add an optional register interface clock by Andrew Bresticker · 10 years ago
  40. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  41. ccb36da net: stmmac: Use setup_timer and mod_timer by Vaishali Thakkar · 10 years ago
  42. b2dec11 stmmac: DMA threshold mode or SF mode can be different among multiple device instance by Sonic Zhang · 10 years ago
  43. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. 9afec6e stmmac: prevent probe drivers to crash kernel by Andy Shevchenko · 10 years ago
  45. dec2165 stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is set by Sonic Zhang · 10 years ago
  46. 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
  47. 3897957 net: stmmac: add BQL support by Beniamino Galvani · 10 years ago
  48. fe131929 stmmac: Don't init ptp again when resume from suspend/hibernation by Huacai Chen · 10 years ago
  49. 732fdf0 stmmac: review driver when run kernel-doc by Giuseppe CAVALLARO · 10 years ago
  50. b2e2f0c stmmac: split to core library and probe drivers by Andy Shevchenko · 10 years ago
  51. 424c4f7 stmmac: remove custom implementation of print_hex_dump() by Andy Shevchenko · 10 years ago
  52. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  53. 777da23 stmmac: fix atomicity in pm routines by Giuseppe CAVALLARO · 10 years ago
  54. 4741cf9 stmmac: fix concurrency in eee initialization. by Giuseppe CAVALLARO · 10 years ago
  55. b9d7370 stmmac: fix lock in stmmac_set_rx_mode by Giuseppe CAVALLARO · 10 years ago
  56. 758a0ab stmmac: release tx lock, in case of dma mapping error. by Fabrice Gasnier · 10 years ago
  57. 16ee817 stmmac: fix stmmac_tx_avail should be called with TX locked by Fabrice Gasnier · 10 years ago
  58. 50fb4f74 stmmac: remove STMMAC_DEBUG_FS by Giuseppe CAVALLARO · 10 years ago
  59. 6a05880 net: ethernet: Remove superfluous ether_setup after alloc_etherdev by Tobias Klauser · 10 years ago
  60. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  61. c5bb86c net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selected by Kweh, Hock Leong · 10 years ago
  62. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  63. cc25f0c stmmac: only remove RXCSUM feature if no rx coe is available by Giuseppe CAVALLARO · 10 years ago
  64. d2afb5b stmmac: fix the rx csum feature by Giuseppe CAVALLARO · 10 years ago
  65. 7196535 stmmac: fix PLS bit setting when EEE is active by Giuseppe CAVALLARO · 10 years ago
  66. 56b88c2 stmmac: never check EEE in case of a switch is attached by Giuseppe CAVALLARO · 10 years ago
  67. 362b37b stmmac: fix dma api misuse by Giuseppe CAVALLARO · 10 years ago
  68. 5566401 stmmac: ptp: fix the reference clock by Giuseppe CAVALLARO · 10 years ago
  69. 978aded stmmac: fix rx checksum programming by Giuseppe CAVALLARO · 10 years ago
  70. a77e4ac stmmac: simple cleanups by Pavel Machek · 10 years ago
  71. 3b57de9 net: stmmac: Support devicetree configs for mcast and ucast filter entries by Vince Bridgers · 10 years ago
  72. aefef4c net: stmmac: Correct set_filter for multicast and unicast cases by Vince Bridgers · 10 years ago
  73. 7ed24bb net: stmmac: Change MAC interface to support multiple filter configurations by Vince Bridgers · 10 years ago
  74. 2d871aa net: stmmac: add platform init/exit for Altera's ARM socfpga by Vince Bridgers · 10 years ago
  75. d7ec858 net: stmmac: Handle different error codes from platform_get_irq_byname by Chen-Yu Tsai · 11 years ago
  76. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  77. 89df20d stmmac: Remove unbalanced clk_disable call by Hans de Goede · 11 years ago
  78. 2d7f2f9 stmmac: remove stmmac_config by Florian Fainelli · 11 years ago
  79. 7c565c3 stmmac: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  80. 29896a6 stmmac: fix chained mode by Giuseppe CAVALLARO · 11 years ago
  81. d916701 stmmac: fix and better tune the default buffer sizes by Giuseppe CAVALLARO · 11 years ago
  82. 83bf79b stmmac: disable at run-time the EEE if not supported by Giuseppe CAVALLARO · 11 years ago
  83. 7262b7b net: stmmac: Check return value of alloc_dma_desc_resources() by Tobias Klauser · 11 years ago
  84. c88460b net: stmmac: Log MAC address only once by Hans de Goede · 11 years ago
  85. 7509edd net: stmmac: Silence PTP init errors on hw without PTP by Hans de Goede · 11 years ago
  86. 2618abb stmmac: Fix kernel crashes for jumbo frames by Vince Bridgers · 11 years ago
  87. 75e4364 net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstamp by damuzi000 · 11 years ago
  88. c5e4ddb net: stmmac: Add support for optional reset control by Chen-Yu Tsai · 11 years ago
  89. 62866e9 net: stmmac: Enable stmmac main clock when probing hardware by Chen-Yu Tsai · 11 years ago
  90. 89f7f2c net: stmmac: notify the PM core of a wakeup event. by Srinivas Kandagatla · 11 years ago
  91. db88f10 net: stmmac: restore pinstate in pm resume. by Srinivas Kandagatla · 11 years ago
  92. 33a23e2 net: stmmac: use suspend functions for hibernation by Srinivas Kandagatla · 11 years ago
  93. 623997f net: stmmac: fix power management suspend-resume case by Srinivas Kandagatla · 11 years ago
  94. 523f11b net: stmmac: move hardware setup for stmmac_open to new function by Srinivas Kandagatla · 11 years ago
  95. 09f8d69 net: stmmac: move dma allocation to new function by Srinivas Kandagatla · 11 years ago
  96. 9cbadf0 net: stmmac: support max-speed device tree property by Srinivas Kandagatla · 11 years ago
  97. b938198 stmmac: Add vlan rx for better GRO performance. by Vince Bridgers · 11 years ago
  98. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  99. 47d1f71 stmicro: make local variables static by stephen hemminger · 11 years ago
  100. 7cd0139 stmmac: Fix incorrect spinlock release and PTP cap detection. by Vince Bridgers · 11 years ago