1. e102774 net: 3com: 3c59x: remove set but not used variable 'mii_reg1' by yu kuai · 5 years ago
  2. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  3. 9f293c9 net: 3com: 3c59x: Use dev_get_drvdata by Chuhong Yuan · 5 years ago
  4. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 5 years ago
  5. 467d2fc net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  6. b255e50 net: documentation: build a directory structure for drivers by Jakub Kicinski · 6 years ago
  7. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  8. 55c8261 3c59x: convert to generic DMA API by Christoph Hellwig · 7 years ago
  9. dea4c96 net: 3com: 3c59x: irq save variant of ISR by Anna-Maria Gleixner · 7 years ago
  10. 47f66c7 net: 3com: 3c59x: Pull locking out of ISR by Anna-Maria Gleixner · 7 years ago
  11. 577b995 net: 3com: 3c59x: Move boomerang/vortex conditional into function by Anna-Maria Gleixner · 7 years ago
  12. ee4aa8d 3c59x: fix missing dma_mapping_error check and bad ring refill logic by Neil Horman · 7 years ago
  13. 7974c0f3 drivers/net/3com: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  14. 670af5e net: 3c59x: constify eisa_device_id by Arvind Yadav · 7 years ago
  15. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  16. 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
  17. df29840 Annotate hardware config module parameters in drivers/net/ethernet/ by David Howells · 8 years ago
  18. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  19. e19b788 net: 3c59x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  20. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  21. aa211d2 3c59x: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  22. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  23. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. a6522c0 3c59x: mask LAST_FRAG bit from length field in ring by Neil Horman · 9 years ago
  25. f12d33f 3c59x: Ensure to apply the expires time by Stafford Horne · 9 years ago
  26. 5b6490d 3c59x: Use setup_timer() by Amitoj Kaur Chawla · 9 years ago
  27. 6e14441 3c59x: fix another page map/single unmap imbalance by Neil Horman · 9 years ago
  28. 7356f4e 3c59x: balance page maps and unmaps by Neil Horman · 9 years ago
  29. cb4396ed drivers/net: fix eisa_driver probe section mismatch by Fabian Frederick · 9 years ago
  30. 4a89ba0 3c59x: Add BQL support for 3c59x ethernet driver. by Loganaden Velvindron · 9 years ago
  31. 2fc0996 3c59x: Fix resource leaks in vortex_open by Jia-Ju Bai · 9 years ago
  32. 4eed4d8 3c59x: Fix shared IRQ handling by Denys Vlasenko · 9 years ago
  33. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 88b09a6 3c59x: fix bad split of cpu_to_le32(pci_map_single()) by Sylvain "ythier" Hitier · 10 years ago
  35. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  36. 8400dd0 3c59x: Fix bad offset spec in skb_frag_dma_map by Neil Horman · 10 years ago
  37. 6f2b6a3 3c59x: Add dma error checking and recovery by Neil Horman · 10 years ago
  38. fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
  39. 98ea232 3c59x: avoid panic in boomerang_start_xmit when finding page address: by Neil Horman · 10 years ago
  40. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  41. e5ddf35 3c59x: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  42. 4e6ecd44 3c59x: Remove unused pointer in vortex_eisa_cleanup() by Christian Engelmayer · 11 years ago
  43. 2a2529e 3c59x: Add software timestamping by Matthew Whitehead · 11 years ago
  44. d8535a0 3c59x/net: Use dev_is_pci() instead of hardcoding by Yijing Wang · 11 years ago
  45. afd6eae 3c59x: consolidate error cleanup in vortex_init_one() by Sergei Shtylyov · 12 years ago
  46. 4fc1ad6 3c59x: remove useless VORTEX_PCI() invocations by Sergei Shtylyov · 12 years ago
  47. 4b264a1 3c59x: fix PCI resource management by Sergei Shtylyov · 12 years ago
  48. c81400b 3c59x: fix freeing nonexistent resource on driver unload by Sergei Shtylyov · 12 years ago
  49. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  50. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  51. 3f6db0f 3c59x: remove __dev* attributes by Bill Pemberton · 12 years ago
  52. 32efe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  53. 3013dc0 3c59x: shorten timer period for slave devices by Eric Dumazet · 13 years ago
  54. 1d26643 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
  55. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  56. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  57. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  58. 7b63e3a 3c59x: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  59. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  60. ca7a8e8 3c*/acenic/typhoon: Move 3Com Ethernet drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/3c59x.c]
  61. 948252c Revert "net: fix section mismatches" by David S. Miller · 14 years ago
  62. e5cb966 net: fix section mismatches by Michał Mirosław · 14 years ago
  63. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  64. d530db0 3c59x: fix build failure on !CONFIG_PCI by Namhyung Kim · 14 years ago
  65. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  66. 3fd6c88 3c59x: fix regression from patch "Add ethtool WOL support" by Jan Beulich · 14 years ago
  67. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. 84176b7 3c59x: Remove atomic context inside vortex_{set|get}_wol by Denis Kirjanov · 14 years ago
  69. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  70. 89b12fa 3c59x: Fix deadlock in vortex_error() by Ben Hutchings · 14 years ago
  71. 24cd804d 3c59x: Remove incorrect locking; correct documented lock hierarchy by Ben Hutchings · 14 years ago
  72. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  73. aa25ab7 3c59x: Fix deadlock between boomerang_interrupt and boomerang_start_tx by Neil Horman · 14 years ago
  74. 690a1f2 3c59x: Add ethtool WOL support by Andrew O. Shadoura · 14 years ago
  75. 344e0f6 3c59x: Fix call to mdio_sync() with the wrong argument by Ben Hutchings · 14 years ago
  76. f89f5d0 net: 3c59x: fix leak of iomaps by Kulikov Vasiliy · 14 years ago
  77. 8cd47ea 3c59x: handle pci_iomap() errors by Kulikov Vasiliy · 14 years ago
  78. de847272 3c59x: Use fine-grained locks for MII and windowed register access by Ben Hutchings · 14 years ago
  79. a095cfc 3c59x: Specify window explicitly for access to windowed registers by Ben Hutchings · 15 years ago
  80. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  81. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  82. e743d31 drivers: net: use skb_headlen() by Eric Dumazet · 15 years ago
  83. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  84. 59ce25d 3c5xx: use netdev_mc_* helpers by Jiri Pirko · 15 years ago
  85. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  86. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  87. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  88. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  89. 7bfc4ab 3c59x: Rework suspend and resume by Anton Vorontsov · 15 years ago
  90. 704cc92 3c59x: Get rid of "Trying to free already-free IRQ" by Anton Vorontsov · 15 years ago
  91. 27a1de9 3com: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  92. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  93. b4adbb4 Add IDs for 3C905B-TX Fast Etherlink XL PCI by Pascal Terjan · 15 years ago
  94. 0cb1353 3c59x: Fix build failure with gcc 3.2 by Jean Delvare · 15 years ago
  95. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  96. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 16 years ago
  97. 39738e1 3c5xx: convert printk() to pr_<foo>() by Alexander Beregalov · 16 years ago
  98. 86de79b 3c59x: get rid of non-const printk warnings by Stephen Hemminger · 16 years ago
  99. 48b47a5 3c59x: convert to net_device_ops by Stephen Hemminger · 16 years ago
  100. c17931c 3c59x: Use device_set_wakeup_enable by Steffen Klassert · 16 years ago