1. c88460b net: stmmac: Log MAC address only once by Hans de Goede · 11 years ago
  2. 7509edd net: stmmac: Silence PTP init errors on hw without PTP by Hans de Goede · 11 years ago
  3. 2618abb stmmac: Fix kernel crashes for jumbo frames by Vince Bridgers · 11 years ago
  4. 75e4364 net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstamp by damuzi000 · 11 years ago
  5. c5e4ddb net: stmmac: Add support for optional reset control by Chen-Yu Tsai · 11 years ago
  6. 62866e9 net: stmmac: Enable stmmac main clock when probing hardware by Chen-Yu Tsai · 11 years ago
  7. 89f7f2c net: stmmac: notify the PM core of a wakeup event. by Srinivas Kandagatla · 11 years ago
  8. db88f10 net: stmmac: restore pinstate in pm resume. by Srinivas Kandagatla · 11 years ago
  9. 33a23e2 net: stmmac: use suspend functions for hibernation by Srinivas Kandagatla · 11 years ago
  10. 623997f net: stmmac: fix power management suspend-resume case by Srinivas Kandagatla · 11 years ago
  11. 523f11b net: stmmac: move hardware setup for stmmac_open to new function by Srinivas Kandagatla · 11 years ago
  12. 09f8d69 net: stmmac: move dma allocation to new function by Srinivas Kandagatla · 11 years ago
  13. 9cbadf0 net: stmmac: support max-speed device tree property by Srinivas Kandagatla · 11 years ago
  14. b938198 stmmac: Add vlan rx for better GRO performance. by Vince Bridgers · 11 years ago
  15. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  16. 47d1f71 stmicro: make local variables static by stephen hemminger · 11 years ago
  17. 7cd0139 stmmac: Fix incorrect spinlock release and PTP cap detection. by Vince Bridgers · 11 years ago
  18. 5f3da32 stmmac: Validate hwtstamp_config completely before applying it by Ben Hutchings · 11 years ago
  19. e2a240c driver:net:stmmac: Disable DMA store and forward mode if platform data force_thresh_dma_mode is set. by Sonic Zhang · 11 years ago
  20. 327dfd8 stmmac: remove useless csum flag by Giuseppe CAVALLARO · 11 years ago
  21. 5632913 stmmac: fix init_dma_desc_rings() to handle errors by Bartlomiej Zolnierkiewicz · 11 years ago
  22. c9324d1 net:stmmac: fix memleak in the open method by Giuseppe CAVALLARO · 11 years ago
  23. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  24. 83d7af6 stmmac: dity-up and rework the driver debug levels by Giuseppe CAVALLARO · 11 years ago
  25. 61369d0 net: stmmac: fixed enh_desc set always zero by Byungho An · 11 years ago
  26. 0d909dc net: stmmac: fixed operator typo by Byungho An · 11 years ago
  27. f5351ef stmmac: fix EEE setup by Giuseppe CAVALLARO · 11 years ago
  28. 631f24a net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG used by Dinh Nguyen · 11 years ago
  29. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  30. 9401bb5 stmmac: prefetch all dma_erx when use extend_desc by Giuseppe CAVALLARO · 11 years ago
  31. ceb69499 stmmac: code tidy-up by Giuseppe CAVALLARO · 11 years ago
  32. 32ceabc stmmac: improve/review and fix kernel-doc by Giuseppe CAVALLARO · 11 years ago
  33. 4d8f082 stmmac: modified pcs mode support for SGMII by Byungho An · 11 years ago
  34. 92ba688 stmmac: add the support for PTP hw clock driver by Rayagond Kokatanur · 11 years ago
  35. 891434b stmmac: add IEEE PTPv1 and PTPv2 support. by Rayagond Kokatanur · 11 years ago
  36. cf32dee stmmac: add tx_skbuff_dma to save descriptors used by PTP by Rayagond Kokatanur · 11 years ago
  37. e58bb43 stmmac: initial support to manage pcs modes by Giuseppe CAVALLARO · 11 years ago
  38. 0982a0f stmmac: start adding pcs and rgmii core irq by Giuseppe CAVALLARO · 11 years ago
  39. c24602e stmmac: support extend descriptors by Giuseppe CAVALLARO · 11 years ago
  40. 4a7d666 stmmac: reorganize chain/ring modes removing Koptions by Giuseppe CAVALLARO · 11 years ago
  41. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 11 years ago
  42. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 11 years ago
  43. 506f669 stmmac: fix the parsing of the eee_timer parameter by Giuseppe CAVALLARO · 11 years ago
  44. 9f6d98c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  45. de53d55 stmmac: fix macro used for debugging the xmit by Giuseppe CAVALLARO · 11 years ago
  46. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 11 years ago
  47. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  48. 493682b stmmac: fix platform driver unregistering by Konstantin Khlebnikov · 12 years ago
  49. 62a2ab9 stmmac: add Rx watchdog support to mitigate the DMA irqs by Giuseppe CAVALLARO · 12 years ago
  50. 9125cdd stmmac: add the initial tx coalesce schema by Giuseppe CAVALLARO · 12 years ago
  51. 7284a3f stmmac: remove dead code for STMMAC_TIMER support by Giuseppe CAVALLARO · 12 years ago
  52. acb600d net: remove skb recycling by Eric Dumazet · 12 years ago
  53. a630844 net/stmmac: Use clk_prepare_enable and clk_disable_unprepare by Stefan Roese · 12 years ago
  54. ae4d8cf net/stmmac: fix issue of clk_get for Loongson1B. by Kelvin Cheung · 12 years ago
  55. 6a81c26 net/stmmac: remove conditional compilation of clk code by Viresh Kumar · 12 years ago
  56. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  57. 8e83989 stmmac: Fix for nfs hang on multiple reboot by Deepak Sikri · 12 years ago
  58. d765955 stmmac: add the Energy Efficient Ethernet support by Giuseppe CAVALLARO · 12 years ago
  59. ea2ab87 stmmac: do not use strict_strtoul but kstrtoint by Giuseppe CAVALLARO · 12 years ago
  60. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  61. 33d5e33 stmmac: fix driver built w/ w/o both pci and platf modules by Giuseppe CAVALLARO · 12 years ago
  62. c1864cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  63. ba27ec6 stmmac: fix driver Kconfig when built as module by Giuseppe CAVALLARO · 12 years ago
  64. ff3dd78 stmmac: fix driver's doc when run kernel-doc script by Giuseppe CAVALLARO · 12 years ago
  65. 13497f5 stmmac: remove two useless initialisations by Giuseppe CAVALLARO · 12 years ago
  66. 7486394 drivers/net/stmmac: seq_file fix memory leak by Djalal Harouni · 12 years ago
  67. f8c5a87 stmmac: fix suspend/resume locking by Giuseppe CAVALLARO · 12 years ago
  68. b9cde0a stmmac: add mixed burst for DMA by Giuseppe CAVALLARO · 12 years ago
  69. cffb13f stmmac: extend mac addr reg and fix perfect filering by Giuseppe CAVALLARO · 12 years ago
  70. 31ea38e stmmac: do not fail when probe and there is no csr clk defined by Giuseppe CAVALLARO · 12 years ago
  71. 0f1f88a stmmac: verify the dma_cfg platform fields by Giuseppe CAVALLARO · 12 years ago
  72. 4bfcbd7 stmmac: Move the mdio_register/_unregister in probe/remove by Francesco Virlinzi · 12 years ago
  73. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  74. cd7201f stmmac: MDC clock dynamically based on the csr clock input by Giuseppe CAVALLARO · 12 years ago
  75. ba1377ff stmmac: add clk management support by Giuseppe CAVALLARO · 12 years ago
  76. 8327eb6 stmmac: re-work the internal GMAC DMA platf parameters by Deepak SIKRI · 12 years ago
  77. 38912bd stmmac: sanitize the rx coe and add the type-1 csum (v2) by Deepak SIKRI · 12 years ago
  78. f142af2 stmmac: Allow stmmac to work with other PHY buses(v3). by Srinivas Kandagatla · 12 years ago
  79. 03f2eec stmmac: re-add IFF_UNICAST_FLT for dwmac1000 by Marc Kleine-Budde · 12 years ago
  80. 32efe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 12 years ago
  82. cf3f047 stmmac: move hw init in the probe (v2) by Giuseppe CAVALLARO · 12 years ago
  83. 7a13f8f stmmac: request_irq when use an ext wake irq line (v2) by Francesco Virlinzi · 12 years ago
  84. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 12 years ago
  85. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 12 years ago
  86. db8857b stmmac: use an unique MDIO bus name. by Florian Fainelli · 13 years ago
  87. aae54cf stmmac: Add missing LF to pr_info() in stmmac_main.c by Stefan Roese · 13 years ago
  88. 6fc0d0f stmmac: fix missing module license in the main. by Giuseppe Cavallaro · 13 years ago
  89. bfab27a stmmac: add the experimental PCI support by Giuseppe CAVALLARO · 13 years ago
  90. db62f68 net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() by Axel Lin · 13 years ago
  91. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  92. 4f795b2 stmmac: mask mmc interrupts by Giuseppe CAVALLARO · 13 years ago
  93. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  94. 102463b stmmac: fix pm functions avoiding sleep on spinlock by Francesco Virlinzi · 13 years ago
  95. 989508b stmmac: remove spin_lock in stmmac_ioctl. by Srinivas Kandagatla · 13 years ago
  96. 19e30c1 stmmac: parameters auto-tuning through HW cap reg by Giuseppe CAVALLARO · 13 years ago
  97. c5b9b4e stmmac: fix advertising 1000Base capabilties for non GMII iface by Srinivas Kandagatla · 13 years ago
  98. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  99. 3c20f72 stmmac: update normal descriptor structure (v2) by Giuseppe CAVALLARO · 13 years ago
  100. e2c57f8 stmmac: fix NULL pointer dereference in capabilities fixup (v2) by Angus Clark · 13 years ago