1. 5f215513 net: sundance: Replace one-element array with non-array object by Gustavo A. R. Silva · 3 years, 1 month ago
  2. 923ca6f ethernet: replace netdev->dev_addr 16bit writes by Jakub Kicinski · 3 years, 4 months ago
  3. 562ef98 ethernet: replace netdev->dev_addr assignment loops by Jakub Kicinski · 3 years, 4 months ago
  4. 7666075 ethernet: constify references to netdev->dev_addr in drivers by Jakub Kicinski · 3 years, 4 months ago
  5. a96d317 ethernet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 5 months ago
  6. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 7 months ago
  7. e6f0f97 net: dlink: remove leading spaces before tabs by Hui Tang · 3 years, 9 months ago
  8. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 10 months ago
  9. f670149 net: sundance: use module_pci_driver to simplify the code by Wei Yongjun · 3 years, 11 months ago
  10. 25cf87d net: sundance: Use tasklet_disable_in_atomic(). by Sebastian Andrzej Siewior · 4 years ago
  11. bc48a1f net: sundance: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 5 months ago
  12. b49db89 net: dl2k: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 6 months ago
  13. 52db4bc net: dl2k: Remove unused macro DRV_NAME by YueHaibing · 4 years, 6 months ago
  14. e63a228 net: sundance: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 8 months ago
  15. 78cad4c sundance: use generic power management by Vaibhav Gupta · 4 years, 8 months ago
  16. 132db93 docs: networking: reorganize driver documentation again by Jakub Kicinski · 4 years, 8 months ago
  17. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
  18. ca705e4 docs: networking: device drivers: convert dlink/dl2k.txt to ReST by Mauro Carvalho Chehab · 4 years, 10 months ago
  19. 02ff70b net/dlink: Remove driver version and release date by Leon Romanovsky · 5 years ago
  20. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  21. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  22. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  23. 62f2589 net:dl2k: Replace dev_kfree_skb_irq by dev_consume_skb_irq by Huang Zijiang · 6 years ago
  24. edc307b net:dl2k: Modify the code style escaping the warning by Huang Zijiang · 6 years ago
  25. 76cba8f net: dlink: sundance: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  26. b255e50 net: documentation: build a directory structure for drivers by Jakub Kicinski · 6 years ago
  27. 5618c8e net: dl2k: remove redundant re-assignment to np by Colin Ian King · 7 years ago
  28. 9cb618c drivers/net: dlink: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  29. 6fa35bd net: dl2k: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  30. 88e8aa1 drivers: net: sundance: use setup_timer() helper. by Allen Pais · 7 years ago
  31. a548779 net: dl2k: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
  32. 88c513d net: dlink: sundance: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  33. 9022255 net: dlink: dl2k: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  34. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  35. f7ad72b ethernet/dlink: use core min/max MTU checking by Jarod Wilson · 8 years ago
  36. 0675778 sundance: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  37. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  38. 1777ddb dl2k: Implement suspend by Ondrej Zary · 9 years ago
  39. 966e07f dl2k: Reorder and cleanup initialization by Ondrej Zary · 9 years ago
  40. 39536ff dl2k: Handle memory allocation errors in alloc_list by Ondrej Zary · 9 years ago
  41. c3f45d3 dl2k: Add support for IP1000A-based cards by Ondrej Zary · 9 years ago
  42. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
  43. 52e0b2b net: dl2k: Use setup_timer by Vaishali Thakkar · 10 years ago
  44. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 11 years ago
  45. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 11 years ago
  46. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  47. 36fc210 sundance: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  48. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  49. 5f258a1 net: dl2k: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  50. 42b9023 net: sundance: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  51. cb74e27 sundance: Add netpoll support by Denis Kirjanov · 12 years ago
  52. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 12 years ago
  53. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  54. 168e06ae drivers/net: delete old parallel port de600/de620 drivers by Paul Gortmaker · 12 years ago
  55. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  56. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  57. 682d797 Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next by David S. Miller · 12 years ago
  58. 64bc40d dlink: remove __dev* attributes by Bill Pemberton · 12 years ago
  59. f210e87 sundance: Enable WoL support by Denis Kirjanov · 12 years ago
  60. 9add4d8 dlink: dl2k: use the module_pci_driver macro by Devendra Naga · 12 years ago
  61. c477ebd sections: fix section conflicts in drivers/net by Andi Kleen · 12 years ago
  62. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  63. 1bb57e9 dl2k: Clean up rio_ioctl by Jeff Mahoney · 13 years ago
  64. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  65. 5e3cc4e dl2k: stop using net_device.{base_addr, irq} and convert to __iomem. by Francois Romieu · 13 years ago
  66. c514f28 sundance: stop using net_device.{base_addr, irq}. by Francois Romieu · 13 years ago
  67. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  68. 504f9b5 ethernet: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 13 years ago
  69. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
  70. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  71. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  72. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
  73. 88f0748 drivers/net/ethernet/*: Enabled vendor Kconfig options by Jeff Kirsher · 14 years ago
  74. 78f6a6b dl2k: use standard #defines from mii.h. by Francois Romieu · 14 years ago
  75. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  76. 3401299 de6*/dl2k/sundance: Move the D-Link drivers by Jeff Kirsher · 14 years ago