1. 83216e3 of: net: pass the dst buffer to of_get_mac_address() by Michael Walle · 3 years, 9 months ago
  2. 3ada665 net: ks8851: remove definition of DEBUG by Tom Rix · 4 years ago
  3. f0791b9 net: ks8851: Select PHYLIB and MICREL_PHY in Kconfig by Marek Vasut · 4 years ago
  4. ef36312 net: ks8851: Register MDIO bus and the internal PHY by Marek Vasut · 4 years ago
  5. eba251f net: micrel: convert comma to semicolon by Zheng Yongjun · 4 years, 1 month ago
  6. 401d8ce net: ksz884x: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  7. d0ea5cb drivers/net/ethernet: clean up mis-targeted comments by Jesse Brandeburg · 4 years, 4 months ago
  8. 7c8c029 drivers/net/ethernet: clean up unused assignments by Jesse Brandeburg · 4 years, 4 months ago
  9. bf2977a net: micrel: Remove set but not used variable by Zheng Yongjun · 4 years, 4 months ago
  10. 9ad5a25 net: micrel: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
  11. 81adcd6 ksz884x: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 6 months ago
  12. ffa76e3 ksz884x: mark pcidev_suspend() as __maybe_unused by Wei Yongjun · 4 years, 7 months ago
  13. 6412061 ksz884x: use generic power management by Vaibhav Gupta · 4 years, 7 months ago
  14. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  15. 72628da net: ks8851: Remove ks8851_mll.c by Marek Vasut · 4 years, 8 months ago
  16. 797047f net: ks8851: Implement Parallel bus operations by Marek Vasut · 4 years, 8 months ago
  17. b07f987 net: ks8851: Separate SPI operations into separate file by Marek Vasut · 4 years, 8 months ago
  18. 7a552c8 net: ks8851: Implement register, FIFO, lock accessor callbacks by Marek Vasut · 4 years, 8 months ago
  19. d2a1c64 net: ks8851: Permit overridding interrupt enable register by Marek Vasut · 4 years, 8 months ago
  20. 144ad36 net: ks8851: Factor out TX work flush function by Marek Vasut · 4 years, 8 months ago
  21. 24be726 net: ks8851: Split out SPI specific code from probe() and remove() by Marek Vasut · 4 years, 8 months ago
  22. d48b763 net: ks8851: Split out SPI specific entries in struct ks8851_net by Marek Vasut · 4 years, 8 months ago
  23. 18a3df7 net: ks8851: Factor out SKB receive function by Marek Vasut · 4 years, 8 months ago
  24. 2272602 net: ks8851: Factor out bus lock handling by Marek Vasut · 4 years, 8 months ago
  25. aa39bf6 net: ks8851: Use 16-bit read of RXFC register by Marek Vasut · 4 years, 8 months ago
  26. 88cfedd net: ks8851: Use 16-bit writes to program MAC address by Marek Vasut · 4 years, 8 months ago
  27. 806f664 net: ks8851: Remove ks8851_rdreg32() by Marek Vasut · 4 years, 8 months ago
  28. 2c5b0a8 net: ks8851: Use dev_{get,set}_drvdata() by Marek Vasut · 4 years, 8 months ago
  29. b6948e1 net: ks8851: Use devm_alloc_etherdev() by Marek Vasut · 4 years, 8 months ago
  30. 848fc0c net: ks8851: Pass device node into ks8851_init_mac() by Marek Vasut · 4 years, 8 months ago
  31. 2f3271c net: ks8851: Replace dev_err() with netdev_err() in IRQ handler by Marek Vasut · 4 years, 8 months ago
  32. bfd1e0e net: ks8851: Rename ndev to netdev in probe by Marek Vasut · 4 years, 8 months ago
  33. d320692 net: ks8851: Factor out spi->dev in probe()/remove() by Marek Vasut · 4 years, 8 months ago
  34. f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 10 months ago
  35. 8262e6f net: ks8851-ml: Fix IO operations, again by Marek Vasut · 4 years, 10 months ago
  36. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 11 months ago
  37. 4434341 net: ks8851-ml: Fix IRQ handling and locking by Marek Vasut · 5 years ago
  38. e65ee2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  39. 2e92a2d net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT by Julian Wiedmann · 5 years ago
  40. 5829210 net: ks8851-ml: Fix 16-bit IO operation by Marek Vasut · 5 years ago
  41. edacb09 net: ks8851-ml: Fix 16-bit data access by Marek Vasut · 5 years ago
  42. 69233bb net: ks8851-ml: Remove 8-bit bus accessors by Marek Vasut · 5 years ago
  43. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  44. 81160dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  45. 9b789f4 ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readable by zhong jiang · 5 years ago
  46. 13b0aef net: remove ks8695 driver by Arnd Bergmann · 5 years ago
  47. 399e06a ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” by Markus Elfring · 5 years ago
  48. 4865695 net: ks8851-ml: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  49. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  50. 82c2981 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176 by Thomas Gleixner · 6 years ago
  51. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  52. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  53. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  54. 2d2924a net: ethernet: fix similar warning reported by kbuild test robot by Petr Štetiar · 6 years ago
  55. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  56. aae079a net: ks8851: Deduplicate register macros by Lukas Wunner · 6 years ago
  57. cbda74a net: ks8851: Fix register macro misnomers by Lukas Wunner · 6 years ago
  58. 9624baf net: ks8851: Set initial carrier state to down by Lukas Wunner · 6 years ago
  59. d268f31 net: ks8851: Delay requesting IRQ until opened by Lukas Wunner · 6 years ago
  60. 761cfa9 net: ks8851: Reassert reset pin if chip ID check fails by Lukas Wunner · 6 years ago
  61. 536d368 net: ks8851: Dequeue RX packets explicitly by Lukas Wunner · 6 years ago
  62. 105cfb0 net: micrel: ks8695net: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  63. 2b49117a net: micrel: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  64. dafa5f6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  65. 5d258b4 net: ethernet: Use existing define with polynomial by Krzysztof Kozlowski · 7 years ago
  66. 5074298 ethernet: micrel: remove redundant pointer 'info' by Colin Ian King · 7 years ago
  67. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  68. 566bd54 net: ks8851: Support DT-provided MAC address by Lukas Wunner · 7 years ago
  69. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  70. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  71. 11dd894 net: ksz884x: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  72. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  73. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  74. 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
  75. 9efd383 net: ks8851: Added support for half-duplex SPI by Sergey Shcherbakov · 8 years ago
  76. 0367105 scripts/spelling.txt: add "overrided" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  77. b6878ea net: micrel: ks8851_mll: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  78. 98f2b09 net: micrel: ks8851: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  79. 2821337 net: micrel: ks8695net: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  80. 2fb93a1 net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  81. 7ea40077 ks8695net: add GRO support by Eric Dumazet · 8 years ago
  82. 3ebe834 net: ks8851: Drop eeprom_size structure member by Stephen Boyd · 8 years ago
  83. 44770e1 ethernet: use core min/max MTU checking by Jarod Wilson · 8 years ago
  84. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  85. 3274940 drivers: net: Don't print unpopulated net_device name by Harvey Hunt · 9 years ago
  86. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  87. 3af0d55 ethernet: micrel: fix some error codes by Dan Carpenter · 9 years ago
  88. 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  89. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  90. 88c7966 net: ks8851: Export OF module alias information by Javier Martinez Canillas · 9 years ago
  91. 2902bc6 net: ethernet: micrel: fix an error code by Dan Carpenter · 9 years ago
  92. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
  93. addae62 ethernet: micrel: use time_is_before_eq_jiffies by Antonio Murdaca · 10 years ago
  94. f6b59f3 ethernet: micrel: use time_after_eq by Antonio Murdaca · 10 years ago
  95. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  96. fea3cb0 ksz884x: Use setup_timer by Julia Lawall · 10 years ago
  97. 62633b8 net: ethernet: micrel: ksz884x.c: Remove unused function by Rickard Strandqvist · 10 years ago
  98. f153568 net: ethernet: micrel: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  99. 843d349 net: ks8842: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  100. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago