1. 007c951 ethernet: 3com/typhoon: don't write directly to netdev->dev_addr by Jakub Kicinski · 3 years ago
  2. 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 2 months ago
  3. 923ca6f ethernet: replace netdev->dev_addr 16bit writes by Jakub Kicinski · 3 years, 3 months ago
  4. 16be9a1 ethernet: use eth_hw_addr_set() - casts by Jakub Kicinski · 3 years, 4 months ago
  5. db71f8f 3com 3c515: make it compile on 64-bit architectures by Linus Torvalds · 3 years, 4 months ago
  6. 7432388 net: 3com: 3c59x: clean up inconsistent indenting by Colin Ian King · 3 years, 4 months ago
  7. a07d8ec ethernet: isa: convert to module_init/module_exit by Arnd Bergmann · 3 years, 6 months ago
  8. 4228c39 make legacy ISA probe optional by Arnd Bergmann · 3 years, 6 months ago
  9. 8bbdf1b 3c509: stop calling netdev_boot_setup_check by Arnd Bergmann · 3 years, 6 months ago
  10. 771edea net: 3c509: make the array if_names static const, makes object smaller by Colin Ian King · 3 years, 6 months ago
  11. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
  12. 959dc06 net: 3com: remove leading spaces before tabs by Hui Tang · 3 years, 8 months ago
  13. 097c8ff net: 3c509: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 10 months ago
  14. 30e88d0 isa: Make the remove callback for isa drivers return void by Uwe Kleine-König · 4 years ago
  15. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
  16. c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  17. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  18. 790ca79 net: typhoon: Fix a typo Typoon --> Typhoon by Christophe JAILLET · 4 years, 3 months ago
  19. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  20. c8acc09 typhoon: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 5 months ago
  21. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  22. cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 6 months ago
  23. 2083beb net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx' by Lee Jones · 4 years, 5 months ago
  24. 7b46681 typhoon: use generic power management by Vaibhav Gupta · 4 years, 7 months ago
  25. 132db93 docs: networking: reorganize driver documentation again by Jakub Kicinski · 4 years, 7 months ago
  26. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  27. 9ea2af8 docs: networking: device drivers: convert 3com/vortex.txt to ReST by Mauro Carvalho Chehab · 4 years, 9 months ago
  28. 1c79031 drivers: Remove inclusion of vermagic header by Leon Romanovsky · 4 years, 9 months ago
  29. b0f8305 net: typhoon: Add required whitespace after keywords by Logan Magee · 4 years, 10 months ago
  30. 6bba2e8 net/3com: Delete driver and module versions from 3com drivers by Leon Romanovsky · 5 years ago
  31. e102774 net: 3com: 3c59x: remove set but not used variable 'mii_reg1' by yu kuai · 5 years ago
  32. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  33. 9f293c9 net: 3com: 3c59x: Use dev_get_drvdata by Chuhong Yuan · 5 years ago
  34. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 5 years ago
  35. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  36. fb6fafb 3c515: fix integer overflow warning by Arnd Bergmann · 6 years ago
  37. 467d2fc net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  38. d422a28 net: 3c509: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  39. b255e50 net: documentation: build a directory structure for drivers by Jakub Kicinski · 6 years ago
  40. c9ce1fa net: prevent ISA drivers from building on PPC32 by Randy Dunlap · 6 years ago
  41. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  42. 55c8261 3c59x: convert to generic DMA API by Christoph Hellwig · 7 years ago
  43. dea4c96 net: 3com: 3c59x: irq save variant of ISR by Anna-Maria Gleixner · 7 years ago
  44. 47f66c7 net: 3com: 3c59x: Pull locking out of ISR by Anna-Maria Gleixner · 7 years ago
  45. 577b995 net: 3com: 3c59x: Move boomerang/vortex conditional into function by Anna-Maria Gleixner · 7 years ago
  46. ee4aa8d 3c59x: fix missing dma_mapping_error check and bad ring refill logic by Neil Horman · 7 years ago
  47. 0aa3b41 net: 3com: 3c574_cs: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  48. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  49. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  50. 0ff624f drivers/net: 3com/3c515: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  51. 7974c0f3 drivers/net/3com: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  52. 670af5e net: 3c59x: constify eisa_device_id by Arvind Yadav · 7 years ago
  53. 4ac5bc3 net: 3c509: constify eisa_device_id by Arvind Yadav · 7 years ago
  54. d369bcaf net: 3c509: constify pnp_device_id by Arvind Yadav · 7 years ago
  55. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  56. 697dae1 net/3com: Make el3_netdev_get_ecmd return void by yuval.shaia@oracle.com · 8 years ago
  57. 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
  58. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  59. df29840 Annotate hardware config module parameters in drivers/net/ethernet/ by David Howells · 8 years ago
  60. 730826b net: typhoon: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
  61. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  62. 6b6bbb5 net: 3com: typhoon: typhoon_init_one: make return values more specific by Thomas Preisner · 8 years ago
  63. 107fded net: 3com: typhoon: typhoon_init_one: fix incorrect return values by Thomas Preisner · 8 years ago
  64. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  65. e28ceeb net/3com/3c515: Fix timer handling, prevent leaks and crashes by Thomas Gleixner · 8 years ago
  66. b12ab9b net: 3com: typhoon: fix typhoon_get_link_ksettings by Philippe Reynes · 8 years ago
  67. f7a5537 net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  68. b646cf2 net: 3c509: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  69. e19b788 net: 3c59x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  70. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  71. aa211d2 3c59x: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  72. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  73. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  74. a6522c0 3c59x: mask LAST_FRAG bit from length field in ring by Neil Horman · 9 years ago
  75. f12d33f 3c59x: Ensure to apply the expires time by Stafford Horne · 9 years ago
  76. 5b6490d 3c59x: Use setup_timer() by Amitoj Kaur Chawla · 9 years ago
  77. 6e14441 3c59x: fix another page map/single unmap imbalance by Neil Horman · 9 years ago
  78. 7356f4e 3c59x: balance page maps and unmaps by Neil Horman · 9 years ago
  79. cb4396e drivers/net: fix eisa_driver probe section mismatch by Fabian Frederick · 9 years ago
  80. 4a89ba0 3c59x: Add BQL support for 3c59x ethernet driver. by Loganaden Velvindron · 9 years ago
  81. 2fc0996 3c59x: Fix resource leaks in vortex_open by Jia-Ju Bai · 9 years ago
  82. 4eed4d8 3c59x: Fix shared IRQ handling by Denys Vlasenko · 10 years ago
  83. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
  84. 1d6c4cc drivers/net: Use setup_timer and mod_timer by Vaishali Thakkar · 10 years ago
  85. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  86. 00fd5d9 net: typhoon: Remove redundant casts by Rasmus Villemoes · 10 years ago
  87. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. 88b09a6 3c59x: fix bad split of cpu_to_le32(pci_map_single()) by Sylvain "ythier" Hitier · 10 years ago
  89. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. 8400dd0 3c59x: Fix bad offset spec in skb_frag_dma_map by Neil Horman · 10 years ago
  91. 6f2b6a3 3c59x: Add dma error checking and recovery by Neil Horman · 10 years ago
  92. fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
  93. 98ea232 3c59x: avoid panic in boomerang_start_xmit when finding page address: by Neil Horman · 10 years ago
  94. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  95. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  96. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 11 years ago
  97. e5ddf35 3c59x: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  98. 8fa9524 3c509: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  99. 6df3efc Drivers: net: ethernet: 3com: 3c589_cs fixed coding style issues by Justin van Wijngaarden · 11 years ago
  100. 4e6ecd4 3c59x: Remove unused pointer in vortex_eisa_cleanup() by Christian Engelmayer · 11 years ago