1. f15fef4 ethernet: smsc: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 5 months ago
  2. 02bfb6be ethernet: smc91x: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 5 months ago
  3. 4abd7cf ethernet: use eth_hw_addr_set() in unmaintained drivers by Jakub Kicinski · 3 years, 5 months ago
  4. 923ca6f ethernet: replace netdev->dev_addr 16bit writes by Jakub Kicinski · 3 years, 5 months ago
  5. 562ef98 ethernet: replace netdev->dev_addr assignment loops by Jakub Kicinski · 3 years, 5 months ago
  6. 7666075 ethernet: constify references to netdev->dev_addr in drivers by Jakub Kicinski · 3 years, 5 months ago
  7. 0a14501 eth: fwnode: remove the addr len from mac helpers by Jakub Kicinski · 3 years, 5 months ago
  8. a96d317 ethernet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 5 months ago
  9. 0055528 net: smsc: Fix function names in print messages and comments by Cai Huoqing · 3 years, 5 months ago
  10. 73fc981 drivers: net: smc911x: clean up inconsistent indenting by Colin Ian King · 3 years, 6 months ago
  11. a07d8ec ethernet: isa: convert to module_init/module_exit by Arnd Bergmann · 3 years, 7 months ago
  12. 4228c39 make legacy ISA probe optional by Arnd Bergmann · 3 years, 7 months ago
  13. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 7 months ago
  14. 996d7ab net: smsc: remove leading spaces before tabs by Hui Tang · 3 years, 10 months ago
  15. cc0626c net: smsc911x: skip acpi_device_id table when !CONFIG_ACPI by Krzysztof Kozlowski · 4 years ago
  16. 214037a drivers: net: smc91x: remove redundant initialization of pointer gpio by Colin Ian King · 4 years ago
  17. 1e30b8d net: smsc911x: Make Runtime PM handling more fine-grained by Geert Uytterhoeven · 4 years, 1 month ago
  18. 7d2a924 net: ethernet: smsc: smc91x: Fix function name in kernel-doc header by Lee Jones · 4 years, 2 months ago
  19. 7958ba7 drivers: net: smsc: Add COMPILE_TEST support by Andrew Lunn · 4 years, 4 months ago
  20. 6e4a930 drivers: net: smc911x: Fix cast from pointer to integer of different size by Andrew Lunn · 4 years, 4 months ago
  21. dd5fdb3 drivers: net: smc911x: Fix passing wrong number of parameters to DBG() macro by Andrew Lunn · 4 years, 4 months ago
  22. 40f6d1d drivers: net: smc911x: Fix set but unused status because of DBG macro by Andrew Lunn · 4 years, 4 months ago
  23. 6015e6f drivers: net: smc911x: Work around set but unused status by Andrew Lunn · 4 years, 4 months ago
  24. 606ddf1 drivers: net: smc91x: Fix missing kerneldoc reported by W=1 by Andrew Lunn · 4 years, 4 months ago
  25. 5b320b5 drivers: net: smc91x: Fix set but unused W=1 warning by Andrew Lunn · 4 years, 4 months ago
  26. 7961fb1 net: smc91x: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 6 months ago
  27. 9984c0b net: smc91x: Remove set but not used variable 'status' in smc_phy_configure() by Luo Jiaxing · 4 years, 6 months ago
  28. 652b498 net: smsc911x: Remove unused variables by Wei Xu · 4 years, 6 months ago
  29. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 6 months ago
  30. 3ab1270 smsc9420: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 6 months ago
  31. 6369280 epic100: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 6 months ago
  32. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  33. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  34. bca9749 net: smc91x: Fix possible memory leak in smc_drv_probe() by Wang Hai · 4 years, 8 months ago
  35. 53fff2b smsc9420: use generic power management by Vaibhav Gupta · 4 years, 8 months ago
  36. 622594f epic100: use generic power management by Vaibhav Gupta · 4 years, 8 months ago
  37. 132db93 docs: networking: reorganize driver documentation again by Jakub Kicinski · 4 years, 8 months ago
  38. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
  39. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  40. 539d39a net: smsc911x: Fix runtime PM imbalance on error by Dinghao Liu · 4 years, 10 months ago
  41. d6a9987 docs: networking: device drivers: convert smsc/smc9.txt to ReST by Mauro Carvalho Chehab · 4 years, 10 months ago
  42. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  43. fd786fb1 net: convert suitable drivers to use phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  44. 4ac0ac8 epic100: allow nesting of ethtool_ops begin() and complete() by Michal Kubecek · 5 years ago
  45. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  46. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  47. 5c61e22 net: smc911x: Adjust indentation in smc911x_phy_configure by Nathan Chancellor · 5 years ago
  48. 399e06a ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” by Markus Elfring · 6 years ago
  49. a20961c net: smc911x: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  50. cd238ef docs: kbuild: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  51. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  52. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  53. 0eb1645 smc911x: pass struct device to DMA API functions by Christoph Hellwig · 6 years ago
  54. bb6a702 net: smsc: epic100: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  55. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  56. b255e50 net: documentation: build a directory structure for drivers by Jakub Kicinski · 6 years ago
  57. 97eeebe smsc: Replace spin_is_locked() with lockdep by Lance Roy · 6 years ago
  58. 9dd8360 net: ethernet: smsc: smc91x: simplify getting .driver_data by Wolfram Sang · 6 years ago
  59. 6323d57 net: smsc: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  60. af8d9bb net: ethernet: Add helper for MACs which support asym pause by Andrew Lunn · 6 years ago
  61. 04b7d41 net: ethernet: Fix up drivers masking pause support by Andrew Lunn · 6 years ago
  62. 58056c1 net: ethernet: Use phy_set_max_speed() to limit advertised speed by Andrew Lunn · 6 years ago
  63. 9e259f9 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  64. 211c41c epic100: remove redundant variable 'irq' by Colin Ian King · 7 years ago
  65. cbc654c net: smc91x: remove the dmaengine compat need by Robert Jarzmik · 7 years ago
  66. 9d7bc29c net: smc911x: remove the dmaengine compat need by Robert Jarzmik · 7 years ago
  67. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  68. d98983f net: smsc: remove m32r/mn10300 specific smc91x configuration by Arnd Bergmann · 7 years ago
  69. a687a53 treewide: simplify Kconfig dependencies for removed archs by Arnd Bergmann · 7 years ago
  70. 739d875 mn10300: Remove the architecture by David Howells · 7 years ago
  71. e06513d net: smsc911x: Fix unload crash when link is up by Jeremy Linton · 7 years ago
  72. 83090e7 net/smc9194: Remove bogus CONFIG_MAC reference by Finn Thain · 7 years ago
  73. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  74. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  75. 267146d drivers/net: smsc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  76. 32db0345 drivers: net: smsc: use setup_timer() helper. by Allen Pais · 7 years ago
  77. 2aa70f8 net: smsc911x: Quieten netif during suspend by Geert Uytterhoeven · 7 years ago
  78. 57fe147 smsc911x: Add check for ioremap_nocache() return code by Alexey Khoroshilov · 8 years ago
  79. d19724e net: smc91x: constify dev_pm_ops structures. by Arvind Yadav · 8 years ago
  80. 82c01a8 net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return void by yuval.shaia@oracle.com · 8 years ago
  81. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  82. f6fec61 smsc911x: Adding support for Micochip LAN9250 Ethernet controller by David Cai · 8 years ago
  83. df29840 Annotate hardware config module parameters in drivers/net/ethernet/ by David Howells · 8 years ago
  84. c4df19a net: smsc: smc91x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  85. 9e0b516 net: smsc: smc911x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  86. aac1561 net: Revert ksettings conversions. by David S. Miller · 8 years ago
  87. 7b022a1 net: smsc: smc91x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  88. b78125e net: smsc: smc911x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  89. 88da73a net: smsc: smc91c92_cs: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  90. 60269ae net: smsc: epic100: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  91. 1fa8c5f epic100: use napi_complete_done() by Eric Dumazet · 8 years ago
  92. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  93. 4a7c972 net: Remove usage of net_device last_rx member by Tobias Klauser · 8 years ago
  94. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  95. 7b9dc3f Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  96. 852b7fa Merge branches 'pm-core', 'pm-qos' and 'pm-avs' by Rafael J. Wysocki · 8 years ago
  97. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  98. ab4e4c0 net: smsc911x: back out silently on probe deferrals by Linus Walleij · 8 years ago
  99. 8fd9ce0 net: ethernet: smsc9420: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  100. fe1eb9c net: smsc911x: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago