1. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. 0504453 net: macb: Change interrupt and napi enable order in open by Harini Katakam · 6 years ago
  3. 541ddc6 net: macb: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  4. 8b95274 net: macb: shrink macb_platform_data structure by Nicolas Ferre · 6 years ago
  5. d5aeb17 net: macb: remove redundant struct phy_device declaration by Nicolas Ferre · 6 years ago
  6. 310655b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  7. a625204 net: macb driver, check for SKBTX_HW_TSTAMP by Paul Thomas · 6 years ago
  8. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  9. cd5afa9 net: macb: Add null check for PCLK and HCLK by Harini Katakam · 6 years ago
  10. f9cb759 net: macb: simplify getting .driver_data by Wolfram Sang · 6 years ago
  11. de991c5 net: macb: Add support for suspend/resume with full power down by Harini Katakam · 6 years ago
  12. d54f89a net: macb: Add pm runtime support by Harini Katakam · 6 years ago
  13. f5473d1 net: macb: Support clock management for tsu_clk by Harini Katakam · 6 years ago
  14. 8beb79b net: macb: Check MDIO state before read/write and use timeouts by Harini Katakam · 6 years ago
  15. f3e5c07 net:ethernet:cadence: Replace dev_kfree_skb_any by dev_consume_skb_any by Huang Zijiang · 6 years ago
  16. b9560a2 net: macb: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  17. 564923e macb_main: pass struct device to DMA API functions by Christoph Hellwig · 6 years ago
  18. 3e3e0cd net: macb: add sam9x60-macb compatibility string by Nicolas Ferre · 6 years ago
  19. e501070 net: macb: Apply RXUBR workaround only to versions with errata by Harini Katakam · 6 years ago
  20. ba3e184 net: macb: remove unnecessary code by Claudiu Beznea · 6 years ago
  21. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. 6e0af29 net: macb: add missing barriers when reading descriptors by Anssi Hannula · 6 years ago
  23. 8159eca net: macb: fix dropped RX frames due to a race by Anssi Hannula · 6 years ago
  24. e100a89 net: macb: fix random memory corruption on RX with 64-bit DMA by Anssi Hannula · 6 years ago
  25. 4298388 net: macb: restart tx after tx used bit read by Claudiu Beznea · 6 years ago
  26. cce41b8 net: cadence: switch to using nvmem_get_mac_address() by Bartosz Golaszewski · 6 years ago
  27. 899ecae net: ethernet: cadence: fix socket buffer corruption problem by Tristram Ha · 6 years ago
  28. ce886a4 net: ethernet: cadence: macb_main: simplify getting .driver_data by Wolfram Sang · 6 years ago
  29. bd62072 net: macb: Clean 64b dma addresses if they are not detected by Michal Simek · 6 years ago
  30. e366fa4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  31. eb4ed8e net: macb: disable scatter-gather for macb on sama5d3 by Nicolas Ferre · 6 years ago
  32. 41124fa net: ethernet: Add helper to remove a supported link mode by Andrew Lunn · 6 years ago
  33. 58056c1 net: ethernet: Use phy_set_max_speed() to limit advertised speed by Andrew Lunn · 6 years ago
  34. 16fe10c net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx() by Jia-Ju Bai · 7 years ago
  35. 0da70f8 net: macb: do not disable MDIO bus at open/close time by Anssi Hannula · 7 years ago
  36. ab5f110 net: macb: Fix regression breaking non-MDIO fixed-link PHYs by Ahmad Fatoum · 7 years ago
  37. b4bc39a net: macb: Mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  38. 653e92a net: macb: add support for padding and fcs computation by Claudiu Beznea · 7 years ago
  39. 33729f2 net: macb: move checksum clearing outside of spinlock by Claudiu Beznea · 7 years ago
  40. d1c3895 net: macb: use netdev_tx_t return type for ndo_start_xmit functions by Claudiu Beznea · 7 years ago
  41. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 7 years ago
  42. 404cd08 net: macb: Allocate valid memory for TX and RX BD prefetch by Harini Katakam · 7 years ago
  43. e50b770 net: macb: Free RX ring for all queues by Harini Katakam · 7 years ago
  44. 0df5f81 net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbols by Geert Uytterhoeven · 7 years ago
  45. fec9d3b net: macb: initialize bp->queues[0].bp for at91rm9200 by Alexandre Belloni · 7 years ago
  46. 64d7839 net: macb: Fix ptp time adjustment for large negative delta by Harini Katakam · 7 years ago
  47. 00e798c drivers: net: Remove device_node checks with of_mdiobus_register() by Florian Fainelli · 7 years ago
  48. 90fda63 treewide: fix up files incorrectly marked executable by Linus Torvalds · 7 years ago
  49. aa076e3 net: macb: Try to retrieve MAC addess from nvmem provider by Mike Looijmans · 7 years ago
  50. 2105a5d net: macb: Add phy-handle DT support by Brad Mouring · 7 years ago
  51. cb732e9 net: macb: Remove redundant poll irq assignment by Brad Mouring · 7 years ago
  52. 739de9a net: macb: Reorganize macb_mii bringup by Brad Mouring · 7 years ago
  53. 032dc41 net: macb: Handle HRESP error by Harini Katakam · 7 years ago
  54. cc1674e net: macb: change GFP_ATOMIC to GFP_KERNEL by Julia Cartwright · 7 years ago
  55. 7038cdb net: macb: reduce scope of rx_fs_lock-protected regions by Julia Cartwright · 7 years ago
  56. a3da8ad net: macb: kill useless use of list_empty() by Julia Cartwright · 7 years ago
  57. 096457b macb: Kill PHY reset code by Sergei Shtylyov · 7 years ago
  58. 81da3bf net: macb: change GFP_KERNEL to GFP_ATOMIC by Julia Lawall · 7 years ago
  59. ae8223de net: macb: Added support for RX filtering by Rafal Ozieblo · 7 years ago
  60. 512286b net: macb: Added some queue statistics by Rafal Ozieblo · 7 years ago
  61. ae1f2a5 net: macb: Added support for many RX queues by Rafal Ozieblo · 7 years ago
  62. 66ee6a0 net: macb: add of_node_put to error paths by Michael Grzeschik · 7 years ago
  63. 9ce9814 net: macb: add of_phy_deregister_fixed_link to error paths by Michael Grzeschik · 7 years ago
  64. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  65. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  66. e0337f9 net: macb: remove redundant assignment to variable work_done by Colin Ian King · 7 years ago
  67. b6d08bd net: ethernet: make ptp_clock_info const by Bhumika Goyal · 8 years ago
  68. c744cf5 net: cadence: macb: constify pci_device_id. by Arvind Yadav · 8 years ago
  69. f9c45ae macb: Remove bogus reference to NETIF_F_UFO. by David S. Miller · 8 years ago
  70. 233a158 net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3 by vishnuvardhan · 8 years ago
  71. 42af627 net: macb: remove extraneous return when MACB_EXT_DESC is defined by Colin Ian King · 8 years ago
  72. ab91f0a net: macb: Add hardware PTP support by Rafal Ozieblo · 8 years ago
  73. b83f152 net: macb: macb.c changed to macb_main.c by Rafal Ozieblo · 8 years ago
  74. 7b42961 net: macb: Add support for PTP timestamps in DMA descriptors by Rafal Ozieblo · 8 years ago
  75. dacdbb4 net: macb: add fixed-link node support by Michael Grzeschik · 8 years ago
  76. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  77. ae3696c net: macb: fix phy interrupt parsing by Alexandre Belloni · 8 years ago
  78. 5f1d3a5 net: macb: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
  79. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  80. fc182b8 net: macb: fix build errors when linux/phy*.h is removed from net/dsa.h by Russell King · 8 years ago
  81. e216015 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  82. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  83. dc97a89 net: macb: Fix 64 bit addressing support for GEM by Rafal Ozieblo · 8 years ago
  84. c2594d8 macb: Common code to enable ptp support for MACB/GEM by Andrei.Pistirica@microchip.com · 8 years ago
  85. 515028f net: macb: Updated resource allocation function calls to new version of API. by Bartosz Folta · 8 years ago
  86. 83a77e9 net: macb: Added PCI wrapper for Platform Driver. by Bartosz Folta · 8 years ago
  87. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  88. ffac0e9 net: macb: ensure ordering write to re-enable RX smoothly by Zumeng Chen · 8 years ago
  89. a0b44ee net: macb: fix the RX queue reset in macb_rx() by Cyrille Pitchen · 8 years ago
  90. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  91. 178c7ae net: macb: add check for dma mapping error in start_xmit() by Alexey Khoroshilov · 8 years ago
  92. 1629dd4 cadence: Add LSO support. by Rafal Ozieblo · 8 years ago
  93. 8441bb3 net: macb: Add ethtool get_ringparam and set_ringparam functionality by Zach Brown · 8 years ago
  94. b410d13 net: macb: Use variables with defaults for tx/rx ring sizes instead of hardcoded values by Zach Brown · 8 years ago
  95. 44770e1 ethernet: use core min/max MTU checking by Jarod Wilson · 8 years ago
  96. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  97. fa6114d net: macb: NULL out phydev after removing mdio bus by Nathan Sullivan · 8 years ago
  98. a7c22bd net: macb: fix missing unlock on error in macb_start_xmit() by Wei Yongjun · 8 years ago
  99. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  100. 007e4ba net: macb: initialize checksum when using checksum offloading by Helmut Buchsbaum · 9 years ago