1. 6176e89 net: fix up a few missing hashtable.h conflict resolutions by Jiri Kosina · 8 years ago
  2. 33c77ef net: tulip: fix spelling mistake: "attemping" -> "attempting" by Colin Ian King · 8 years ago
  3. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  4. 926f273 drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED by Florian Westphal · 8 years ago
  5. cb4396e drivers/net: fix eisa_driver probe section mismatch by Fabian Frederick · 9 years ago
  6. 3349b0b net: tulip: rearrange order of searching for substrings by Rasmus Villemoes · 9 years ago
  7. 36c71a7 net: tulip: Remove private "strncmp" by Rasmus Villemoes · 10 years ago
  8. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  9. 3217265 net: tulip: remove unnecessary break after return by Fabian Frederick · 10 years ago
  10. 8ab6a1f net: tulip: use DEFINE_PCI_DEVICE_TABLE by Jingoo Han · 11 years ago
  11. f25672f net: tulip: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  12. 1895499 net: tulip: use pci_{get,set}_drvdata() by Jingoo Han · 11 years ago
  13. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  14. 779c1a8 tulip: remove __dev* attributes by Bill Pemberton · 12 years ago
  15. 6469933 ethernet: Remove casts to same type by Joe Perches · 12 years ago
  16. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  17. bbf7bd2 dec/tulip/de4x5: print MAC via printk format specifier by Danny Kukawka · 13 years ago
  18. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
  19. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  20. bf684f6 de4x5/PCI: use list_for_each_entry() for bus->devices traversal by Bjorn Helgaas · 13 years ago
  21. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  22. a88394c ewrk3/tulip: Move the DEC - Tulip drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/tulip/de4x5.c]
  23. 29a40f0 net: de4x5: Use helpers from linux/etherdevice.h by Tobias Klauser · 13 years ago
  24. e77aeb7 net: de4x5: Omit check for multicast bit in netdev_for_each_mc_addr by Tobias Klauser · 13 years ago
  25. 948252c Revert "net: fix section mismatches" by David S. Miller · 13 years ago
  26. e5cb966 net: fix section mismatches by Michał Mirosław · 13 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  28. f009627 drivers-net-tulip-de4x5c-fix-copy-length-in-de4x5_ioctl-checkpatch-fixes by Andrew Morton · 14 years ago
  29. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  30. 0c796f9 drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctl by Dan Rosenberg · 14 years ago
  31. 1570475 net/de4x5: remove undefined operations by Andreas Schwab · 14 years ago
  32. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  33. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  34. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  35. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  36. 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
  37. c2bb1b9 net/tulip: remove trailing space in messages by Frans Pop · 15 years ago
  38. 4302b67 tulip: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  39. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  40. ad09646 tulip: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  41. 1b994b5 tulip: Read buffer overflow by roel kluin · 15 years ago
  42. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  43. 1aec5bd net: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  44. 03f54b3 tulip: get rid of warning for non-const string literal by Stephen Hemminger · 16 years ago
  45. de2f19d drivers/net/tulip: fix sparse warning: symbol shadows an earlier one by Hannes Eder · 16 years ago
  46. 65d9b8b drivers/net/tulip: fix warning: format not a string literal and no ... by Hannes Eder · 16 years ago
  47. 0b9a5b0 de4x5: convert to net_device_ops by Stephen Hemminger · 16 years ago
  48. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  49. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  50. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  51. 2aad7c8 de4x5: Use skb_queue_head instead of by-hand implementation. by David S. Miller · 16 years ago
  52. b57f9ca de4x5: Remove developer debug feature about set/clear promisc by Wang Chen · 16 years ago
  53. 6caf52a4 net: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  54. cba0516 [netdrvr] checkpatch cleanups by Jeff Garzik · 17 years ago
  55. c00acf4 netdev: ARRAY_SIZE() cleanups by Alejandro Martinez Ruiz · 17 years ago
  56. 561b4fbf de4x5 fixes by Al Viro · 17 years ago
  57. e9edda6 netdev: convert non-obvious instances to use ARRAY_SIZE() by Alejandro Martinez Ruiz · 17 years ago
  58. c559a5b tulip: endianness annotations by Al Viro · 17 years ago
  59. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  60. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  61. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  62. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  63. eb034a7 tulip: Convert to generic boolean by Richard Knutsson · 17 years ago
  64. 0278ef8 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  65. 4934510 [TULIP]: Use CONFIG_SPARC consistently in ifdef tests. by David S. Miller · 18 years ago
  66. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  67. bfaadca [PATCH] Replace CONFIG_PPC_MULTIPLATFORM with CONFIG_PPC_PMAC in tulip driver by s.hauer@pengutronix.de · 18 years ago
  68. c31f28e drivers/net: eliminate irq handler impossible checks, needless casts by Jeff Garzik · 18 years ago
  69. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  70. 07563c7 [PATCH] EISA bus MODALIAS attributes support by Michael Tokarev · 18 years ago
  71. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  72. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  73. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  74. f3b197a [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/* by Jeff Garzik · 18 years ago
  75. bac30d1 Merge ../linux-2.6 by Paul Mackerras · 19 years ago
  76. 7f927fc [PATCH] Typo fixes by Alexey Dobriyan · 19 years ago
  77. e822250 [PATCH] powerpc: Kill _machine and hard-coded platform numbers by Benjamin Herrenschmidt · 19 years ago
  78. 0c5719c [PATCH] janitor: tulip/de4x5: list_for_each by Domen Puncer · 19 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago