1. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  2. c4db993 net: ll_temac: Fix return value check in temac_probe() by Wei Yongjun · 4 years, 9 months ago
  3. 5fff015 net: axienet: Allow DMA to beyond 4GB by Andre Przywara · 4 years, 10 months ago
  4. f735c40 net: axienet: Autodetect 64-bit DMA capability by Andre Przywara · 4 years, 10 months ago
  5. 4e958f3 net: axienet: Upgrade descriptors to hold 64-bit addresses by Andre Przywara · 4 years, 10 months ago
  6. 6a00d0d net: axienet: Wrap DMA pointer writes to prepare for 64 bit by Andre Przywara · 4 years, 10 months ago
  7. 2a9b65e net: axienet: Add mii-tool support by Andre Przywara · 4 years, 10 months ago
  8. c30cb8f net: axienet: Drop MDIO interrupt registers from ethtools dump by Andre Przywara · 4 years, 10 months ago
  9. d6349e3 net: axienet: Mark eth_irq as optional by Andre Przywara · 4 years, 10 months ago
  10. 71791dc net: axienet: Check for DMA mapping errors by Andre Przywara · 4 years, 10 months ago
  11. ab365c3 net: axienet: Factor out TX descriptor chain cleanup by Andre Przywara · 4 years, 10 months ago
  12. e7fea0b net: axienet: Improve DMA error handling by Andre Przywara · 4 years, 10 months ago
  13. f26667a3 net: axienet: Fix DMA descriptor cleanup path by Andre Przywara · 4 years, 10 months ago
  14. ee44d0b net: axienet: Propagate failure of DMA descriptor setup by Andre Przywara · 4 years, 10 months ago
  15. 24201a64 net: axienet: Convert DMA error handler to a work queue by Andre Przywara · 4 years, 10 months ago
  16. e8b6c54 net: xilinx: temac: Relax Kconfig dependencies by Andre Przywara · 4 years, 10 months ago
  17. 329bab6 net: axienet: let core reject the unsupported coalescing parameters by Jakub Kicinski · 4 years, 10 months ago
  18. e62780e net: ll_temac: let core reject the unsupported coalescing parameters by Jakub Kicinski · 4 years, 10 months ago
  19. 227d461 net: ll_temac: Add ethtool support for coalesce parameters by Esben Haabendal · 4 years, 11 months ago
  20. f7b261b net: ll_temac: Make RX/TX ring sizes configurable by Esben Haabendal · 4 years, 11 months ago
  21. 7c462a0 net: ll_temac: Remove unused start_p variable by Esben Haabendal · 4 years, 11 months ago
  22. 9482cc9 net: ll_temac: Remove unused tx_bd_next struct field by Esben Haabendal · 4 years, 11 months ago
  23. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 11 months ago
  24. 95347842 net: axienet: use resolved link config in mac_link_up() by Russell King · 5 years ago
  25. 91a208f net: phylink: propagate resolved link config via mac_link_up() by Russell King · 5 years ago
  26. 1d63b8d net: ll_temac: Handle DMA halt condition caused by buffer underrun by Esben Haabendal · 5 years ago
  27. 770d9c6 net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressure by Esben Haabendal · 5 years ago
  28. d07c849 net: ll_temac: Add more error handling of dma_map_single() calls by Esben Haabendal · 5 years ago
  29. 84823ff net: ll_temac: Fix race condition causing TX hang by Esben Haabendal · 5 years ago
  30. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  31. fd786fb1 net: convert suitable drivers to use phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  32. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  33. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  34. d46b7e4 net: phylink: rename mac_link_state() op to mac_pcs_get_state() by Russell King · 5 years ago
  35. d7eaf96 net: axienet: In kconfig remove arch dependency for axi_emac by Radhey Shyam Pandey · 5 years ago
  36. eb34e98 net: axienet: Fix error return code in axienet_probe() by Wei Yongjun · 5 years ago
  37. 0c65b2b net: of_get_phy_mode: Change API to solve int/unit warnings by Andrew Lunn · 5 years ago
  38. 73e211e net: axienet: fix a signedness bug in probe by Dan Carpenter · 5 years ago
  39. ef86ea9 net: axienet: fix a potential double free in axienet_probe() by Wen Yang · 6 years ago
  40. 7fa0043 net: axienet: move use of resource after validity check by Robert Hancock · 6 years ago
  41. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  42. f5203a3 net: axienet: convert to phylink API by Robert Hancock · 6 years ago
  43. 28ef9eb net: axienet: make use of axistream-connected attribute optional by Robert Hancock · 6 years ago
  44. 3b09a3f net: axienet: Fix MDIO bus parent node detection by Robert Hancock · 6 years ago
  45. 70c5026 net: axienet: stop interface during shutdown by Robert Hancock · 6 years ago
  46. d05a9ed net: axienet: Make missing MAC address non-fatal by Robert Hancock · 6 years ago
  47. 7de4428 net: axienet: Fix race condition causing TX hang by Robert Hancock · 6 years ago
  48. 522856c net: axienet: Add optional support for Ethernet core interrupt by Robert Hancock · 6 years ago
  49. 9cbc1b6 net: axienet: Support shared interrupts by Robert Hancock · 6 years ago
  50. 867d03b net: axienet: Add DMA registers to ethtool register dump by Robert Hancock · 6 years ago
  51. 8b09ca8 net: axienet: Make RX/TX ring sizes configurable by Robert Hancock · 6 years ago
  52. 489d4d7 net: axienet: Cleanup DMA device reset and halt process by Robert Hancock · 6 years ago
  53. 7789e9e net: axienet: Re-initialize MDIO registers properly after reset by Robert Hancock · 6 years ago
  54. e7a3d11 net: axienet: fix teardown order of MDIO bus by Robert Hancock · 6 years ago
  55. 09a0354 net: axienet: Use clock framework to get device clock rate by Robert Hancock · 6 years ago
  56. 2190cd1 net: axienet: add X86 and ARM as supported platforms by Robert Hancock · 6 years ago
  57. 88a972d net: axienet: fix MDIO bus naming by Robert Hancock · 6 years ago
  58. d85f5f3 net: axienet: Use standard IO accessors by Robert Hancock · 6 years ago
  59. 23e6b2d net: axienet: Fix casting of pointers to u32 by Robert Hancock · 6 years ago
  60. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  61. dfb569f net: ll_temac: Fix compile error by Esben Haabendal · 6 years ago
  62. 0127cd5 net: ll_temac: Enable multicast support by Esben Haabendal · 6 years ago
  63. 1b3fa5cf8 net: ll_temac: Cleanup multicast filter on change by Esben Haabendal · 6 years ago
  64. 1bd33bf net: ll_temac: Prepare indirect register access for multicast support by Esben Haabendal · 6 years ago
  65. ddc0bf3 net: ll_temac: Do not make promiscuous mode sticky on multicast by Esben Haabendal · 6 years ago
  66. f75b6f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  67. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  68. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  69. 563ecb8 2/2] net: xilinx_emaclite: use readx_poll_timeout() in mdio wait function by Kurt Kanzenbach · 6 years ago
  70. 882119f 1/2] net: axienet: use readx_poll_timeout() in mdio wait function by Kurt Kanzenbach · 6 years ago
  71. 2d2924a net: ethernet: fix similar warning reported by kbuild test robot by Petr Štetiar · 6 years ago
  72. 5db9c74 net: ll_temac: Improve error message on error IRQ by Esben Haabendal · 6 years ago
  73. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  74. 6e05b833 net: ll_temac: Make some functions static by YueHaibing · 6 years ago
  75. b52d031 net: ll_temac: remove an unnecessary condition by Dan Carpenter · 6 years ago
  76. 1ffc4b7 net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open() by Dan Carpenter · 6 years ago
  77. 26f146e net: ll_temac: Fix typo bug for 32-bit by Esben Haabendal · 6 years ago
  78. 73f7375 net: ll_temac: Enable DMA when ready, not before by Esben Haabendal · 6 years ago
  79. 7e97a19 net: ll_temac: Allow configuration of IRQ coalescing by Esben Haabendal · 6 years ago
  80. 901d14a net: ll_temac: Replace bad usage of msleep() with usleep_range() by Esben Haabendal · 6 years ago
  81. 2c9938e net: ll_temac: Fix bug causing buffer descriptor overrun by Esben Haabendal · 6 years ago
  82. a8c9bd3 net: ll_temac: Fix iommu/swiotlb leak by Esben Haabendal · 6 years ago
  83. f14f5c1 net: ll_temac: Support indirect_mutex share within TEMAC IP by Esben Haabendal · 6 years ago
  84. 2c02c37 net: ll_temac: Allow use on x86 platforms by Esben Haabendal · 6 years ago
  85. fdd7454 net: ll_temac: Fix support for little-endian platforms by Esben Haabendal · 6 years ago
  86. a3246dc net: ll_temac: Add support for non-native register endianness by Esben Haabendal · 6 years ago
  87. d84aec4 net: ll_temac: Fix support for 64-bit platforms by Esben Haabendal · 6 years ago
  88. 8425c41 net: ll_temac: Extend support to non-device-tree platforms by Esben Haabendal · 6 years ago
  89. a63625d net: ll_temac: Fix and simplify error handling by using devres functions by Esben Haabendal · 6 years ago
  90. fcf9782 net: xilinx: emaclite: add minimal ndo_do_ioctl hook by Alexandru Ardelean · 6 years ago
  91. 9a80ba0 net: xilinx: emaclite: add minimal ethtool ops by Alexandru Ardelean · 6 years ago
  92. fa3a419 net: xilinx: fix possible object reference leak by Wen Yang · 6 years ago
  93. d1441d4 net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  94. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  95. 81255af net: xilinx: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  96. 58056c1 net: ethernet: Use phy_set_max_speed() to limit advertised speed by Andrew Lunn · 6 years ago
  97. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  98. 03bc7ca net: axienet: Fix double deregister of mdio by Shubhrajyoti Datta · 6 years ago
  99. 14291d1 net: emaclite: Remove unnecessary spaces by Radhey Shyam Pandey · 7 years ago
  100. 49a83f0 net: emaclite: Fix block comments style by Radhey Shyam Pandey · 7 years ago