1. c4b2b9a stmmac: pci: allocate memory resources dynamically by Andy Shevchenko · 10 years ago
  2. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. 571dcfd stmmac: platform: fix default values of the filter bins setting by Huacai Chen · 10 years ago
  4. 732fdf0 stmmac: review driver when run kernel-doc by Giuseppe CAVALLARO · 10 years ago
  5. 915c199 stmmac: document common header file by Giuseppe CAVALLARO · 10 years ago
  6. b2e2f0c stmmac: split to core library and probe drivers by Andy Shevchenko · 10 years ago
  7. f10f9fb stmmac: platform: fix sparse warnings by Andy Shevchenko · 10 years ago
  8. 424c4f7 stmmac: remove custom implementation of print_hex_dump() by Andy Shevchenko · 10 years ago
  9. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  10. 7627fc0 stmmac: pci: convert to use dev_* macros by Andy Shevchenko · 10 years ago
  11. 2a3e8e9 stmmac: pci: use managed resources by Andy Shevchenko · 10 years ago
  12. 3be3d81 stmmac: pci: convert to use dev_pm_ops by Andy Shevchenko · 10 years ago
  13. 295f9d0 stmmac: pci: use defined constant instead of magic number by Andy Shevchenko · 10 years ago
  14. 915af65 stmmac: fix sparse warnings by Andy Shevchenko · 10 years ago
  15. 777da23 stmmac: fix atomicity in pm routines by Giuseppe CAVALLARO · 10 years ago
  16. 4741cf9 stmmac: fix concurrency in eee initialization. by Giuseppe CAVALLARO · 10 years ago
  17. b9d7370 stmmac: fix lock in stmmac_set_rx_mode by Giuseppe CAVALLARO · 10 years ago
  18. 758a0ab stmmac: release tx lock, in case of dma mapping error. by Fabrice Gasnier · 10 years ago
  19. 16ee817 stmmac: fix stmmac_tx_avail should be called with TX locked by Fabrice Gasnier · 10 years ago
  20. 98fbebc stmmac: remove BUS_MODE_DA by Giuseppe CAVALLARO · 10 years ago
  21. 50fb4f74 stmmac: remove STMMAC_DEBUG_FS by Giuseppe CAVALLARO · 10 years ago
  22. c0d5406 stmmac: remove specific SoC Koption from platform. by Giuseppe CAVALLARO · 10 years ago
  23. 1e19e08 stmmac: pci: set default of the filter bins by Andy Shevchenko · 10 years ago
  24. 71ae8f5 stmmac: fix sti compatibililies by Giuseppe CAVALLARO · 10 years ago
  25. 53b26b9 stmmac: dwmac-sti: review the glue-logic for STi4xx and STiD127 SoCs by Giuseppe CAVALLARO · 10 years ago
  26. 160e1fd stmmac: make the STi Layer compatible to STiH407 by Giuseppe CAVALLARO · 10 years ago
  27. 8c2a7a5 stmmac: platform: fix FIXED_PHY support. by Giuseppe CAVALLARO · 10 years ago
  28. 3dab99e stmmac: correct mc_filter local variable in set_filter and set_mac_addr call by Vince Bridgers · 10 years ago
  29. 6a05880 net: ethernet: Remove superfluous ether_setup after alloc_etherdev by Tobias Klauser · 10 years ago
  30. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  31. c5bb86c net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selected by Kweh, Hock Leong · 10 years ago
  32. 0ad5adc net: stmmac: add Amlogic Meson glue layer by Beniamino Galvani · 10 years ago
  33. f19f916 net: stmmac: fix return value check in socfpga_dwmac_parse_data() by Wei Yongjun · 10 years ago
  34. fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
  35. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  36. cc25f0c stmmac: only remove RXCSUM feature if no rx coe is available by Giuseppe CAVALLARO · 10 years ago
  37. d2afb5b stmmac: fix the rx csum feature by Giuseppe CAVALLARO · 10 years ago
  38. 7196535 stmmac: fix PLS bit setting when EEE is active by Giuseppe CAVALLARO · 10 years ago
  39. 56b88c2 stmmac: never check EEE in case of a switch is attached by Giuseppe CAVALLARO · 10 years ago
  40. 438a62b stmmac: fix LPI TW timer value to 20.5us. by nandini sharma · 10 years ago
  41. 162fb1d stmmac: fix the EEE LPI Macro definitions. by nandini sharma · 10 years ago
  42. dace1b5 net: stmmac: fix warning from Sparse for socfpga by Ley Foon Tan · 10 years ago
  43. 362b37b stmmac: fix dma api misuse by Giuseppe CAVALLARO · 10 years ago
  44. 5566401 stmmac: ptp: fix the reference clock by Giuseppe CAVALLARO · 10 years ago
  45. 2b78d348 stmmac: fix tipo on mmc crc error by Giuseppe CAVALLARO · 10 years ago
  46. b1dee47 stmmac: prevent false carrier sense detection by Giuseppe CAVALLARO · 10 years ago
  47. f95f404 stmmac: set ptp_clock to NULL while unregister by Giuseppe CAVALLARO · 10 years ago
  48. 978aded stmmac: fix rx checksum programming by Giuseppe CAVALLARO · 10 years ago
  49. a77e4ac stmmac: simple cleanups by Pavel Machek · 10 years ago
  50. b4834c8 net: stmmac: add fix_mac_speed support for socfpga by Ley Foon Tan · 10 years ago
  51. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  52. 3b57de9 net: stmmac: Support devicetree configs for mcast and ucast filter entries by Vince Bridgers · 10 years ago
  53. aefef4c net: stmmac: Correct set_filter for multicast and unicast cases by Vince Bridgers · 10 years ago
  54. 7ed24bb net: stmmac: Change MAC interface to support multiple filter configurations by Vince Bridgers · 10 years ago
  55. 2d871aa net: stmmac: add platform init/exit for Altera's ARM socfpga by Vince Bridgers · 10 years ago
  56. 26a9ebc Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga" by David S. Miller · 10 years ago
  57. c8df8ce net: stmmac: Remove unneeded I/O read caught by cppcheck by Vince Bridgers · 10 years ago
  58. 43d24e4 net: stmmac: Correct duplicate if/then/else case found by cppcheck by Vince Bridgers · 10 years ago
  59. 0acf167 net: stmmac: add platform init/exit for Altera's ARM socfpga by Vince Bridgers · 10 years ago
  60. d7ec858 net: stmmac: Handle different error codes from platform_get_irq_byname by Chen-Yu Tsai · 10 years ago
  61. 86c92ee stmmac: Remove spin_lock call in stmmac_get_pauseparam() by Emil Goode · 10 years ago
  62. cab6715 net: driver: stmicro: Remove some useless the lock protection by Yang Wei · 10 years ago
  63. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. 89df20d stmmac: Remove unbalanced clk_disable call by Hans de Goede · 10 years ago
  65. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  66. cc80ee1 net: stmmac: set phy to use polling by default by Dinh Nguyen · 10 years ago
  67. 2d7f2f9 stmmac: remove stmmac_config by Florian Fainelli · 10 years ago
  68. 801d233 net: stmmac: Add SOCFPGA glue driver by Dinh Nguyen · 10 years ago
  69. 7c565c3 stmmac: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  70. 4986b4f0 ptp: drivers: set the number of programmable pins. by Richard Cochran · 10 years ago
  71. c5e9103 stmmac: dwmac-sti: fix broken STiD127 compatibility by Giuseppe CAVALLARO · 10 years ago
  72. 29896a6 stmmac: fix chained mode by Giuseppe CAVALLARO · 10 years ago
  73. d916701 stmmac: fix and better tune the default buffer sizes by Giuseppe CAVALLARO · 10 years ago
  74. 83bf79b stmmac: disable at run-time the EEE if not supported by Giuseppe CAVALLARO · 10 years ago
  75. 7262b7b net: stmmac: Check return value of alloc_dma_desc_resources() by Tobias Klauser · 10 years ago
  76. d15891c net: stmmac:sti: Add STi SOC glue driver. by Srinivas Kandagatla · 11 years ago
  77. c88460b net: stmmac: Log MAC address only once by Hans de Goede · 11 years ago
  78. 7509edd net: stmmac: Silence PTP init errors on hw without PTP by Hans de Goede · 11 years ago
  79. 2618abb stmmac: Fix kernel crashes for jumbo frames by Vince Bridgers · 11 years ago
  80. 75e4364 net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstamp by damuzi000 · 11 years ago
  81. af0bd4e net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC's by Chen-Yu Tsai · 11 years ago
  82. 022066f net: stmmac: Use driver data and callbacks tied with compatible strings by Chen-Yu Tsai · 11 years ago
  83. 436f7ec net: stmmac: Deprecate snps, phy-addr and auto-detect PHY address by Chen-Yu Tsai · 11 years ago
  84. 6aedb8c net: stmmac: Honor DT parameter to force DMA store and forward mode by Chen-Yu Tsai · 11 years ago
  85. 938dfda net: stmmac: Allocate and pass soc/board specific data to callbacks by Chen-Yu Tsai · 11 years ago
  86. c5e4ddb net: stmmac: Add support for optional reset control by Chen-Yu Tsai · 11 years ago
  87. 62866e9 net: stmmac: Enable stmmac main clock when probing hardware by Chen-Yu Tsai · 11 years ago
  88. 89f7f2c net: stmmac: notify the PM core of a wakeup event. by Srinivas Kandagatla · 11 years ago
  89. db88f10 net: stmmac: restore pinstate in pm resume. by Srinivas Kandagatla · 11 years ago
  90. 33a23e2 net: stmmac: use suspend functions for hibernation by Srinivas Kandagatla · 11 years ago
  91. 623997f net: stmmac: fix power management suspend-resume case by Srinivas Kandagatla · 11 years ago
  92. 073752a net: stmmac: make stmmac_mdio_reset non-static by Srinivas Kandagatla · 11 years ago
  93. 523f11b net: stmmac: move hardware setup for stmmac_open to new function by Srinivas Kandagatla · 11 years ago
  94. 09f8d69 net: stmmac: move dma allocation to new function by Srinivas Kandagatla · 11 years ago
  95. 984203c net: stmmac: mdio: remove reset gpio free by Srinivas Kandagatla · 11 years ago
  96. 9cbadf0 net: stmmac: support max-speed device tree property by Srinivas Kandagatla · 11 years ago
  97. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  98. b938198 stmmac: Add vlan rx for better GRO performance. by Vince Bridgers · 11 years ago
  99. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  100. 47d1f71 stmicro: make local variables static by stephen hemminger · 11 years ago