1. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
  2. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  3. b9dd694 net: ethernet: wiznet: w5X00 add device tree support by Nicolas Saenz Julienne · 6 years ago
  4. 80503b2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149 by Thomas Gleixner · 6 years ago
  5. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  6. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  7. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  8. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  9. 44f5ccd net: ethernet: wiznet: w5300: simplify getting .driver_data by Wolfram Sang · 6 years ago
  10. f0f2551 net: wiznet: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  11. 129858f net: ethernet: wiznet: avoid format string exposure by Kees Cook · 8 years ago
  12. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  13. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  14. 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
  15. 41cae08 net: ethernet: wiznet: Remove create_workqueue by Bhaktipriya Shridhar · 9 years ago
  16. c3875ca net: w5100-spi: add support to specify MAC address by device tree by Akinobu Mita · 9 years ago
  17. 7d6da45 net: w5100: increase TX timeout period by Akinobu Mita · 9 years ago
  18. d41cd5f net: w5100: fix MAC filtering for W5500 by Akinobu Mita · 9 years ago
  19. e9f0cd9 net: w5100: remove unused is_w5200() by Akinobu Mita · 9 years ago
  20. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  21. 35ef7d6 net: w5100: support W5500 by Akinobu Mita · 9 years ago
  22. b67d1df net: w5100: don't build spi driver without w5100 by Arnd Bergmann · 9 years ago
  23. 0c165ff net: w5100: support W5200 by Akinobu Mita · 9 years ago
  24. 630cf09 net: w5100: support SPI interface mode by Akinobu Mita · 9 years ago
  25. bf2c6b90 net: w5100: enable to support sleepable register access interface by Akinobu Mita · 9 years ago
  26. 850576c net: w5100: add ability to support other bus interface by Akinobu Mita · 9 years ago
  27. d6586d2 net: w5100: move mmiowb into register access callbacks by Akinobu Mita · 9 years ago
  28. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
  29. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  30. 5a3dba7 net: WIZnet drivers: enable interrupts after napi_complete() by Yongbae Park · 10 years ago
  31. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  32. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  33. 5e9b4dc ethernet: wiznet: remove unnecessary check by Varka Bhadram · 10 years ago
  34. bd0e5d5 net: ethernet: wiznet: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  35. 6a05880 net: ethernet: Remove superfluous ether_setup after alloc_etherdev by Tobias Klauser · 10 years ago
  36. 4e76ca7 net: w5100: Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  37. d1b44ce net: w5300: Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  38. 5988aa6 net: w5100: use dev_get_platdata() by Jingoo Han · 12 years ago
  39. 59f92f4 net: w5300: use dev_get_platdata() by Jingoo Han · 12 years ago
  40. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  41. 4294beb net: ethernet: wiznet: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 12 years ago
  42. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  43. 0e1effe net/wiznet: remove __dev* attributes by Bill Pemberton · 12 years ago
  44. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 12 years ago
  45. 1f7c9ae w5300: using eth_hw_addr_random() for random MAC and set device flag by Wei Yongjun · 13 years ago
  46. d68bb7e w5100: using eth_hw_addr_random() for random MAC and set device flag by Wei Yongjun · 13 years ago
  47. 9fafbd4 net: wiznet add missing HAS_IOMEM dependency by frank.blaschka@de.ibm.com · 13 years ago
  48. 7efd26d ethernet: Use eth_random_addr by Joe Perches · 13 years ago
  49. 77577bf net: WIZnet drivers: fix possible NULL dereference by Mike Sinkovsky · 13 years ago
  50. 64d176f wiznet: Add missing #include <linux/irq.h> by Geert Uytterhoeven · 13 years ago
  51. 376b16f drivers/net: Remove CONFIG_WIZNET_TX_FLOW option by Mike Sinkovsky · 13 years ago
  52. 32ed53b wiznet: Fix Kconfig dependencies. by David S. Miller · 13 years ago
  53. 8b1467a Ethernet driver for the WIZnet W5100 chip by Mike Sinkovsky · 13 years ago
  54. 9899b81 Ethernet driver for the WIZnet W5300 chip by Mike Sinkovsky · 13 years ago