1. 3e4ab15 net: tulip: Adjust indentation in {dmfe, uli526x}_init_module by Nathan Chancellor · 4 years, 7 months ago
  2. 8dbd5988 net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE() by Kees Cook · 5 years ago
  3. 6176e89 net: fix up a few missing hashtable.h conflict resolutions by Jiri Kosina · 8 years ago
  4. 33c77ef net: tulip: fix spelling mistake: "attemping" -> "attempting" by Colin Ian King · 8 years ago
  5. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  6. a6e5472 dmfe: kill DEVICE define by Florian Westphal · 8 years ago
  7. 926f273 drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED by Florian Westphal · 8 years ago
  8. 5327ef9 net: tulip: Use setup_timer() by Amitoj Kaur Chawla · 8 years ago
  9. cb4396e drivers/net: fix eisa_driver probe section mismatch by Fabian Frederick · 9 years ago
  10. de92718 net: tulip: turn compile-time warning into dev_warn() by Arnd Bergmann · 9 years ago
  11. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  12. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 9 years ago
  13. 3349b0b net: tulip: rearrange order of searching for substrings by Rasmus Villemoes · 9 years ago
  14. e1395a3 drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli526x_timer by David Malcolm · 9 years ago
  15. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. b57578b tulip_core.c : out-of-bounds check. by Ameen Ali · 9 years ago
  17. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 9 years ago
  18. 98830dd net/tulip: don't warn about unknown ARM architecture by Arnd Bergmann · 9 years ago
  19. 791a1dd uli526x: fix misspelling of current function in string by Julia Lawall · 10 years ago
  20. bbc7975 dmfe: fix misspelling of current function in string by Julia Lawall · 10 years ago
  21. 36c71a7 net: tulip: Remove private "strncmp" by Rasmus Villemoes · 10 years ago
  22. 73852b2 tulip: dmfe: Fix global namespace pollution of phy accessors. by David S. Miller · 10 years ago
  23. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  24. 3217265 net: tulip: remove unnecessary break after return by Fabian Frederick · 10 years ago
  25. 143fa2e tulip: Poll link status more frequently for Comet chips by Ondrej Zary · 10 years ago
  26. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 10 years ago
  27. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  28. 290a79d uli526x: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  29. 086dfb7 dmfe: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  30. c321f7d drivers/net: tulip_remove_one needs to call pci_disable_device() by Ingo Molnar · 10 years ago
  31. 28f39ef tulip: cleanup by using ARRAY_SIZE() by Dan Carpenter · 10 years ago
  32. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  33. 2d4dda7 net: tulip: delete useless tests on netdev_priv by Julia Lawall · 10 years ago
  34. 8ab6a1f net: tulip: use DEFINE_PCI_DEVICE_TABLE by Jingoo Han · 11 years ago
  35. 3c5b9ca net: tulip: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  36. f25672f net: tulip: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  37. 1895499 net: tulip: use pci_{get,set}_drvdata() by Jingoo Han · 11 years ago
  38. 1409a93 ethernet: Convert mac address uses of 6 to ETH_ALEN by Joe Perches · 11 years ago
  39. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 11 years ago
  40. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  41. c9bfbb3 tulip: Properly check dma mapping result by Neil Horman · 11 years ago
  42. 311503b tulip: remove redundant D0 power state set by Yijing Wang · 11 years ago
  43. 31d60eb net/ethernet/dec/tulip/xircom_cb: Use module_pci_driver to register driver by Peter Hüwe · 11 years ago
  44. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  45. db0b827 ethernet/tulip: DE4x5 needs VIRT_TO_BUS by Arnd Bergmann · 11 years ago
  46. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 11 years ago
  47. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  48. 0ffd89e drivers/net: delete Digital EtherWorks-3 support. by Paul Gortmaker · 11 years ago
  49. cb40390 drivers/net/ethernet/dec/tulip: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  50. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 11 years ago
  51. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  52. 779c1a8 tulip: remove __dev* attributes by Bill Pemberton · 12 years ago
  53. f33e716 ewrk3: remove outdated comment by Paul Bolle · 12 years ago
  54. a80e275 ewrk3: silence GCC warning by Paul Bolle · 12 years ago
  55. 5b89602 drivers/net/ethernet/dec/tulip/dmfe.c: fix error return code by Peter Senna Tschudin · 12 years ago
  56. 459a130 drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() function by Takuya Yoshikawa · 12 years ago
  57. c477ebd sections: fix section conflicts in drivers/net by Andi Kleen · 12 years ago
  58. 6469933 ethernet: Remove casts to same type by Joe Perches · 12 years ago
  59. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  60. 0c20494 dmfe: enforce consistent timing delay. by françois romieu · 12 years ago
  61. 5820e97 dmfe: stop using net_device.{base_addr, irq} and convert to __iomem. by Francois Romieu · 12 years ago
  62. 3acf4b5 uli526x: stop using net_device.{base_addr, irq} and convert to __iomem. by Francois Romieu · 12 years ago
  63. 308f288 de2104x: stop using net_device.{base_addr, irq}. by Francois Romieu · 12 years ago
  64. ebaf7f8 xircom_cb: stop using net_device.{base_addr, irq} and convert to __iomem. by Francois Romieu · 12 years ago
  65. d59a188 xircom_cb: fix device probe error path. by Francois Romieu · 12 years ago
  66. 5e58deb uli526x: fix regions leak in driver probe error path. by Francois Romieu · 12 years ago
  67. a173460 tulip_core: stop using net_device.{base_addr, irq}. by Francois Romieu · 12 years ago
  68. c0bd55e winbond840: stop using net_device.{base_addr, irq}. by Francois Romieu · 12 years ago
  69. bbf7bd2 dec/tulip/de4x5: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  70. 1ab0d2e netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 12 years ago
  71. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 12 years ago
  72. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 12 years ago
  73. 3396c78 drivers/net: fix up stale paths from driver reorg by Paul Gortmaker · 12 years ago
  74. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  75. bf684f6 de4x5/PCI: use list_for_each_entry() for bus->devices traversal by Bjorn Helgaas · 13 years ago
  76. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  77. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  78. 5d472b7 drivers/net/ethernet: remove unused #define. by françois romieu · 13 years ago
  79. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
  80. 88f0748 drivers/net/ethernet/*: Enabled vendor Kconfig options by Jeff Kirsher · 13 years ago
  81. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  82. a88394c ewrk3/tulip: Move the DEC - Tulip drivers by Jeff Kirsher · 13 years ago