1. 6c119fbd net: ethoc: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
  2. 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 1 month ago
  3. 4abd7cf ethernet: use eth_hw_addr_set() in unmaintained drivers by Jakub Kicinski · 3 years, 2 months ago
  4. 7666075 ethernet: constify references to netdev->dev_addr in drivers by Jakub Kicinski · 3 years, 3 months ago
  5. 9ca01b2 ethernet: use of_get_ethdev_address() by Jakub Kicinski · 3 years, 3 months ago
  6. f3956eb ethernet: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 3 months ago
  7. a96d317 ethernet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  8. 015a22f net: ethoc: Make use of the helper function dev_err_probe() by Cai Huoqing · 3 years, 3 months ago
  9. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 5 months ago
  10. 83216e3 of: net: pass the dst buffer to of_get_mac_address() by Michael Walle · 3 years, 9 months ago
  11. 5d41f9b net: ethernet: Fix memleak in ethoc_probe by Dinghao Liu · 4 years ago
  12. d0ea5cb drivers/net/ethernet: clean up mis-targeted comments by Jesse Brandeburg · 4 years, 3 months ago
  13. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  14. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  15. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  16. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  17. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  18. 58056c1 net: ethernet: Use phy_set_max_speed() to limit advertised speed by Andrew Lunn · 6 years ago
  19. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  20. 76e597e net: ethoc: Remove useless test before clk_disable_unprepare by YueHaibing · 7 years ago
  21. d220b94 net: ethoc: enable NAPI before poll may be scheduled by Max Filippov · 8 years ago
  22. de6b08f net: ethoc: Use ether_addr_copy() by Tobias Klauser · 8 years ago
  23. 6d6a505 net: ethoc: Use eth_hw_addr_random() by Tobias Klauser · 8 years ago
  24. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  25. a870a97 net: ethoc: Make needlessly global struct ethtool_ops static by Tobias Klauser · 8 years ago
  26. aa884a2 net: ethoc: Remove unused members from struct ethoc by Tobias Klauser · 8 years ago
  27. 38b4bc2 net: ethoc: Demote packet dropped error message to debug by Florian Fainelli · 8 years ago
  28. b34296a net: ethoc: Utilize of_get_mac_address() by Florian Fainelli · 8 years ago
  29. abf7e53 net: ethoc: Account for duplex changes by Florian Fainelli · 8 years ago
  30. 3d3ba56 net: ethoc: Implement ethtool::nway_reset by Florian Fainelli · 8 years ago
  31. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  32. 87e544b net: ethernet: ethoc: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  33. 11331fc net: ethernet: ethoc: use phydev from struct net_device by Philippe Reynes · 8 years ago
  34. ee6c21b net: ethoc: Correctly pad short packets by Florian Fainelli · 8 years ago
  35. 386512d net: ethoc: Fix early error paths by Florian Fainelli · 8 years ago
  36. bfa49cf net/ethoc: fix null dereference on error exit path by Colin Ian King · 9 years ago
  37. 57a0f36 net/ethoc: do not free array priv->mdio->irq by Colin Ian King · 9 years ago
  38. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 9 years ago
  39. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  40. 06e60e59 net/ethoc: support big-endian register layout by Max Filippov · 9 years ago
  41. 444c5f9 net: ethoc: Remove unnecessary #ifdef CONFIG_OF by Tobias Klauser · 9 years ago
  42. fa2b183 net: ethoc: constify of_device_id array by Fabian Frederick · 10 years ago
  43. 224cd4b net: ethernet: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  44. 6a05880 net: ethernet: Remove superfluous ether_setup after alloc_etherdev by Tobias Klauser · 10 years ago
  45. 5672a8f net: ethoc: remove ethoc_config by Florian Fainelli · 11 years ago
  46. 6da4dc6 net: ethoc: remove empty MDIO bus function by Florian Fainelli · 11 years ago
  47. a13aff0 net: ethoc: set up MII management bus clock by Max Filippov · 11 years ago
  48. 445a48c net: ethoc: don't advertise gigabit speed on attached PHY by Max Filippov · 11 years ago
  49. bee7bac net: ethoc: implement ethtool get/set ring parameters by Max Filippov · 11 years ago
  50. 1112909 net: ethoc: implement ethtool get registers by Max Filippov · 11 years ago
  51. 01cd7d5 net: ethoc: implement ethtool get/set settings by Max Filippov · 11 years ago
  52. fba9110 net: ethoc: implement basic ethtool operations by Max Filippov · 11 years ago
  53. 420fcd8 net: ethoc: use dev_get_platdata() by Jingoo Han · 11 years ago
  54. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  55. 72aa8e1 ethoc: Cleanup driver format by Barry Grussling · 12 years ago
  56. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  57. efc61a3 ethoc: fix mac address set by Jiri Pirko · 12 years ago
  58. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  59. e41b2d7 net: set dev->addr_assign_type correctly by Jiri Pirko · 12 years ago
  60. a0a4efe net/ethernet: remove __dev* attributes by Bill Pemberton · 12 years ago
  61. 7efd26d ethernet: Use eth_random_addr by Joe Perches · 12 years ago
  62. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  63. 939d225 ethoc: set addr_assign_type if random_ether_addr() used by Danny Kukawka · 13 years ago
  64. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  65. 3396c78 drivers/net: fix up stale paths from driver reorg by Paul Gortmaker · 13 years ago
  66. db62f68 net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() by Axel Lin · 13 years ago
  67. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  68. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  69. 4ee5429 ethoc: Move the Avionic driver by Jeff Kirsher · 13 years ago[Renamed from drivers/net/ethoc.c]
  70. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  71. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  72. 68f5139 ethoc: enable transmit time stamping. by Richard Cochran · 14 years ago
  73. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 14 years ago
  74. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  75. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  76. c9e358d driver-core: remove conditionals around devicetree pointers by Grant Likely · 14 years ago
  77. 6a63262 ethoc: remove division from loops by Jonas Bonn · 14 years ago
  78. 4f64bcb ethoc: fix function return type by Jonas Bonn · 14 years ago
  79. 8dac428 ethoc: rework mdio read/write by Jonas Bonn · 14 years ago
  80. fa98eb0 ethoc: rework interrupt handling by Jonas Bonn · 14 years ago
  81. 20f70dd ethoc: Double check pending RX packet by Jonas Bonn · 14 years ago
  82. 7438a54 ethoc: enable interrupts after napi_complete by Adam Edvardsson · 14 years ago
  83. eac0d3f ethoc: remove unused spinlock by Jonas Bonn · 14 years ago
  84. e0f4258 ethoc: Add device tree configuration by Jonas Bonn · 14 years ago
  85. 6abc237 ethoc: get rid of ethoc_stats() by Eric Dumazet · 14 years ago
  86. f78f09f ethoc: add devinit/devexit section initializers by Jonas Bonn · 14 years ago
  87. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  88. 5cf3e03 ethoc: Fix warning in ethoc_init_ring(). by David S. Miller · 14 years ago
  89. 57616ee ethoc: Use the instance of net_device_stats from net_device. by Kulikov Vasiliy · 14 years ago
  90. a71fba9 ethoc: use devres resource management by Jonas Bonn · 15 years ago
  91. b46773d ethoc: Clear command buffer after write by Jonas Bonn · 15 years ago
  92. 2cbc8ef Remove unused variable by Jonas Bonn · 15 years ago
  93. 637f33b8 ethoc: Clean up PHY probing by Jonas Bonn · 15 years ago
  94. ee4f56b ethoc: write number of TX buffers in init_ring by Jonas Bonn · 15 years ago
  95. f8555ad0 ethoc: Write bus addresses to registers by Jonas Bonn · 15 years ago
  96. c527f81 ethoc: calculate number of buffers in ethoc_probe by Jonas Bonn · 15 years ago
  97. ee02a4e ethoc: fix null dereference in ethoc_probe by Thomas Chou · 15 years ago
  98. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  99. 8462d14 ethoc: Remove unnecessary memset of napi member in netdev private data by Tobias Klauser · 15 years ago
  100. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago